Fix endless loop with invalid /etc/shells file.
[glibc.git] / ChangeLog
blobf895a8ca28ac109e31af35abff134618e8a3d1be
1 2010-02-03  Ulrich Drepper  <drepper@redhat.com>
3         [BZ #11242]
4         * misc/getusershell.c (initshells): Allocate one more byte in input
5         buffer so that fgets doesn't loop undefinitely.
7 2010-02-02  Ulrich Drepper  <drepper@redhat.com>
9         * stdlib/setenv.c (__add_to_environ): Don't use alloca if
10         __libc_use_alloca tells us not to.  Fix memory leak in an error
11         situation.  Based partially on patch by Jim Meyering.
13 2010-01-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15         * sysdeps/mach/getsysstats.c (get_nprocs_conf, get_nprocs,
16         get_phys_pages, get_avphys_pages): Add weak aliases.
18 2010-01-25  Andreas Schwab  <schwab@redhat.com>
20         * iconv/iconv_prog.c (write_output): Fix check for open failure.
22 2010-01-22  Ulrich Drepper  <drepper@redhat.com>
24         [BZ #11200]
25         * locale/loadlocale.c (_nl_load_locale): Fix recognition of genuine
26         mmap resource problem.  Patch by Joe Landers <jlanders@vmware.com>.
28 2010-01-22  Jim Meyering  <jim@meyering.net>
30         [BZ #11193]
31         * posix/regexec.c (extend_buffers): Avoid overflow in realloc
32         buffer length computation.
34         [BZ #11192]
35         * posix/regexec.c (re_copy_regs): Don't leak when allocation
36         of the start buffer succeeds but allocation of the "end" one fails.
38         [BZ #11191]
39         * posix/regexec.c (re_search_2_stub): Check for overflow
40         when adding the sizes of the two strings.
42         [BZ #11190]
43         * posix/regexec.c (re_search_internal): Avoid overflow
44         in computing re_malloc buffer size.
46         [BZ #11189]
47         * posix/regexec.c (prune_impossible_nodes): Avoid overflow
48         in computing re_malloc buffer size.
50         [BZ #11188]
51         * posix/regexec.c (build_trtable): Avoid arithmetic overflow
52         in size calculation.
54         [BZ #11187]
55         * posix/regexec.c (re_search_2_stub): Use simpler method than
56         boolean for freeing internal storage.
58 2010-01-22  Ulrich Drepper  <drepper@redhat.com>
60         * posix/regex_internal.c (re_string_skip_chars): Simplify test for
61         failed mbrtowc call.
63 2010-01-22  Jim Meyering  <jim@meyering.net>
65         [BZ #11186]
66         * posix/regex_internal.c (re_string_skip_chars): Don't assume WEOF
67         fits in wchar_t.  Problem reported by Eric Blake.
69         [BZ #11185]
70         * posix/regex_internal.c (re_string_reconstruct): Remove declaration
71         and stores into set-but-not-used local, "q".
73         [BZ #11184]
74         * posix/regex_internal.c (re_dfa_add_node): Extend the overflow
75         detection test.  Patch by Paul Eggert.
77         [BZ #11183]
78         * posix/regex_internal.c (re_string_realloc_buffers):
79         Detect and handle internal overflow.  Patch by Paul Eggert
81 2010-01-20  Andreas Schwab  <schwab@redhat.com>
83         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c
84         (CHECK_SP): Fix check for alternate stack.
85         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c
86         (CHECK_SP): Likewise.
88 2010-01-19  H.J. Lu  <hongjiu.lu@intel.com>
90         * sysdeps/i386/i686/multiarch/memmove.S: Also check
91         bit_Fast_Rep_String when SHARED isn't defined.
93 2010-01-19  Ulrich Drepper  <drepper@redhat.com>
95         [BZ #11194]
96         * misc/bits/syslog.h (syslog, vsyslog): Remove unnecessary return.
98 2010-01-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
100         * sysdeps/mach/hurd/bits/libc-lock.h
101         (__rtld_lock_recursive_t): New type.
102         (__rtld_lock_initialize): New macro.
104 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
106         * sysdeps/powerpc/powerpc32/cell/memcpy.S: New file.
107         * sysdeps/powerpc/powerpc64/cell/memcpy.S: New file.
108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/fpu/Implies: New file.
109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/fpu/Implies: New file.
111 2010-01-18  Andreas Schwab  <schwab@redhat.com>
113         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Remove duplicate
114         definitions of O_DSYNC and O_RSYNC.
116         * elf/dynamic-link.h (elf_get_dynamic_info): Use correct type when
117         casting d_tag.
119         * elf/dynamic-link.h (elf_get_dynamic_info): Ignore negative
120         dynamic entry types.
122 2010-01-16  Jakub Jelinek  <jakub@redhat.com>
124         * sysdeps/ieee754/ldbl-128/s_ceill.c (huge): Add L suffix to the
125         constant.
126         * sysdeps/ieee754/ldbl-128/s_floorl.c (huge): Likewise.
127         * sysdeps/ieee754/ldbl-128/s_expm1l.c (big): Decrease to avoid
128         overflow.
129         * sysdeps/ieee754/ldbl-128/s_log1pl.c (big): Remove unused variable.
131         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf): Use
132         math_opt_barrier and math_force_eval macros.
134 2010-01-15  Ulrich Drepper  <drepper@redhat.com>
136         * posix/regcomp.c: Fix a few more cases of ignored return values.
137         * posix/regex_internal.c: Likewise.
138         * posix/regexec.c: Likewise.
140         * include/features.h: _XOPEN_SOURCE_EXTENDED is not defined to be
141         used without _XOPEN_SOURCE.  Don't base any decisions on this macro
142         if _XOPEN_SOURCE is not defined as well.
144 2010-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
146         * sysdeps/s390/s390-32/elf/start.S (_start): Added check for the
147         high gprs kernel facility.
148         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_matches_host):
149         Added high gprs check for DSOs.
150         * elf/elf.h (EF_S390_HIGH_GPRS): Added macro definition for the
151         new elf header flag.
153 2010-01-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
155         * elf/dl-sysdep.c (_dl_sysdep_start): Added the auxv parameter to
156         dl_main.
157         * elf/dl-open.c (_dl_sysdep_start): Likewise..
158         * sysdeps/generic/ldsodefs.h (_dl_sysdep_start): Likewise.
159         * elf/rtld.c (dl_main): Added new parameter auxv.  Adjust the
160         AT_PHDR, AT_PHNUM and AT_ENTRY fields if the ld.so is directly
161         started.
163 2010-01-14  Ulrich Drepper  <drepper@redhat.com>
165         [BZ #11027]
166         * sysdeps/generic/netinet/ip.h: Define IPTOS_CLASS_* macros according
167         to RFC 2474.
168         Patch by Philip Prindeville <philipp@redfish-solutions.com>.
170         [BZ #11141]
171         * resolv/res_send.c (reopen): Don't use IPv6 sockets for IPv4
172         addresses.
174         [BZ #11127]
175         * posix/regcomp.c (alc_eclosure_iter): Do not ignore
176         re_node_set_insert failure; return REG_ESPACE.
177         Patch by Paul Eggert.
179         * bits/confname.h: Make pre-C99-safe.
181 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
183         * Makeconfig (+prector, +postctor, +prectorS, +postctorS): Add
184         $(sysdep-LDFLAGS) to pre and post ctors so that the proper .o
185         files are found by GCC.
187 2010-01-14  Ulrich Drepper  <drepper@redhat.com>
189         * posix/unistd.h: Relax conditions for ualarm, usleep, getwd, vfork,
190         brk, and sbrk.
192         * string/strings.h: Relax condition for bcmp, bcopy, bzero, ffs,
193         index, and rindex.
195         * stdlib/stdlib.h: Relax conditions for *cvt functions and valloc.
197         * Versions.def: Add GLIBC_2.12 for libpthread.
199         [BZ #11126]
200         * malloc/malloc.c (malloc_info): Initialize malloc if not already
201         done.  Handle empty bin lists.
203         * posix/unistd.h: Change getpagesize and getdtablesize declaration
204         visibility some more.
206         * resolv/netdb.h: Relax condition to elide obsolete resolver constants.
208         * posix/unistd.h: Declare getpagesize in _GNU_SOURCE mode.
210         [BZ #11120]
211         * sysdeps/x86_64/strcmp.S: Prevent silent errors should strncmp be
212         needed outside libc.
214 2010-01-13  Ulrich Drepper  <drepper@redhat.com>
216         * stdlib/stdlib.h: Parameter of unsetenv must not be NULL.
218 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
220         * sysdeps/x86_64/multiarch/strlen.S: Unroll the loop.
222 2010-01-13  Ulrich Drepper  <drepper@redhat.com>
224         * stdlib/stdlib.h: Be a bit more relaxed about obsoleted mktemp symbol.
226 2010-01-12  Ulrich Drepper  <drepper@redhat.com>
228         * conform/data/complex.h-data: Test for POSIX2008.
230         * conform/data/ctype.h-data: Fix POSIX testing.
232         * conform/data/dirent.h-data: ino_t only needed for XSI.
234         * grp/grp.h: Declare getgrent and endgrent for XPG7.
236         * conform/data/inttypes.h-data: Use same types as the headers.
238         * resolv/netdb.h: Don't define old resolver macros for XPG7.
240         * conform/data/sys/uio.h-data: Don't exclude POSIX2008.
242         * conform/conformtest.pl: Implement tag for allow-header.
243         Fix newline handling in allow-header implementation.
245         * conform/data/time.h-data: Use allow-header instead of duplicating
246         information.
248         * conform/data/time.h-data: Allow sigevent tag.
250         * posix/sched.h: Define time_t and pid_t for XPG7.
252 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
254         * sysdeps/i386/i686/bcopy.S: New file.
256         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Define.
258         * sysdeps/i386/i686/memcpy.S (__memcpy_chk): Use ENTRY_CHK
259         and END_CHK.
260         * sysdeps/i386/i686/memmove.S (__memmove_chk): Likewise.
261         * sysdeps/i386/i686/mempcpy.S (__mempcpy_chk): Likewise.
262         * sysdeps/i386/i686/memset.S (__memset_chk): Likewise.
264         * sysdeps/i386/i686/memmove.S: Support USE_AS_BCOPY.
266         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
267         bzero-sse2 memset-sse2 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3
268         memcpy-ssse3-rep mempcpy-ssse3-rep memmove-ssse3-rep
269         bcopy-ssse3 bcopy-ssse3-rep memset-sse2-rep bzero-sse2-rep
270         * sysdeps/i386/i686/multiarch/bcopy-ssse3-rep.S: New file.
271         * sysdeps/i386/i686/multiarch/bcopy-ssse3.S: New file.
272         * sysdeps/i386/i686/multiarch/bcopy.S: New file.
273         * sysdeps/i386/i686/multiarch/bzero-sse2-rep.S: New file.
274         * sysdeps/i386/i686/multiarch/bzero-sse2.S: New file.
275         * sysdeps/i386/i686/multiarch/bzero.S: New file.
276         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: New file.
277         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: New file.
278         * sysdeps/i386/i686/multiarch/memcpy.S: New file.
279         * sysdeps/i386/i686/multiarch/memcpy_chk.S: New file.
280         * sysdeps/i386/i686/multiarch/memmove-ssse3-rep.S: New file.
281         * sysdeps/i386/i686/multiarch/memmove-ssse3.S: New file.
282         * sysdeps/i386/i686/multiarch/memmove.S: New file.
283         * sysdeps/i386/i686/multiarch/memmove_chk.S: New file.
284         * sysdeps/i386/i686/multiarch/mempcpy-ssse3-rep.S: New file.
285         * sysdeps/i386/i686/multiarch/mempcpy-ssse3.S: New file.
286         * sysdeps/i386/i686/multiarch/mempcpy.S: New file.
287         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: New file.
288         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: New file.
289         * sysdeps/i386/i686/multiarch/memset-sse2.S: New file.
290         * sysdeps/i386/i686/multiarch/memset.S: New file.
291         * sysdeps/i386/i686/multiarch/memset_chk.S: New file.
293         * sysdeps/i386/sysdep.h (ENTRY_CHK): New.
294         (END_CHK): Likewise.
296         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: Add
297         FEATURE_OFFSET, FEATURE_SIZE and FEATURE_INDEX_1.
298         * sysdeps/x86_64/multiarch/ifunc-defines.sym: Likewise.
300         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add entries
301         for 0x0e and 0x80.
302         (__x86_64_data_cache_size): New.
303         (init_cacheinfo): Set __x86_64_data_cache_size.
305         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Turn
306         on bit_Fast_Rep_String for Intel Core i7.
308         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Rep_String): New.
309         (index_Fast_Rep_String): Likewise.
310         (FEATURE_INDEX_1): Likewise.
311         (FEATURE_INDEX_MAX): Likewise.
312         (cpu_features): Add feature.
314 2010-01-12  Ulrich Drepper  <drepper@redhat.com>
316         * conform/data/sys/select.h-data: Fix up for XPG7.
318 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
320         * posix/sys/wait.h: Don't define W* macros etc. if
321         stdlib.h has been included with _POSIX_C_SOURCE >= 200809L.
323 2010-01-11  Ulrich Drepper  <drepper@redhat.com>
325         * io/sys/stat.h: Declare fchmod for XPG7.
326         * conform/data/sys/stat.h-data: Fix up for XPG7.
328         * termios/termios.h: Define pid_t for XPG7.
330         * conform/data/math.h-data: Fix up for XPG6 and XPG7.
331         * conform/data/tgmath.h-data: Likewise.
333         * conform/data/time.h-data: Fix POSIX tests.
335         * conform/data/wchar.h-data: Fix up XPG7 tests.
337         * include/features.h: Fix __USE_ISOC95 handling.
339         * conform/data/wordexp.h-data: Fix typo in last change.
341         * conform/data/unistd.h-data: Fix up older POSIX tests.
343         * stdlib/stdlib.h: Fix handling symbols removed in XPG7.
344         * posix/unistd.h: Likewise.
346         * posix/unistd.h: Include environments.h also for XPG6 and up.
347         Define intptr_t for XPG6 and up.
348         Fix up for XPG7.
349         * conform/data/unistd.h-data: Fix up for XPG6 and XPG7.
351         * conform/data/sys/types.h-data: Fix up for XPG7.
353         * sysdeps/unix/bsd/bits/stat.h: Fix double-inclusion problem.
354         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
355         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
356         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
357         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
358         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
359         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
360         * sysdeps/unix/sysv/bits/stat.h: Likewise.
361         * sysdeps/mach/hurd/bits/stat.h: Likewise.
363         * bits/confname.h: Fix typo in last change.
365         * conform/data/unistd.h-data: lockf-constants Not needed for POSIX.
367 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
369         * sysdeps/unix/sysv/linux/bits/sigaction.h: SA_RESTART, SA_NODEFER,
370         and SA_RESETHAND now available in Base.
371         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: Likewise.
372         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Likewise.
373         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
374         * conform/data/signal.h-data: Update for XPG7.
376         * posix/sys/types.h: Define id_t, clock_t, blksize_t for XPG7.
378         * string/strings.h: Don't declare obsolete functions for XPG7.
379         Declare ffs only for XSI.
380         * conform/data/strings.h-data: Update for XPG7.
382 2010-01-10  Jakub Jelinek  <jakub@redhat.com>
384         [BZ #11125]
385         * libio/stdio.h: Define va_list, off_t, and ssize_t.
387         * posix/glob.h: Define size_t.
389         * posix/sys/wait.h: Define idtype_t and declare waitid for XPG7.
391         * signal/signal.h: Define size_t, mcontext_t, and ucontext_t for XPG7.
393 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
395         * conform/conformtest.pl: For XPG7 testing the headers are supposed to
396         be self-contained.
398         * conform/data/stdio.h-data: Expect off_t and ssize_t.
400 2010-01-09  Ulrich Drepper  <drepper@redhat.com>
402         * libio/stdio.h: Define va_list also for XPG7.
404         * conform/conformtest.pl: Update for XPG7 and some bug fixes.
405         * conform/data/ctype.h-data: Likewise.
406         * conform/data/dirent.h-data: Likewise.
407         * conform/data/errno.h-data: Likewise.
408         * conform/data/fcntl.h-data: Likewise.
409         * conform/data/fmtmsg.h-data: Likewise.
410         * conform/data/fnmatch.h-data: Likewise.
411         * conform/data/ftw.h-data: Likewise.
412         * conform/data/glob.h-data: Likewise.
413         * conform/data/grp.h-data: Likewise.
414         * conform/data/iconv.h-data: Likewise.
415         * conform/data/langinfo.h-data: Likewise.
416         * conform/data/libgen.h-data: Likewise.
417         * conform/data/limits.h-data: Likewise.
418         * conform/data/locale.h-data: Likewise.
419         * conform/data/math.h-data: Likewise.
420         * conform/data/monetary.h-data: Likewise.
421         * conform/data/mqueue.h-data: Likewise.
422         * conform/data/ndbm.h-data: Likewise.
423         * conform/data/netdb.h-data: Likewise.
424         * conform/data/pthread.h-data: Likewise.
425         * conform/data/pwd.h-data: Likewise.
426         * conform/data/regex.h-data: Likewise.
427         * conform/data/sched.h-data: Likewise.
428         * conform/data/search.h-data: Likewise.
429         * conform/data/semaphore.h-data: Likewise.
430         * conform/data/setjmp.h-data: Likewise.
431         * conform/data/signal.h-data: Likewise.
432         * conform/data/spawn.h-data: Likewise.
433         * conform/data/stdio.h-data: Likewise.
434         * conform/data/stdlib.h-data: Likewise.
435         * conform/data/string.h-data: Likewise.
436         * conform/data/strings.h-data: Likewise.
437         * conform/data/sys/ipc.h-data: Likewise.
438         * conform/data/sys/msg.h-data: Likewise.
439         * conform/data/sys/resource.h-data: Likewise.
440         * conform/data/sys/sem.h-data: Likewise.
441         * conform/data/sys/shm.h-data: Likewise.
442         * conform/data/sys/socket.h-data: Likewise.
443         * conform/data/sys/stat.h-data: Likewise.
444         * conform/data/sys/time.h-data: Likewise.
445         * conform/data/sys/types.h-data: Likewise.
446         * conform/data/sys/uio.h-data: Likewise.
447         * conform/data/sys/wait.h-data: Likewise.
448         * conform/data/syslog.h-data: Likewise.
449         * conform/data/tar.h-data: Likewise.
450         * conform/data/termios.h-data: Likewise.
451         * conform/data/time.h-data: Likewise.
452         * conform/data/ulimit.h-data: Likewise.
453         * conform/data/unistd.h-data: Likewise.
454         * conform/data/utmpx.h-data: Likewise.
455         * conform/data/wchar.h-data: Likewise.
456         * conform/data/wctype.h-data: Likewise.
457         * conform/data/wordexp.h-data: Likewise.
459         * io/fcntl.h: Define mode_t macros instead of including sys/stat.h.
460         * sysdeps/unix/bsd/bits/stat.h: Enable using from fcntl.h.
461         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
462         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
463         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
464         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
465         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
466         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
467         * sysdeps/unix/sysv/bits/stat.h: Likewise.
468         * sysdeps/mach/hurd/bits/stat.h: Likewise.
470         * stdlib/stdlib.h: Define wait-related bits for XPG7.
471         Don't declare valloc, mktemp, ecvt, fcvt, gcvt for XPG6 and  up.
472         Declare mkstemp and getsubopt for XPG7.
473         Declare posix_openpt for XPG6 XSI.
475         * include/features.h: Define __USE_XOPEN2KXSI for _XOPEN_SOURCE >= 600
476         and __USE_XOPEN2K8XSI for _XOPEN_SOURCE >= 700.
478         * string/string.h: Declare strdup for XPG7.
480 2010-01-08  Ulrich Drepper  <drepper@redhat.com>
482         * bits/confname.h: Define _CS_V6_ENV and _CS_V7_ENV.
483         * posix/confstr.c: Implement _CS_V6_ENV and _CS_V7_ENV.
485         * dirent/dirent.h: Really fix feature selection.
487         * locale/localeinfo.h: Rename struct locale_data to __locale_data.
488         Fix all users.
489         * locale/C-address.c: Fix all users.
490         * locale/C-collate.c: Likewise.
491         * locale/C-ctype.c: Likewise.
492         * locale/C-identification.c: Likewise.
493         * locale/C-measurement.c: Likewise.
494         * locale/C-messages.c: Likewise.
495         * locale/C-monetary.c: Likewise.
496         * locale/C-name.c: Likewise.
497         * locale/C-numeric.c: Likewise.
498         * locale/C-paper.c: Likewise.
499         * locale/C-telephone.c: Likewise.
500         * locale/C-time.c: Likewise.
501         * locale/findlocale.c: Likewise.
502         * locale/global-locale.c: Likewise.
503         * locale/loadarchive.c: Likewise.
504         * locale/loadlocale.c: Likewise.
505         * locale/nl_langinfo_l.c: Likewise.
506         * locale/setlocale.c: Likewise.
507         * locale/xlocale.c: Likewise.
508         * locale/xlocale.h: Likewise.
509         * stdio-common/vfscanf.c: Likewise.
510         * stdlib/strfmon_l.c: Likewise.
511         * stdlib/strtod_l.c: Likewise.
512         * stdlib/strtol_l.c: Likewise.
513         * string/strcoll_l.c: Likewise.
514         * string/strxfrm_l.c: Likewise.
515         * time/alt_digit.c: Likewise.
516         * time/asctime.c: Likewise.
517         * time/era.c: Likewise.
518         * time/lc-time-cleanup.c: Likewise.
519         * time/strftime_l.c: Likewise.
520         * time/strptime_l.c: Likewise.
521         * wcsmbs/wcsmbsload.c: Likewise.
522         * wcsmbs/wcsmbsload.h: Likewise.
524         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define O_DIRECTORY,
525         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN
526         for XPG7.
527         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
528         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
529         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
530         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
531         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
532         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
534 2010-01-07  Roland McGrath  <roland@redhat.com>
536         * elf/elf.h (PN_XNUM): New macro.
538         * elf/dl-sysdep.c (_dl_important_hwcaps): Use NT_GNU_HWCAP instead of
539         literal 2.
541 2010-01-06  Ulrich Drepper  <drepper@redhat.com>
543         * dirent/dirent.h: Fix typo in feature selection macro use.
545 2009-12-15  Maciej W. Rozycki  <macro@codesourcery.com>
547         [BZ #11115]
548         * stdlib/tst-makecontext3.c: New file.
549         * stdlib/Makefile (tests): Add new test.
551         * stdlib/tst-setcontext.c (check_called): Fix a typo.
553 2009-12-17  H.J. Lu  <hongjiu.lu@intel.com>
555         * configure.in: Enable multi-arch by default if the assembler
556         supports gnu_indirect_function symbol type and the architecture
557         supports it.
559 2009-12-23  Ulrich Drepper  <drepper@redhat.com>
561         * include/stdlib.h: Exclude some includes and prototypes if _ISOMAC
562         is defined.
564 2009-12-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
566         * hurd/hurdioctl.c (_hurd_locked_install_cttyid): Set newctty to
567         MACH_PORT_NULL when id != cttyid.
569 2009-12-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
571         * sysdeps/mach/hurd/getcwd.c (cleanup): Do not call
572         __mach_port_deallocate on rootdevid.
574 2009-12-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
576         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Handle
577         R_390_PC32DBL. Remove unneeded R_390_PLT16DBL.
578         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
579         unneeded R_390_PLT16DBL and R_390_PLT32DBL.
581 2009-12-21  Ulrich Drepper  <drepper@redhat.com>
583         [BZ #10992]
584         * sysdeps/unix/sysv/linux/futimens.c: Handle AT_FDCWD.
585         Patch by Eric Blake <ebb9@byu.net>.
587 2009-12-15  Ulrich Drepper  <drepper@redhat.com>
589         [BZ #11093]
590         * bits/poll.h: Define POLLRDNORM, POLLRDBAND, POLLWRNORM, and
591         POLLWRBAND also for POSIX 2008.
592         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
593         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
595         * include/link.h (struct link_map): Move l_used into its own word.
596         * elf/dl-lookup.c (_dl_lookup_symbol_x): Only update l_used when it is
597         still zero.
598         * elf/dl-object.c (_dl_new_object): Set dl_used if we know it is
599         never really used.
601 2009-12-13  H.J. Lu  <hongjiu.lu@intel.com>
603         * sysdeps/i386/i686/multiarch/strcspn.S Include <init-arch.h>
604         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
605         check processor feature.
606         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
607         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
608         * sysdeps/x86_64/multiarch/init-arch.h (bit_SSE2): New definition.
609         (index_SSE2): Likewise.
611 2009-12-09  H.J. Lu  <hongjiu.lu@intel.com>
613         * sysdeps/x86_64/multiarch/init-arch.h: Include <ifunc-defines.h>
614         if __ASSEMBLER__ is defined.
615         (bit_SSSE3): New.  Defined for __ASSEMBLER__.
616         (bit_SSE4_2): Likewise.
617         (index_SSSE3): Likewise.
618         (index_SSE4_2): Likewise.
619         * sysdeps/x86_64/multiarch/rawmemchr.S: Include <init-arch.h>
620         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
621         check processor feature.
622         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
623         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
624         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
625         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
626         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
627         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
628         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
630 2009-12-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
632         * sysdeps/sh/elf/initfini.c: Update according to generic/initfini.c.
634 2009-12-01  Mike Frysinger  <vapier@gentoo.org>
636         * sysdeps/sh/sh4/fpu/fpu_control.h (__set_fpscr): New prototype.
638 2009-12-11  Ulrich Drepper  <drepper@redhat.com>
640         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Redefine O_SYNC and
641         O_DSYNC to match 2.6.33+ kernels.
642         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
643         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
644         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
645         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
646         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
647         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
649 2009-12-10  Ulrich Drepper  <drepper@redhat.com>
651         [BZ #11000]
652         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Always set
653         *herrnop before returning.
654         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r):
655         Likewise.
656         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): Handle
657         TRYAGAIN errors separately.
658         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix error handling of
659         *name4_r after functions.
661 2009-12-09  Ulrich Drepper  <drepper@redhat.com>
663         [BZ #11046]
664         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Fix kernel
665         version check.
667 2009-11-05  Bruno Haible  <bruno@clisp.org>
669         [BZ #11056]
670         * posix/unistd.h (execve, fexecve, execv, execvp, execvpe): Mark the
671         argv argument as non-NULL.
672         (execle, execl, execlp): Mark the first ARG argument as non-NULL.
674 -2009-12-08  Ulrich Drepper  <drepper@redhat.com>
676         * sysdeps/unix/sysv/linux/bits/socket.h: Define mmsghdr and declare
677         recvmmsg.
678         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for recvmmsg.
679         * sysdeps/unix/sysv/linux/Versions: Add recvmmsg for GLIBC_2.12.
681 2009-12-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
683         * sysdeps/s390/s390-64/dl-trampoline.S: Add CFI for the call saved
684         registers.
685         * sysdeps/s390/s390-32/dl-trampoline.S: Likewise.
686         * sysdeps/s390/s390-32/s390-mcount.S: Add CFI.
687         * sysdeps/s390/s390-64/s390x-mcount.S: Add CFI.
689 2009-11-30  Ulrich Drepper  <drepper@redhat.com>
691         * sysdeps/unix/sysv/linux/bits/sched.h: Define SCHED_IDLE and
692         SCHED_RESET_ON_FORK.
694 2009-11-26  Ulrich Drepper  <drepper@redhat.com>
696         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Avoid code
697         only used on truly ancient kernel if configuration requires a more
698         recent kernel.
700 2009-11-24  Ulrich Drepper  <drepper@redhat.com>
702         [BZ #3662]
703         * stdlib/random_r.c: Fix comments for __initstate_r and __setstate_r.
704         Patch by Christopher Neufeld <glibcbugs0000@cneufeld.ca>.
706         * sysdeps/unix/grantpt.c (pts_name): Take additional parameter,
707         pass it on to __ptsname_internal.
708         (grantpt): Pass stat64 pointer to pts_name.  Remove stat call here.
709         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): New function.
710         All the code from __ptsname_r but take additional parameter.  Use that
711         instead of pointer to local stat64 variable.
712         (__ptsname_r): Call __ptsname_internal with pointer to local stat64
713         variable.
714         * include/stdlib.h: Declare __ptsname_internal.
716         * sysdeps/unix/grantpt.c (grantpt): Use CLOSE_ALL_FDS is available
717         before the exec.
718         * sysdeps/unix/sysv/linux/grantpt.c: New file.
719         * login/programs/pt_chown.c (main): Don't print message on errors
720         when doing real work.
722         * sysdeps/unix/grantpt.c (grantpt): Only get tty group information
723         once.
725         * csu/elf-init.c (__libc_csu_irel): New function.  Code to perform
726         irel relocations split out from...
727         (__libc_csu_init): ...here.
728         * csu/libc-start.c [!SHARED]: Call __libc_csu_irel early.
730 2009-11-23  Andreas Schwab  <schwab@redhat.com>
732         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Use struct timespec
733         for timestamps also if __USE_XOPEN2K8.
734         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
735         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
736         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
737         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
739 2009-11-22  Ulrich Drepper  <drepper@redhat.com>
741         * nscd/connections.c (restart): Try harder to re-exec.
743         * sunrpc/create_xid.c (_create_xid): Reinitialize state after fork.
745         * sysdeps/unix/sysv/linux/ntp_gettimex.c:  New file.
746         * sysdeps/unix/sysv/linux/Makefile: Add rules to build ntp_gettimex.
747         * sysdeps/unix/sysv/linux/Versions: Export ntp_gettimex for GLIBC_2.12.
748         * sysdeps/unix/sysv/linux/sys/timex.h (ntptimeval): Add tai member and
749         some placeholders.  Redirect ntp_gettime to ntp_gettimex.
750         * sysdeps/unix/sysv/linux/ntp_gettime.c: Adjust for header change.
752         * sysdeps/unix/sysv/linux/sys/timex.h (MOD_TAI, MOD_MICRO, MOD_NANO):
753         Define.
754         (STA_RONLY): Add STA_NANO, STA_MODE, and STA_CLK.
756 2009-11-18  H.J. Lu  <hongjiu.lu@intel.com>
758         [BZ #10162]
759         * sysdeps/ia64/memchr.S: Don't use a simple loop on data shorter
760         than software pipeline.  Properly recover from shorter read.
762 2009-11-19  Ulrich Drepper  <drepper@redhat.com>
764         [BZ #10958]
765         * libio/libio.h (_IO_getwc_unlocked): Check for _wide_data being
766         initialized before using it.
767         (_IO_putwc_unlocked): Likewise.
769         [BZ #10918]
770         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ISSET_S): Use __const
771         in cast to not throw away const-ness of parameters.
772         (__CPU_EQUAL_S): Likewise.
773         (__CPU_OP_S): Likewise.
775         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Introduce new symbol
776         F_OWNER_PGRP and mark F_OWNER_GID obsolete.  The kernel people made
777         this gratuitous change and we have to keep compatibility.
778         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
779         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
780         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
781         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
782         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
783         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
785 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
787         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Change misleading names
788         of parameters of sync_file_range.
789         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
790         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
791         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
792         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
793         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
794         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
796 2009-11-16  Jakub Jelinek  <jakub@redhat.com>
798         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
799         Implement using sync_file_range2 syscall if __NR_sync_file_range2
800         is defined.
801         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c: New
802         file.
804 2009-11-17  Paolo Bonzini  <bonzini@gnu.org>
806         * posix/bug-regex30.c: New file.
807         * posix/Makefile: Add rules to build and run bug-regex30.
808         * posix/regcomp.c (re_compile_fastmap_iter): Add all multibyte
809         character lead bytes when there is a range in a COMPLEX_BRACKET.
810         Reported by Oleg Bylatov.
812 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
814         [BZ #10969]
815         * locale/duplocale.c (__duplocale): Handle LC_GLOBAL_LOCALE special.
816         * locale/tst-duplocale.c: New file.
817         * locale/Makefile (tests): Add tst-duplocale.
819         [BZ #10968]
820         * locale/langinfo.h (_NL_LOCALE_NAME): Correct definition.
821         Patch by Bruno Haible <bruno@clisp.org>.
822         * locale/tst-locname.c: New file.
823         * locale/Makefile (tests): Add tst-locname.
825         [BZ #10972]
826         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Add new MADV_*
827         constants from recent kernels.
828         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
829         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
830         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
831         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
832         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
833         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
835 2009-11-09  H.J. Lu  <hongjiu.lu@intel.com>
837         [BZ #10162]
838         * sysdeps/ia64/memchr.S: Use a simple loop on data shorter than
839         software pipeline.
841 2009-11-09  Mike Frysinger  <vapier@gentoo.org>
843         * sysdeps/unix/sysv/linux/i386/fallocate.c: Include errno.h.
844         (fallocate): Return ENOSYS if __NR_fallocate is not defined.
845         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
847 2009-11-06  Mike Frysinger  <vapier@gentoo.org>
849         * posix/bug-regex29.c: Include stdio.h.
851 2009-11-14  Ulrich Drepper  <drepper@redhat.com>
853         [BZ #10939]
854         * Versions.def: Define GLIBC_2.12 for libc.
855         * manual/errno.texi: Add ERFKILL entry.
856         * sysdeps/unix/sysv/linux/Versions: Add new errlist compat entries
857         for 2.12.
858         * sysdeps/unix/sysv/linux/bits/errno.h: Define ERFKILL is not done.
859         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: Likewise.
861         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Update F_SETOWN_EX and
862         F_GETOWN_EX definitions according to corrected kernel definitions.
863         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
864         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
865         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
866         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
867         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
868         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
870 2009-11-12  Ulrich Drepper  <drepper@redhat.com>
872         * version.h: Bump for 2.12 development.
874 2009-11-10  Andreas Schwab  <schwab@redhat.com>
876         * resolv/mapv4v6hostent.h (map_v4v6_hostent): Return non-zero if
877         out of buffer space.
878         * resolv/nss_dns/dns-host.c (getanswer_r): Check for
879         map_v4v6_hostent running out of space.
881 2009-11-10  Ulrich Drepper  <drepper@redhat.com>
883         * string/bits/string3.h (memset): If the second parameter is constant
884         and zero there is likely no transposition.
885         Patch by Caolan McNamara <caolanm@redhat.com.
887 2009-11-04  Philippe De Muyter  <phdm@macqel.be>
889         * sysdeps/powerpc/fpu/e_sqrt.c: Fix spelling of (Newton-)Raphson.
890         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
892 2009-10-30  Holger Hans Peter Freyther  <zecke@selfish.org>
894         * malloc/memusagestat.c (main): Fix spelling in an error message.
896 2009-11-01  H.J. Lu  <hongjiu.lu@intel.com>
898         * elf/dl-sym.c (do_sym): Properly handle STT_GNU_IFUNC symbols.
899         * elf/ifuncmain3.c (main): Test dlopen STT_GNU_IFUNC symbol.
901 2009-11-03  Andreas Schwab  <schwab@redhat.com>
903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
904         readahead.
906 2009-11-03  Jakub Jelinek  <jakub@redhat.com>
908         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Don't
909         relocate opd entry when resolving prelink conflicts.
911 2009-11-04  Jakub Jelinek  <jakub@redhat.com>
913         * misc/sys/uio.h (preadv, pwritev): Fix type of last argument
914         when -D_FILE_OFFSET_BITS=64.
916         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (fallocate): Fix types
917         of last two arguments when -D_FILE_OFFSET_BITS=64.
918         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (fallocate): Likewise.
919         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (fallocate): Likewise.
920         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (fallocate): Likewise.
921         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (fallocate): Likewise.
922         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (fallocate): Likewise.
923         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (fallocate): Likewise.
925 2009-11-03  Andreas Schwab  <schwab@linux-m68k.org>
927         [BZ #4457]
928         * sysdeps/generic/libgcc_s.h: New file.
929         * sysdeps/generic/framestate.c: Include it and use LIBGCC_S_SO.
931 2009-11-01  Ulrich Drepper  <drepper@redhat.com>
933         * malloc/hooks.c (free_check): Restore locking and call _int_free
934         appropriately.
936 2009-10-30  Ulrich Drepper  <drepper@redhat.com>
938         * version.h (VERSION): Bump for 2.11 release.
939         * include/features.h (__GLIBC_MINOR__): Bump to 11.
941         * elf/tst-execstack.c (do_test): Add cast to avoid warning.
943         * stdio-common/scanf13.c (main): Remove unused variable wbuf.
945         * stdlib/tst-strtol.c (tests): Mark one more constant as unsigned
946         to avoid warning.
947         * stdlib/tst-strtoll.c (tests): Likewise.
949         [BZ #9986]
950         * time/strftime_l.c (__strftime_internal): Allow %OC.
952         * misc/mkostemps.c: New file.
953         * misc/mkostemps64.c: New file.
955 2009-10-30  Andreas Schwab  <schwab@redhat.com>
957         * locale/programs/locale-spec.c: Include <error.h> and
958         <libintl.h>.
960         * sysdeps/unix/sysv/linux/readlinkat.c: Fix last change.
962 2009-10-28  Roland McGrath  <roland@redhat.com>
964         * Makefile (dist-prepare): New target.
965         (tag-for-dist): Target removed.
966         (glibc-%.tar): Pattern rule removed.
967         (%.tar): New pattern rule, does simple use of git archive.
968         (dist-version): Remove variable definition.
969         (dist): Just depend on that.  Add .tar.xz dependency.
970         If dist-version variable not set on command line, depend on
971         dist-prepare, re-invoke with dist-version set via git describe.
973         * Makerules (%.xz): New pattern rule.
975 2009-10-28  Alan Modra  <amodra@bigpond.net.au>
977         * elf/ifuncdep2.c: Include ifunc-sel.h.
978         (global): Delete.
979         (foo1_ifunc, foo2_ifunc, foo3_ifunc): Use ifunc_sel.
980         * elf/ifuncmain1.c (global): Delete.
981         * elf/ifuncmain1vis.c: Likewise.
982         * elf/ifuncmain2.c: Likewise.
983         * elf/ifuncmain5.c: Likewise.
984         * elf/ifuncmod3.c: Likewise.
985         * elf/ifuncmain6pie.c: Include ifunc-sel.h.
986         (foo_ifunc): Use ifunc_one.
987         * elf/ifuncmain7.c: Likewise.
988         * elf/ifuncmod1.c: Include ifunc-sel.h.
989         (global): Define protected var.
990         (foo_ifunc, foo_hidden_ifunc, foo_protected_ifunc): Use ifunc_sel.
991         * elf/ifuncmod5.c: Likewise.
992         * sysdeps/generic/elf/ifunc-sel.h: New file.
993         * sysdeps/powerpc/elf/ifunc-sel.h: New file.
995 2009-07-30  Alan Modra  <amodra@bigpond.net.au>
997         * elf/elf.h (R_PPC_NUM, R_PPC64_NUM): Delete unused and incorrect.
998         (R_PPC_REL16*): Correct comments.
999         (R_PPC_IRELATIVE, R_PPC64_IRELATIVE, R_PPC64_JMP_IREL): Define.
1000         (R_PPC64_REL16, R_PPC64_REL16_LO, R_PPC64_REL16_HI,
1001          R_PPC64_REL16_HA): Define.
1002         * sysdeps/powerpc/powerpc32/dl-irel.h: New file.
1003         * sysdeps/powerpc/powerpc64/dl-irel.h: New file.
1004         * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_fixup_plt):
1005         Delete unused "reloc" param.
1006         (__process_machine_rela): Handle R_PPC_IRELATIVE.
1007         * sysdeps/powerpc/powerpc32/dl-machine.h (__elf_machine_fixup_plt):
1008         Delete "reloc" param.
1009         (elf_machine_rela): Handle STT_GNU_IFUNC functions and
1010         R_PPC_IRELATIVE.
1011         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): New function.
1012         (elf_machine_rela): Handle STT_GNU_IFUNC functions and new ifunc
1013         relocations.
1015 d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
1017         [BZ #10315]
1018         * sysdeps/gnu/netinet/udp.h: Define UDP_CORK, UDP_ENCAP,
1019         UDP_ENCAP_ESPINUDP_NON_IKE, UDP_ENCAP_ESPINUDP, and
1020         UDP_ENCAP_L2TPINUDP.
1022         [BZ #10349]
1023         * sysdeps/posix/tempname.c (__gen_tempname): Take new second
1024         parameter, specifying length of prefix.
1025         * stdio-common/tempname.c: Likewise.
1026         * include/stdio.h: Adjust prototypes.
1027         * libio/oldtmpfile.c: Adjust caller.
1028         * misc/mkdtemp.c: Likewise.
1029         * misc/mkostemp.c: Likewise.
1030         * misc/mkostemp64.c: Likewise.
1031         * misc/mkstemp.c:  Likewise.
1032         * misc/mkstemp64.c: Likewise.
1033         * misc/mktemp.c: Likewise.
1034         * stdio-common/tempnam.c: Likewise.
1035         * stdio-common/tmpfile.c: Likewise.
1036         * stdio-common/tmpnam.c: Likewise.
1037         * stdio-common/tmpnam_r.c: Likewise.
1038         * misc/mkstemps.c: New file.
1039         * misc/mkstemps64.c: New file.
1040         * stdlib/stdlib.h: Add prototypes.
1041         * misc/Makefile (routines): Add mkstemps and mkstemps64.
1042         * misc/Versions: Export mkstemps and mkstemps64 for GLIBC_2.11.
1044 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1046         * locale/iso-639.def: Add sml entry.
1048         [BZ #10391]
1049         * resolv/res_send.c (send_dg): Initialize resplen.
1051         [BZ #10446]
1052         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Match sigevent
1053         definition to the kernel's.
1054         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
1056 2009-08-18  Anders Johansson  <ajohansson@novell.com>
1058         * nscd/aicache.c: Fix mixing up dataset and dataset->resp
1059         offsets and record sizes in assert()s and response sending.
1060         * nscd/grpcache.c: Likewise.
1061         * nscd/hstcache.c: Likewise.
1062         * nscd/initgrcache.c: Likewise.
1063         * nscd/pwdcache.c: Likewise.
1065 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1067         [BZ #10540]
1068         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): If
1069         /etc/hosts does not exist set errnop and herrnop appropriately.
1070         Patch by Steve Langasek <vorlon@debian.org>.
1072         [BZ #10553]
1073         * malloc/malloc.c (malloc_info): Fix typos in format strings.
1074         Patch by John Sullivan <jsrhbz@kanargh.force9.co.uk>.
1076         [BZ #10564]
1077         * login/utmp_file.c (TIMEOUT): Increase to 10.
1079         [BZ #10609]
1080         * sysdeps/unix/sysv/linux/faccessat.c: Fix handling of empty parameters
1081         for file names in case the syscall is not available.
1082         * sysdeps/unix/sysv/linux/fchmodat.c: Likewise.
1083         * sysdeps/unix/sysv/linux/fchownat.c: Likewise.
1084         * sysdeps/unix/sysv/linux/futimesat.c: Likewise.
1085         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
1086         * sysdeps/unix/sysv/linux/fxstatat64.c: Likewise.
1087         * sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise.
1088         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise.
1089         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
1090         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
1091         * sysdeps/unix/sysv/linux/openat.c: Likewise.
1092         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Likewise.
1093         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
1094         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
1095         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
1096         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
1097         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise.
1098         * sysdeps/unix/sysv/linux/xmknodat.c: Likewise.
1100         [BZ #10643]
1101         * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): If thread
1102         creation filed, remove the request from the 'requests' list and signal
1103         the caller that the request is finished.
1105         [BZ #10692]
1106         * nis/nss_nis/nis-grp.c (internal_nis_getgrent_r): Don't free buffer
1107         in error if batch_read.  Patch by Joe Landers <jlanders@vmware.com>.
1109         [BZ #10713]
1110         * nis/nss_nis/nis-grp.c (internal_nis_endgrent): Start freeing blocks
1111         from intern.start.  Patch by Joe Landers <jlanders@vmware.com>.
1113         [BZ #10780]
1114         * libio/ioputs.c (_IO_puts): Make sure to not return a number which
1115         overflows the int return type.
1117         [BZ #10717]
1118         * malloc/memusagestat.c (main): Fix repairing of trace files.  We also
1119         have to compute maxsize_total, we have to update the variables, and
1120         the also_total handling must happen after the repair.
1122         [BZ #10742]
1123         * nscd/dbg_log.c (dbg_log): Print timestamp before the message text.
1124         Based on patch by Jeffrey Bastian <jbastian@redhat.com>.
1126 2009-10-27  Andreas Schwab  <schwab@redhat.com>
1128         * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Make sure
1129         errno is always set when returning unsuccessfully.
1131 2009-10-29  Andreas Schwab  <schwab@redhat.com>
1133         * malloc/memusage.c (update_data): Fix index wraparound handling
1134         so that buffer_cnt is actually reset.
1136 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1138         [BZ #10784]
1139         * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Always copy name
1140         of the directory we look at into the static buffer if there is one
1141         at the start of the loop.
1143         [BZ #10789]
1144         * sysdeps/generic/netinet/ip.h: Define IPTOS_ENC* and IPTOS_DSCP*
1145         macros.  Patch by Philip Prindeville <philipp@redfish-solutions.com>.
1147         [BZ #10840]
1148         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1149         __ASSUME_F_GETOWN_EX.
1150         * sysdeps/unix/sysv/linux/fcntl.c: Implement F_GETOWN using F_GETOWN_EX
1151         if possible.
1152         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
1154         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_OWNER_*
1155         and f_owner_ex.
1156         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1157         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1158         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1159         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1160         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1161         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1163         [BZ #10847]
1164         * sysdeps/gnu/getutmp.c: Allow compatibility code to play around with
1165         getutmpx symbol.
1167         [BZ #10823]
1168         * resolv/res_send.c (__libc_res_nsend): Fix copying of IPv4 server
1169         addresses.  Patch by Petar Bogdanovic <petar@smokva.net>.
1171 2009-10-24  Joseph Myers  <joseph@codesourcery.com>
1173         * sysdeps/ieee754/ldbl-128/w_expl.c: Add hidden_def (__expl).
1175 2009-10-27  Jakub Jelinek  <jakub@redhat.com>
1177         [BZ #10817]
1178         * math/w_coshl.c (__coshl): Use __finitel instead of __finite.
1179         Reported by Ray Chason.
1181 2009-10-21  H.J. Lu  <hongjiu.lu@intel.com>
1183         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1184         strend-sse4.
1185         * sysdeps/x86_64/multiarch/strchr.S: New file.
1186         * sysdeps/x86_64/multiarch/strend-sse4.S: New file.
1187         * sysdeps/x86_64/multiarch/strrchr.S: New file.
1189 2009-10-21  Andreas Schwab  <schwab@redhat.com>
1191         * elf/dl-sym.c (do_sym): Resolve STT_GNU_IFUNC symbols.
1193 2009-10-19  Andreas Schwab  <schwab@redhat.com>
1195         * include/math.h: Add hidden protos for __exp/__expf/__expl.
1196         * sysdeps/ieee754/dbl-64/w_exp.c: Add hidden alias.
1197         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
1198         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
1199         * sysdeps/i386/fpu/s_expm1.S: Call __exp to handle overflow.
1200         * sysdeps/i386/fpu/s_expm1f.S: Call __expf to handle overflow.
1201         * sysdeps/i386/fpu/s_expm1l.S: Call __expl instead of
1202         __ieee751_expl to handle overflow.
1204 2009-10-14  David S. Miller  <davem@davemloft.net>
1206         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: New file.
1207         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: New file.
1209 2009-10-13  Andreas Schwab  <schwab@redhat.com>
1211         * csu/elf-init.c (__libc_csu_init): Run preinit array even if
1212         !USE_MULTIARCH.
1214 2009-10-08  Ulrich Drepper  <drepper@redhat.com>
1216         [BZ #10730]
1217         * stdlib/random_r.c (__initstate_r): Remove duplicate __set-errno.
1218         Patch in part by Steve Ward <planet36@gmail.com>.
1220         [BZ #10731]
1221         * stdlib/rand_r.c: Fix typo.
1223         * po/cs.po: Update from translation team.
1225 2009-10-06  Andreas Schwab  <schwab@redhat.com>
1227         * elf/dl-load.c (_dl_map_object_from_fd): Close fd before
1228         returning if RTLD_NOLOAD.
1230 2009-10-06  Roland McGrath  <roland@redhat.com>
1232         * sysdeps/x86_64/multiarch/strstr-c.c
1233         [! SHARED]: Omit libc_hidden_builtin_def fiddling.
1235         * sysdeps/x86_64/multiarch/strcasestr-c.c: Remove
1236         libc_hidden_builtin_def fiddling, does not apply to strcasestr at all.
1238         * sysdeps/x86_64/multiarch/init-arch.h
1239         [NOT_IN_libc] (__get_cpu_features): Define it as a macro.
1240         (HAS_CPU_FEATURE): New macro.
1241         (HAS_SSE2, HAS_POPCOUNT, HAS_SSE4_2, HAS_FMA): Use it.
1242         * sysdeps/x86_64/multiarch/init-arch.c
1243         (__get_cpu_features): #undef it before definition.
1245 2009-10-05  Andreas Schwab  <schwab@redhat.com>
1247         * locale/C-time.c: Revert week-1stday back to 19971130 and set
1248         first_weekday to 1 and first_workday to 2.
1250 2009-10-01  Ulrich Drepper  <drepper@redhat.com>
1252         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and
1253         F_GETOWN_EX.
1254         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1255         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1256         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1257         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1258         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1259         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1261 2009-09-28  Andreas Schwab  <schwab@redhat.com>
1263         * stdio-common/printf_fp.c: Check for and avoid integer overflows.
1264         * stdio-common/vfprintf.c: Likewise.
1266 2009-09-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1268         * sysdeps/mach/hurd/mkdirat.c: Include <hurd/fd.h>.
1269         (mkdirat): Call __directory_name_split_at instead of
1270         __directory_name_split.
1272 2009-09-28  Ulrich Drepper  <drepper@redhat.com>
1274         * locale/programs/locale-spec.c (locale_special): If nothing matches
1275         fail with an appropriate message.
1277 2009-09-10  H.J. Lu  <hongjiu.lu@intel.com>
1279         * configure.in: Exclude binutils 2.X.  Support binutils 2.100
1280         and XX.
1282 2009-09-25  Andreas Schwab  <schwab@redhat.com>
1284         * elf/dl-reloc.c (RESOLVE_MAP): Always pass
1285         DL_LOOKUP_ADD_DEPENDENCY to _dl_lookup_symbol_x.
1287 2009-09-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1289         * bits/termios.h [__USE_UNIX98] (IXANY): Define macro.
1291 2009-09-20  Andreas Schwab  <schwab@linux-m68k.org>
1293         * iconvdata/iso646.c (gconv_init): Correctly initialize the
1294         character size elements in step data.
1296 2009-09-20  Ulrich Drepper  <drepper@redhat.com>
1298         * po/hu.po: Update from translation team.
1299         * po/vi.po: Likewise.
1301 2009-09-19  Roland McGrath  <roland@redhat.com>
1303         * libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables.
1305 2009-09-15  Roland McGrath  <roland@redhat.com>
1307         * aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE.
1308         * nptl/sysdeps/pthread/configure: Regenerated.
1309         * nptl/sysdeps/x86_64/configure: Regenerated.
1310         * sysdeps/unix/sysv/linux/configure: Regenerated.
1311         * sysdeps/x86_64/elf/configure: Regenerated.
1313         * Makefile (autoconf-it): Set execute bit only on top-level configure.
1315         * configure.in: Let add-ons set $libc_add_on_config_subdirs to have
1316         the effect of AC_CONFIG_SUBDIRS relative to the add-on directory.
1317         * aclocal.m4 (GLIBC_PROVIDES): Add AC_CONFIG_SUBDIRS.
1318         * configure: Regenerated.
1320 2009-09-09  Ulrich Drepper  <drepper@redhat.com>
1322         * posix/getconf.c (main): Handle -- on command line.
1324 2009-09-05  H.J. Lu  <hongjiu.lu@intel.com>
1326         * configure.in: Support binutils 2.100 and 3.0.
1328 2009-09-08  Jakub Jelinek  <jakub@redhat.com>
1330         * sysdeps/s390/s390-32/____longjmp_chk.c: Removed.
1331         * sysdeps/s390/s390-64/____longjmp_chk.c: Removed.
1332         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: New file.
1333         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: New file.
1335 2009-09-07  Ulrich Drepper  <drepper@redhat.com>
1337         * locale/programs/ld-collate.c (struct locale_collate_t): Add
1338         unnamed_section_defined field.
1339         (collate_read): Test and set unnamed_section_defined.
1341         * posix/getconf.c (vars): Handle POSIX2_LINE_MAX in addition to
1342         _POSIX2_LINE_MAX.
1344 2009-09-04  H.J. Lu  <hongjiu.lu@intel.com>
1346         * configure.in: Support binutils 2.20.
1348 2009-09-03  Ulrich Drepper  <drepper@redhat.com>
1350         * sysdeps/i386/i686/multiarch/strstr-c.c (__strstr_sse42,
1351         __strstr_ia32): Add attribute_hidden.
1353 2009-09-01  Andreas Schwab  <schwab@redhat.com>
1355         * hesiod/nss_hesiod/hesiod-grp.c (internal_gid_from_group): Fix
1356         parsing of group entry.
1358 2009-09-02  Andreas Schwab  <schwab@redhat.com>
1360         * libio/wfileops.c (_IO_wfile_seekoff): Account for readahead in
1361         external buffer.  Always discard readahead in internal buffer.
1362         * libio/Makefile (tests): Add bug-wsetpos.
1363         * libio/bug-wsetpos.c: New file.
1365 2009-09-02  Jakub Jelinek  <jakub@redhat.com>
1367         * sysdeps/x86_64/multiarch/strstr-c.c (__strstr_sse42, __strstr_sse2):
1368         Add attribute_hidden.
1369         * sysdeps/x86_64/multiarch/strcasestr-c.c (__strcasestr_sse42,
1370         __strcasestr_sse2): Likewise.
1371         * sysdeps/x86_64/multiarch/s_fma.c (__fma_sse2): Add attribute_hidden.
1372         (__fma_fma): Make static.
1373         * sysdeps/x86_64/multiarch/s_fmaf.c (__fmaf_sse2): Add attribute_hidden.
1374         (__fmaf_fma): Make static.
1376 2009-08-31  Andreas Schwab  <schwab@redhat.com>
1378         * libio/wfileops.c (_IO_wfile_seekoff): Remove dead code and
1379         reformulate in-buffer optimisation check to match code in
1380         _IO_new_file_seekoff.
1382 2009-08-31  Joshua W. Boyer  <jwboyer@linux.vnet.ibm.com>
1384         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Change srdi instruction
1385         to srwi in 32-bit memcpy for power6.
1387 2009-09-01  Andreas Schwab  <schwab@redhat.com>
1389         * include/stdio.h: Declare hidden proto for fflush.
1390         * libio/iofflush.c: Add hidden weak alias for fflush.
1392 2009-09-01  Jakub Jelinek  <jakub@redhat.com>
1394         * sysdeps/x86_64/fpu/bits/mathinline.h: Include bits/wordsize.h.
1395         (__signbitf, __signbit): Only use SSE inline asm for 64-bit.
1397 2009-08-31  Andreas Schwab  <schwab@redhat.com>
1399         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
1401 2009-08-31  Ulrich Drepper  <drepper@redhat.com>
1403         [BZ #10560]
1404         * malloc/malloc.c: Add local assert definition to avoid problems with
1405         memory allocation in the real one.
1407 2009-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1409         * sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):
1410         Removed.
1411         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Don't
1412         turn off SSSE3 on Atom.
1414 2009-08-28  Ulrich Drepper  <drepper@redhat.com>
1416         * stdlib/tst-strtol.c (tests): More tests.
1417         * stdlib/tst-strtoll.c (tests): Likewise.
1419 2009-08-26  Ulrich Drepper  <drepper@redhat.com>
1421         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: New file.
1423         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: New file.
1425 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
1427         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Add llround aliases.
1428         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: New file.
1430         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: New file
1432         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: New file.
1434         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: New file.
1436 2009-08-25  Joseph Myers  <joseph@codesourcery.com>
1438         * math/s_fdiml.c (__fdiml): Use fpclassify instead of fpclassifyl.
1440 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
1442         * sysdeps/x86_64/fpu/s_scalbln.c: New file.
1443         * sysdeps/x86_64/fpu/s_scalbn.c: New file.
1445         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
1447         * sysdeps/x86_64/fpu/s_signbit.S: New file.
1448         * sysdeps/x86_64/fpu/s_signbitf.S: New file.
1450         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: New file.
1451         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: New file.
1453         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Remove
1454         leftover YMM_SIZE definition.
1456 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
1458         * math/math_private.h (ieee_double_shape_type): Add uint64_t word to
1459         union.
1460         (EXTRACT_WORDS64, INSERT_WORDS64): Define.
1461         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64, INSERT_WORDS64):
1462         Redefine.
1463         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: New file.
1465         * sysdeps/x86_64/fpu/math_private.h: Add specialized GET_FLOAT_WORD
1466         and SET_FLOAT_WORD definitions.
1468 2009-08-24  Roland McGrath  <roland@redhat.com>
1470         * sysdeps/unix/syscall-template.S: New file.
1471         * sysdeps/unix/make-syscalls.sh: Generate rules to use it.
1472         * sysdeps/unix/Makefile (omit-deps): Do not omit syscall stubs' deps.
1473         (compile-syscall): Pass mkdep and -g options as normal.
1474         (s-proto.d, s-proto-cancel.d): Don't "-include" these.
1475         (common-generated): Don't add them here.
1477 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
1479         * math/s_fdim.c: In case of overflows set errno.
1480         * math/s_fdimf.c: Likewise.
1481         * math/s_fdiml.c: Likewise.
1483         * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined.
1484         * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we
1485         are using the inline optimizations.
1487         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbit): Optimize.
1488         (__signbitf): Likewise.
1490 2009-08-23  Ulrich Drepper  <drepper@redhat.com>
1492         * posix/regcomp.c (parse_dup_op): Verify the expression is correctly
1493         terminated.
1494         * posix/Makefile (tests): Add bug-regex29.
1495         * posix/bug-regex29.c: New file.
1497         * posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if
1498         older POSIX versions are selected.
1500         * stdio-common/printf_fp.c: ISO C expects to print the sign of NaN
1501         as well.
1502         * stdio-common/printf_fphex.c: Likewise.
1503         * stdio-common/tstdiomisc.c: Add more tests.
1505         * locale/locale.h: Include xlocale.h and the thread-local locale
1506         declarations for XPG7, not XPG6.
1508 2009-08-21  Andreas Schwab  <schwab@redhat.com>
1510         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: Removed.
1511         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: Removed.
1512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: New file.
1513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S: New file.
1514         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Move CHECK_SP earlier.
1515         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1517 2009-08-20  Roland McGrath  <roland@redhat.com>
1519         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
1520         Use l_addr instead of l_map_start (dli_fbase).
1521         Print "FILE([+-]OFFSET) [ADDRESS]" with the file-relative
1522         address when there is no proximate symbol.
1523         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd):
1524         Likewise.
1526 2009-08-16  Ulrich Drepper  <drepper@redhat.com>
1528         * scripts/gen-as-const.awk: Fix test for 64-bit platform.
1530 2009-08-14  Ulrich Drepper  <drepper@redhat.com>
1532         * test-skeleton.c (signal_handler): Renamed from timeout_handler.
1533         Also handle SIGINT.  In that case only do the cleanup and then
1534         re-raise the signal.
1535         (main): Install handler for SIGINT.
1537 2009-08-10  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
1539         * stdlib/longlong.h [__sh__] (udiv_qrnnd, sub_ddmmss): Add "t" to
1540         clobber list.
1542 2009-08-01  H.J. Lu  <hongjiu.lu@intel.com>
1544         * elf/Makefile (distribute): Add tst-audit6.c tst-auditmod6a.c
1545         tst-auditmod6b.c tst-auditmod6c.c tst-audit7.c tst-auditmod7a.c
1546         tst-auditmod7b.c.
1547         (tests): Add tst-audit6 tst-audit7.
1548         (modules-names): Add st-auditmod6a tst-auditmod6b tst-auditmod6c
1549         tst-auditmod7a tst-auditmod7b.
1550         ($(objpfx)tst-audit6): New.
1551         ($(objpfx)tst-audit6.out): Likewise.
1552         ($(objpfx)tst-audit7): Likewise.
1553         ($(objpfx)tst-audit7.out): Likewise.
1554         (tst-audit6-ENV): Likewise.
1555         (tst-audit7-ENV): Likewise.
1556         (CFLAGS-tst-auditmod6b.c): Likewise.
1557         (CFLAGS-tst-auditmod6c.c): Likewise.
1558         (CFLAGS-tst-auditmod7b.c): Likewise.
1559         * elf/tst-audit6.c: New file.
1560         * elf/tst-audit7.c: New file.
1561         * elf/tst-auditmod6a.c: New file.
1562         * elf/tst-auditmod6b.c: New file.
1563         * elf/tst-auditmod6c.c: New file.
1564         * elf/tst-auditmod7a.c: New file.
1565         * elf/tst-auditmod7b.c: New file.
1566         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
1567         saving and restoring SSE/AVX registers to ...
1568         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
1570 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
1572         * sysdeps/i386/i686/multiarch/strcspn.S (STRCSPN): Use PIC
1573         only if SHARED is defined.
1574         * sysdeps/i386/i686/multiarch/strspn.S (strspn): Likewise.
1576 2009-08-03  Jim Meyering  <meyering@redhat.com>
1578         * sysdeps/i386/configure.in: Use AC_HEADER_CHECK.
1580 2009-08-08  Ulrich Drepper  <drepper@redhat.com>
1582         * sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same
1583         section as the other functions for this architecture.
1584         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
1586 2009-08-07  Ulrich Drepper  <drepper@redhat.com>
1588         * sysdeps/x86_64/strcmp.S: Add support to compile with
1589         USE_SSSE3.  In this case palignr is used.
1590         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): If SSE4.2 is not
1591         available but SSSE3 is, pick __str{,n}cmp_ssse3.
1592         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
1593         Add strcmp-ssse3 and strncmp-ssse3.
1594         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: New file.
1595         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: New file.
1597         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Avoid
1598         warning through fake initialization.
1600 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
1602         * sysdeps/i386/i686/multiarch/strlen.S (ENTRY): Add the missing "; \".
1604 2009-08-07  Andreas Schwab  <schwab@redhat.com>
1606         * elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
1607         unique symbols.
1609 2009-08-05  H.J. Lu  <hongjiu.lu@intel.com>
1611         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Properly use
1612         EBX from EAX = 1.  Handle EAX = 11.
1614 2009-08-07  Andreas Schwab  <schwab@redhat.com>
1616         * Makefile (TAGS): Use separate sed -e expressions to avoid \
1617         inside ''.
1619 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
1621         * sysdeps/i386/i686/multiarch/strcspn.S: Add comments for no
1622         hidden IFUNC functions.
1623         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1625         * sysdeps/i386/i686/multiarch/strlen.S: New file.
1627         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
1628         (sysdep_routines): Add strcspn-c, strpbrk-c, strspn-c, strstr-c, and
1629         strcasestr-c.
1630         (CFLAGS-strcspn-c.c): Define.
1631         (CFLAGS-strpbrk-c.c): Define.
1632         (CFLAGS-strspn-c.c): Define.
1633         (CFLAGS-strstr.c): Define.
1634         (CFLAGS-strcasestr.c): Define.
1635         * sysdeps/i386/i686/multiarch/strcspn-c.c: New file.
1636         * sysdeps/i386/i686/multiarch/strcspn.S: New file.
1637         * sysdeps/i386/i686/multiarch/strpbrk-c.c: New file.
1638         * sysdeps/i386/i686/multiarch/strpbrk.S: New file.
1639         * sysdeps/i386/i686/multiarch/strspn-c.c: New file.
1640         * sysdeps/i386/i686/multiarch/strspn.S: New file.
1641         * sysdeps/i386/i686/multiarch/strstr-c.c: New file.
1642         * sysdeps/i386/i686/multiarch/strstr.c: New file.
1643         * sysdeps/i386/i686/multiarch/strcasestr-c.c: New file.
1644         * sysdeps/i386/i686/multiarch/strcasestr.c: New file.
1645         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Use
1646         -16L instead of 0xfffffffffffffff0L.
1647         * sysdeps/x86_64/multiarch/strspn-c.c (__strspn_sse42): Likewise.
1649 2009-08-02  Ulrich Drepper  <drepper@redhat.com>
1651         * sysdeps/i386/configure.in: Add test for <cpuid.h>.
1653 2009-07-31  Ulrich Drepper  <drepper@redhat.com>
1655         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Yet
1656         another rewrite.  Much smaller and faster.
1657         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
1659         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Get
1660         ss_flags from the correct location.
1662 2009-07-31  H.J. Lu  <hongjiu.lu@intel.com>
1664         * sysdeps/i386/i686/Makefile (sysdep_routines): Add cacheinfo.
1665         * sysdeps/i386/i686/cacheinfo.c: New file.
1666         * sysdeps/i386/i686/multiarch/Makefile: New file.
1667         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: New file.
1668         * sysdeps/i386/i686/multiarch/init-arch.c: New file.
1669         * sysdeps/i386/i686/multiarch/init-arch.h: New file.
1670         * sysdeps/i386/i686/multiarch/sched_cpucount.c: New file.
1671         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: New file.
1672         * sysdeps/x86_64/cacheinfo.c: Include <cpuid.h>.
1673         (__cpuid_count): New. Provide the default.
1674         (__x86_64_prefetchw): Define only if DISABLE_PREFETCHW is not defined.
1675         (__x86_64_preferred_memory_instruction): Define only if
1676         DISABLE_PREFERRED_MEMORY_INSTRUCTION is not defined.
1677         (intel_check_word): Use __cpuid.
1678         (handle_intel): Likewise.
1679         (handle_amd): Likewise.
1680         (__cache_sysconf): Likewise.
1681         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
1682         (__cache_sysconf): Likewise.
1683         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
1684         * sysdeps/x86_64/multiarch/init-arch.c: Include <cpuid.h>.
1685         (get_common_indeces): Use __cpuid.
1686         (__init_cpu_features): Likewise.  Disable SSSE3 on Atom only
1687         if ENABLE_SSSE3_ON_ATOM is not defined.
1688         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE2): Define.
1689         * sysdeps/x86_64/multiarch/sched_cpucount.c (POPCNT): Use
1690         popcnt instead of popcntq.
1692 2009-07-31  Jakub Jelinek  <jakub@redhat.com>
1694         * malloc/Makefile (CFLAGS-obstack.c): Add $(uses-callbacks).
1696 2009-07-30  Ulrich Drepper  <drepper@redhat.com>
1698         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file.
1699         * sysdeps/i386/____longjmp_chk.S: Remove all code.  This is now a file
1700         which always causes a compile error.
1702         * sysdeps/i386/__longjmp.S: Remove bound-checking pointer support.
1704         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: New file.  Content
1705         comes from...
1706         * sysdeps/x86_64/____longjmp_chk.S: ...here.  This is now a file
1707         which always causes a compile error.
1709         * debug/Makefile (tests): Add tst-longjmp_chk2.
1710         * debug/tst-longjmp_chk2.c: New file.
1712         * sysdeps/x86_64/__longjmp.S: Remove CHECK_RSP handling.  Fix CFI.
1713         Remove incorrect use of BP_SYM.
1714         * sysdeps/x86_64/____longjmp_chk.S: Rewrite.  Complete implementation
1715         here now since it is more complex than just a simple check.
1717         * sysdeps/ia64/backtrace.c (backtrace_helper): Stop backtrace when
1718         we make no more progress.
1720 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
1722         * math/s_fma.c: Don't define alias if __fma is a macro.
1723         * math/s_fmaf.c: Likewise.
1724         * sysdeps/x86_64/multiarch/s_fma.c: New file.
1725         * sysdeps/x86_64/multiarch/s_fmaf.c: New file.
1726         Partially based on a patch by H.J. Lu <hongjiu.lu@intel.com>.
1728         * sysdeps/x86_64/multiarch/init-arch.h (__get_cpu_features): Declare.
1729         (HAS_POPCOUNT, HAS_SSE4_2): Add variants which work outside libc.
1730         New macro HAS_FMA.
1731         * sysdeps/x86_64/multiarch/init-arch.c (__get_cpu_features): New
1732         function.
1733         * include/libc-symbols.h (libm_ifunc): Define.
1734         * sysdeps/x86_64/multiarch/Versions: New file.
1736         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
1738 2009-07-28  H.J. Lu  <hongjiu.lu@intel.com>
1740         * sysdeps/x86_64/dl-trampoline.S: Properly restore AVX registers.
1742 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
1744         * elf/dl-runtime.c (_dl_fixup): Indicate before _dl_lookup_symbol_x
1745         call that registers used in calling conventions need to be preserved.
1746         * elf/dl-lookup.c (do_lookup_x): Use RTLD_*_FOREIGN_CALL macros
1747         to preserve register content if necessary.
1748         * sysdeps/x86_64/dl-trampoline.S (_dl_x86_64_save_sse): New function.
1749         (_dl_x86_64_restore_sse): New function.
1750         * sysdeps/x86_64/tst-xmmymm.sh: There is now one more function that
1751         is allowed to modify xmm/ymm registers.
1753         * stdio-common/scanf15.c: Undefine _LIBC.  We want to test from an
1754         application's perspective.
1755         * stdio-common/scanf17.c: Likewise.
1757 2009-07-28  Ulrich Drepper  <drepper@redhat.com>
1759         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Don't add TCB
1760         size to memsz.
1761         (init_static_tls) [TLS_TCB_AT_TP]: Add it to GL(dl_tls_static_size)
1762         here.
1763         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Compute freebytes in
1764         two steps to catch bugs.
1766 2009-07-27  Ulrich Drepper  <drepper@redhat.com>
1768         * sysdeps/x86_64/tst-xmmymm.sh: Refine testing.  The script now
1769         determines which files are used in runtime lookups and only checks
1770         those for SSE use.
1771         * sysdeps/x86_64/rtld-memchr.c: Removed.  Not needed with refined
1772         testing.
1773         * sysdeps/x86_64/rtld-rawmemchr.c: Removed.
1774         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: Removed
1775         * sysdeps/x86_64/Makefile: Emit warning that tst-xmmymm.sh might
1776         take a while.
1778         * elf/dl-open.c: Move _dl_scope_free to...
1779         * elf/dl-scope.c: ...here.  New file.
1780         * elf/Makefile (dl-routines): Add scope.
1782         * resolv/resolv.h (RES_USE_DNSSEC): Define.
1783         * resolv/res_debug.c (p_option): Handle RES_USE_EDNS0 and
1784         RES_USE_DNSSEC.
1785         * resolv/res_mkquery.c (__res_nopt): Set flags for RES_USE_DNSSEC.
1786         * resolv/res_query.c (__libc_res_nquery): Handle RES_USE_DNSSEC in
1787         all the places we handled RES_USE_EDNS0 only before.
1788         Patch by Adam Tkac <atkac@redhat.com>.
1790 2009-07-27  Jakub Jelinek  <jakub@redhat.com>
1792         * elf/dl-lookup.c (do_lookup_x): Fix check for table more than
1793         3/4 full.  Pass size + 1 rather than size to _dl_higher_prime_number.
1794         Update size when reallocating.
1796 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
1798         * sysdeps/x86_64/tst-xmmymm.sh: New file.  Check whether any of the
1799         functions used in ld.so modify xmm/ymm registers.
1800         * sysdeps/x86_64/Makefile:  Hook new test up.
1801         * sysdeps/x86_64/rtld-memchr.c: New file.
1802         * sysdeps/x86_64/rtld-memcmp.c: New file.
1803         * sysdeps/x86_64/rtld-rawmemchr.c: New file.
1804         * sysdeps/x86_64/rtld-strchr.S: New file.
1805         * sysdeps/x86_64/rtld-strlen.S: New file.
1806         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: New file.
1807         * sysdeps/x86_64/multiarch/rtld-strlen.S: New file.
1809 2009-07-26  H.J. Lu  <hongjiu.lu@intel.com>
1811         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
1812         strncmp-c.
1813         * sysdeps/x86_64/multiarch/strcmp.S (aftertail): Removed.
1814         (exit): Likewise.
1815         (Byte1): Likewise.
1816         (Byte2): Likewise.
1817         (Byte3): Likewise.
1818         (Byte4): Likewise.
1819         (Byte5): Likewise.
1820         (Byte6): Likewise.
1821         (next_8_bytes): Likewise.
1822         (Byte0): Remove commented out codes.
1823         (unaligned_table): Align jump table at 8 bytes.
1824         Add _sse4_2 to all labels.  Always include "../strcmp.S".
1825         * sysdeps/x86_64/multiarch/strncmp-c.c: Removed.
1826         * sysdeps/x86_64/strcmp.S: Add SSE2 support.
1827         * sysdeps/x86_64/strncmp.S: New file.
1829 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
1831         [BZ #10422]
1832         * sysdeps/unix/sysv/linux/eventfd.c: Add compatibility for old
1833         kernels, dropped when eventfd2 support was added.
1834         * sysdeps/unix/sysv/linux/signalfd.c: Add compatibility for old
1835         kernels, dropped when signalfd4 support was added.
1836         * sysdeps/unix/sysv/linux/kernel-features.h: More CLOEXEC syscalls
1837         added, name them.
1839         [BZ #10452]
1840         * resolv/res_send.c (send_dg): Pass full SERVFAIL, NOTIMP, REFUSED
1841         replies up.
1843         * elf/elf.h: Define NT_GNU_GOLD_VERSION.
1845 2009-07-25  Ulrich Drepper  <drepper@redhat.com>
1847         * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for
1848         modern processor versions.  Patch by H.J. Lu <hongjiu.lu@intel.com>.
1850         [BZ #10448]
1851         * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no
1852         callback we must touch the status to avoid using stale value.
1854         * sysdeps/x86_64/multiarch/strcmp.S: Exclude unused code from being
1855         compiled in.
1857 2009-07-24  Ulrich Drepper  <drepper@redhat.com>
1859         * sysdeps/unix/sysv/linux/configure.in: Don't automatically include
1860         /lib/modules/* headers anymore.  We have sane headers in the standard
1861         place now.
1863 2009-06-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1865         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): "hpage",
1866         "etf3enh" and "highgprs" added.
1867         (_dl_s390_platforms): "z10" added.
1868         * sysdeps/s390/dl-procinfo.h (_DL_HWCAP_COUNT, _DL_PLATFORMS_COUNT):
1869         Increased for the new entries.
1870         (HWCAP enum): HWCAP_S390_HPAGE, HWCAP_S390_ETF3EH and
1871         HWCAP_S390_HIGH_GPRS added.
1873         * sysdeps/s390/s390-64/Makefile: Adjusted to build the new modules.
1874         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: New file.
1875         * sysdeps/s390/s390-64/utf16-utf32-z9.c: New file.
1876         * sysdeps/s390/s390-64/utf8-utf16-z9.c: New file.
1877         * sysdeps/s390/s390-64/utf8-utf32-z9.c: New file.
1879 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
1881         * sysdeps/x86_64/cacheinfo.c [USE_MULTIARCH]: Rearrange code to
1882         avoid additional cpuid instructions.  Most of the information is
1883         stored somewhere.
1885         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add more
1886         cache descriptors.
1887         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Likewise.
1889         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset
1890         SSSE3 bit for Atoms.
1891         * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test
1892         here anymore.
1894         * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in
1895         structure before copying it to avoid warning.
1896         * posix/tst-rfc3484-2.c (do_test): Likewise.
1897         * posix/tst-rfc3484-3.c (do_test): Likewise.
1899         [BZ #10416]
1900         * include/unistd.h: Make header file suitable for C++ test cases.
1901         Patch by Duncan Simpson <dps@simpson.demon.co.uk>.
1903         * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the
1904         stack alignment in the exit code.
1906         * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can
1907         potentially be zero.
1909         * elf/tst-unique1.c: Extend test to check for unloading DSO with
1910         unique symbol definition.
1911         Patch by Jakub Jelinek.
1912         * elf/dl-lookup.c (do_lookup_x): When entering a new unique symbol,
1913         make sure the object with the definition cannot be unloaded.  Adjust
1914         a few types.
1915         * sysdeps/generic/ldsodefs.h (struct rtld_global): The map element in
1916         the unique symbol hash table should not be const.
1918 2009-07-21  Ulrich Drepper  <drepper@redhat.com>
1920         * sysdeps/x86_64/multiarch/strstr.c: Minor cleanups.  Remove
1921         unnecesary variables.  Comment fixes.
1923 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
1925         * sysdeps/x86_64/multiarch/strstr.c [USE_AS_STRCASESTR] (STRSTR_SSE42):
1926         Use NONASCII_CASE information provided by the locale to determine
1927         whether optimized string load function can be used.  Minor cleanups.
1929 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
1931         * string/strcasestr.c (STRCASESTR): New macro.
1932         (__strcasestr): Renamed to ..
1933         (STRCASESTR): ...this.
1934         * string/strstr.c (STRSTR): New macro.
1935         (strstr): Renamed to ..
1936         (STRSTR): ...this.
1937         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1938         strstr-c strcasestr-c
1939         (CFLAGS-strstr.c): New.
1940         (CFLAGS-strcasestr.c): Likewise.
1941         * sysdeps/x86_64/multiarch/strcasestr-c.c: New file.
1942         * sysdeps/x86_64/multiarch/strcasestr.c: New file.
1943         * sysdeps/x86_64/multiarch/strstr-c.c: New file.
1944         * sysdeps/x86_64/multiarch/strstr.c: New file.
1946 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
1948         * locale/localeinfo.h (LIMAGIC): Update value for LC_CTYPE.
1949         * locale/langinfo.h: Define _NL_CTYPE_NONASCII_CASE.
1950         * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializer for
1951         _NL_CTYPE_NONASCII_CASE.
1952         * locale/programs/ld-ctype.c (locale_ctype_t): Add nonascii_case
1953         field.
1954         (ctype_finish): Check whether there are any 8-bit characters outside
1955         the range ASCII has or whether the mapping isn't the same as for
1956         ASCII (±0x20).  Set nonascii_case appropriately.
1957         (ctype_output): Add output handler for nonascii_case.
1959 2009-07-17  Ulrich Drepper  <drepper@redhat.com>
1961         * sysdeps/generic/sysdep.h: Define cfi_personality, cfi_lsda,
1962         CFI_PERSONALITY, CFI_LSDA, and DW_EH_PE_* constants.
1964 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
1966         [BZ #10360]
1967         * resolv/res-mkquery.c (__res_nopt): If anslen is > 0xffff store
1968         0xffff in the EDNS0 record.
1970 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
1972         * nscd/cache.c (cache_add): Use atomic_compare_and_exchange_bool_rel
1973         instead of atomic_compare_and_exchange_bool_acq to ensure pointer
1974         is written before the list head update.
1975         Patch by Andreas Schwab <aschwab@redhat.com>.
1977 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
1978             Jakub Jelinek  <jakub@redhat.com>
1980         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Make check for
1981         corruption thread-safe.
1983 2009-07-13  Jakub Jelinek  <jakub@redhat.com>
1985         * include/atomic.h (catomic_compare_and_exchange_val_rel): If arch
1986         overrides atomic_compare_and_exchange_val_rel, define to
1987         atomic_compare_and_exchange_val_rel by default, otherwise default
1988         to catomic_compare_and_exchange_val_acq.
1989         (catomic_compare_and_exchange_bool_rel): If arch overrides
1990         atomic_compare_and_exchange_bool_rel, define to
1991         atomic_compare_and_exchange_bool_rel by default.
1992         * malloc/malloc.c (_int_free): Revert 2009-07-02 change.
1993         Use catomic_compare_and_exchange_val_rel instead of
1994         catomic_compare_and_exchange_val_acq.
1996 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
1998         * sysdeps/generic/ldsodefs.h: Add prototype for
1999         _dl_higher_prime_number.
2000         * elf/dl-misc.c (_dl_higher_prime_number): Mark with internal_function.
2002         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize
2003         restoring of ymm registers a bit.
2005 2009-07-15  H.J. Lu  <hongjiu.lu@intel.com>
2007         * sysdeps/x86_64/memcmp.S: New file.
2009 2009-07-15  Ulrich Drepper  <drepper@redhat.com>
2011         * sysdeps/x86-64/dl-trampoline.h: Remove after integrating code into...
2012         * sysdeps/x86-64/dl-trampoline.S: ...here.  Rewrite to avoid function
2013         pointers in writable memory.
2015 2009-07-07  H.J. Lu  <hongjiu.lu@intel.com>
2017         * config.h.in: Add HAVE_AVX_SUPPORT entry.
2018         * config.make.in: Add config-cflags-avx entry.
2019         * configure.in: Substitute libc_cv_cc_avx.
2020         * elf/Makefile: Add rules to build and run tst-audit4 and tst-audit5.
2021         * elf/tst-audit4.c: New file.
2022         * elf/tst-audit5.c: New file.
2023         * elf/tst-auditmod4a.c: New file.
2024         * elf/tst-auditmod4b.c: New file.
2025         * elf/tst-auditmod5a.c: New file.
2026         * elf/tst-auditmod5b.c: New file.
2027         * sysdeps/x86_64/Makefile (gen-as-const-headers): Add
2028         link-defines.sym.
2029         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): New.
2030         (La_x86_64_vector): Likewise.
2031         (La_x86_64_regs): Append lr_vector.
2032         (La_x86_64_retval): Append lr_vector0/lrv_vector1.
2033         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
2034         saving and restoring SSE registers to ...
2035         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
2036         * sysdeps/x86_64/dl-trampoline.S: Include <config.h> and
2037         <link-defines.h>.
2038         (_dl_runtime_profile): Use LR_SIZE to allocate space for
2039         La_x86_64_regs.  Allocate extra space and jump to memory at
2040         save_and_restore_vector if HAVE_AVX_SUPPORT is defined.
2041         (save_and_restore_vector_sse): New.
2042         (save_and_restore_vector_avx): Likewise.
2043         (check_avx): Likewise.
2044         (save_and_restore_vector): Likewise.
2045         * sysdeps/x86_64/elf/configure.in: Set libc_cv_cc_avx and
2046         HAVE_AVX_SUPPORT.
2047         * sysdeps/x86_64/link-defines.sym: New file.
2049 2009-07-10  Ulrich Drepper  <drepper@redhat.com>
2051         * elf/do-lookup.h: Removed after folding content into...
2052         * elf/dl-lookup.c: ...here.
2054         * sysdeps/unix/sysv/linux/sys/epoll.h: Fix comment.
2056 2009-07-09  Ulrich Drepper  <drepper@redhat.com>
2058         * configure.in: Check for gnu_unique_symbol symbol type.
2059         * config.h.in: Add HAVE_ASM_UNIQUE_OBJECT entry.
2060         * elf/do-lookup.h (do_lookup_x): Take new parameter with link map of
2061         the undefined symbol.  Handle STB_GNU_UNIQUE binding of found symbol.
2062         * elf/dl-lookup.c (_dl_lookup_symbol_x): Adjust callers for do_lookup_x
2063         change.
2064         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add definitions for
2065         unique symbol table.
2066         * elf/rtld.c (rtld_global): Initialize lock of unique symbol hash table
2067         for first namespace.
2068         * elf/dl-open.c (_dl_open): For new namespace, initialize lock for
2069         unique symbol hash table.
2070         * elf/Makefile: Add rules to build and run tst-unique1 and tst-unique2.
2071         * elf/tst-unique1.c: New file.
2072         * elf/tst-unique1mod1.c: New file.
2073         * elf/tst-unique1mod2.c: New file.
2074         * elf/tst-unique2.c: New file.
2075         * elf/tst-unique2mod1.c: New file.
2076         * elf/tst-unique2mod2.c: New file.
2078 2009-07-07  Ulrich Drepper  <drepper@redhat.com>
2080         * elf/elf.h (STB_GNU_UNIQUE): Define.
2082         * elf/dl-misc.c (_dl_higher_prime_number): New function.  Moved here
2083         from...
2084         * include/inline-hashtab.h: ...here.
2085         (htab_expand): Adjust for renamed function.  Correct memory handling.
2087 2009-07-06  Ulrich Drepper  <drepper@redhat.com>
2089         * elf/do-lookup.h (do_lookup_x): Optimize test for valid symbol types.
2091 2009-07-03  Andreas Schwab  <aschwab@redhat.com>
2093         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_ARCH_2_06): Fix value.
2094         (PPC_FEATURE_HAS_VSX): Likewise.
2096 2009-07-03  Ulrich Drepper  <drepper@redhat.com>
2098         * sysdeps/x86_64/multiarch/strcspn-c.c: Minor cleanups.
2099         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
2101         * sysdeps/x86_64/multiarch/strcmp.S: Make sure functions are all
2102         aligned to 16 byte boundaries.
2103         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
2104         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
2105         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
2107 2009-07-02  H.J. Lu  <hongjiu.lu@intel.com>
2109         * config.h.in (HAVE_SSE4_SUPPORT): New macro.
2110         * config.make.in (config-cflags-sse4): New variable.
2111         * configure.in: Substitute libc_cv_cc_sse4.
2112         * sysdeps/i386/configure.in: Set libc_cv_cc_sse4 and
2113         HAVE_SSE4_SUPPORT.
2114         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2115         strcspn-c, strpbrk-c, strspn-c for string if gcc supports SSE4.
2116         * sysdeps/x86_64/multiarch/strcspn-c.c: New file.
2117         * sysdeps/x86_64/multiarch/strcspn.S: New file.
2118         * sysdeps/x86_64/multiarch/strpbrk-c.c: New file.
2119         * sysdeps/x86_64/multiarch/strpbrk.S: New file.
2120         * sysdeps/x86_64/multiarch/strspn-c.c: New file.
2121         * sysdeps/x86_64/multiarch/strspn.S: New file.
2123 2009-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2125         * elf/Makefile (distribute): Remove tst-audit.sh.  Add
2126         tst-audit2.c, tst-audit3.c, tst-auditmod3a.c, tst-auditmod3b.c.
2127         (tests): Add tst-audit3 for x86_64.
2128         (modules-names): Add tst-auditmod3a, tst-auditmod3b.
2129         ($(objpfx)tst-audit3): Define.
2130         ($(objpfx)tst-audit3.out): Define.
2131         (tst-audit3-ENV): Define.
2132         * elf/tst-audit3.c: New file.
2133         * elf/tst-auditmod3a.c: New file.
2134         * elf/tst-auditmod3b.c: New file.
2135         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
2136         and restore xmm6.
2138         * string/stpncpy.c (STPNCPY): New.  Defined if not defined.
2139         (__stpncpy): Renamed to ...
2140         (STPNCPY): This.
2141         (stpncpy): Create alias only if STPNCPY is not defined.
2142         * string/strncpy.c (STRNCPY): New.  Defined to strncpy if not
2143         defined.
2144         (strncpy): Renamed to ...
2145         (STRNCPY): This.
2146         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2147          stpncpy-c strncpy-c for string.
2148         * sysdeps/x86_64/multiarch/stpcpy.S: New file.
2149         * sysdeps/x86_64/multiarch/stpncpy-c.c: New file.
2150         * sysdeps/x86_64/multiarch/stpncpy.S: New file.
2151         * sysdeps/x86_64/multiarch/strcpy.S: New file.
2152         * sysdeps/x86_64/multiarch/strncpy-c.c: New file.
2153         * sysdeps/x86_64/multiarch/strncpy.S: New file.
2155 2009-07-02  Ulrich Drepper  <drepper@redhat.com>
2157         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Add full barrier when
2158         adding to fast bin list.
2160 2009-07-01  Ulrich Drepper  <drepper@redhat.com>
2162         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyaddr_r): Don't use
2163         inet_makeaddr.  This worked only with class-based networks.
2164         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
2165         Likewise.
2167         * nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
2168         recognize all types.
2169         * nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
2170         to getnetbyaddr.  Fix network parameter to getnetbyaddr.  It must
2171         be in host byte order.
2173 2009-06-26  H.J. Lu  <hongjiu.lu@intel.com>
2175         * sysdeps/x86_64/multiarch/ifunc-defines.sym (FAMILIY_OFFSET): Define.
2176         (MODEL_OFFSET): Define.
2177         * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add
2178         family and model.
2179         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Break
2180         out common code into new function get_common_indeces. Determine
2181         extended family and model for Intel processors.
2183 2009-06-26  Ulrich Drepper  <drepper@redhat.com>
2185         * resolv/resolv.h: Define RES_SNGLKUPREOP.
2186         * resolv/res_init.c (res_setoptions): Recognize single-request-reopen
2187         option.
2188         * resolv/res_send.c (reopen): New function.  Broken out of...
2189         (send_dg): ... here.  Recognize RES_SNGLKUPREOP.  Implement second
2190         fallback mechanism.  If single-request fails switch to
2191         single-request-reopen mode which opens a new socket for the second
2192         request.
2194 2009-06-25  Andreas Schwab  <aschwab@redhat.com>
2196         * sysdeps/powerpc/powerpc32/____longjmp_chk.S (LOAD_ARG): Define.
2197         (CHECK_SP): Use it.
2199 2009-06-24  Andreas Schwab  <aschwab@redhat.com>
2201         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Fix cfa offset
2202         for saved registers.
2203         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
2204         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
2205         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
2207 2009-06-23  Andreas Schwab  <aschwab@redhat.com>
2209         * time/tzfile.c (__tzfile_read): Don't use an empty TZ string.
2211 2009-06-22  Ulrich Drepper  <drepper@redhat.com>
2213         * po/id.po: Update from translation team.
2215         * po/bg.po: Update from translation team.
2217 2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>
2219         * string/strncmp.c (STRNCMP): New.  Defined to strncmp if not
2220         defined.
2221         (strncmp): Renamed to STRNCMP.
2222         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2223         strncmp-c for string.
2224         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE4_2): Define.
2225         * sysdeps/x86_64/multiarch/strcmp.S: New file.
2226         * sysdeps/x86_64/multiarch/strncmp.S: New file.
2227         * sysdeps/x86_64/multiarch/strncmp-c.c: New file.
2229 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
2231         * elf/Makefile (distribute): Add ifuncmain1staticpie.c,
2232         ifuncmain5.c, ifuncmain5pic.c, ifuncmain5picstatic.c,
2233         ifuncmain5pie.c, ifuncmain5static.c, ifuncmain5staticpic.c,
2234         ifuncdep5.c, ifuncdep5pic.c, ifuncmod5.c, ifuncmain7.c,
2235         ifuncmain7pic.c, ifuncmain7picstatic.c, ifuncmain7pie.c, and
2236         ifuncmain7static.c.
2237         (tests-static): Add ifuncmain5static, ifuncmain5picstatic,
2238         ifuncmain7static, and ifuncmain7picstatic.
2239         (tests): Also depend on $(objpfx)ifuncmain1staticpie.out,
2240         $(objpfx)ifuncmain5pie.out, $(objpfx)ifuncmain6pie.out, and
2241         $(objpfx)ifuncmain7pie.out.
2242         (modules-names): Add ifuncmod5 ifuncmod6
2243         (ifuncmod5.so-no-z-defs): Define.
2244         (ifuncmod6.so-no-z-defs): Define.
2245         (CFLAGS-ifuncmain5pic.c): Define.
2246         (CFLAGS-ifuncmain5picstatic.c): Define.
2247         (CFLAGS-ifuncmain5staticpic.c): Define.
2248         (CFLAGS-ifuncdep5pic.c): Define.
2249         (CFLAGS-ifuncmain7pic.c): Define.
2250         (CFLAGS-ifuncmain7picstatic.c): Define.
2251         (CFLAGS-ifuncmain1staticpie.c): Define.
2252         (CFLAGS-ifuncmain5pie.c): Define.
2253         (CFLAGS-ifuncmain6pie.c): Define.
2254         (CFLAGS-ifuncmain7pie.c): Define.
2255         ($(objpfx)ifuncmain1staticpie.out): Define.
2256         ($(objpfx)ifuncmain1staticpie): Define.
2257         ($(objpfx)ifuncmain5pie.out): Define.
2258         ($(objpfx)ifuncmain5pie): Define.
2259         ($(objpfx)ifuncmain6pie.out): Define.
2260         ($(objpfx)ifuncmain6pie): Define.
2261         ($(objpfx)ifuncmain5): Define.
2262         ($(objpfx)ifuncmain5pic): Define.
2263         ($(objpfx)ifuncmain5static): Define.
2264         ($(objpfx)ifuncmain5staticpic): Define.
2265         ($(objpfx)ifuncmain5picstatic): Define.
2266         (generated): Add ifuncmain1staticpie, ifuncmain1staticpie.out,
2267         ifuncmain5pie, ifuncmain5pie.out, ifuncmain6pie, and
2268         ifuncmain6pie.out.
2269         * elf/b/elf/ifuncmain1staticpie.c: New file.
2270         * elf/ifuncdep5.c: New file.
2271         * elf/ifuncdep5pic.c: New file.
2272         * elf/ifuncmain5.c: New file.
2273         * elf/ifuncmain5pic.c: New file.
2274         * elf/ifuncmain5picstatic.c: New file.
2275         * elf/ifuncmain5pie.c: New file.
2276         * elf/ifuncmain5static.c: New file.
2277         * elf/ifuncmain5staticpic.c: New file.
2278         * elf/ifuncmain6pie.c: New file.
2279         * elf/ifuncmain7.c: New file.
2280         * elf/ifuncmain7pic.c: New file.
2281         * elf/ifuncmain7picstatic.c: New file.
2282         * elf/ifuncmain7pie.c: New file.
2283         * elf/ifuncmain7static.c: New file.
2284         * elf/ifuncmod5.c: New file.
2285         * elf/ifuncmod6.c: New file.
2287 2009-06-20  Ulrich Drepper  <drepper@redhat.com>
2289         [BZ #10085]
2290         * nis/nss_compat/compat-initgroups.c (nss_setgrent): New variable.
2291         (nss_endgrent): New variable.
2292         (struct ent_t): Add need_endgrent and skip_initgroups_dyn
2293         fields. Change type of files to bool and adjust all users.
2294         (init_nss_interface): Initialize nss_setgrent and nss_endgrent.
2295         (internal_endgrent): Call nss_endgrent if necessary.
2296         (add_group): New function.  Broken out of...
2297         (check_and_add_group): ...here.
2298         (getgrent_next_nss): Remove test that any callback is available.
2299         Use skip_initgroups_dyn to determine whether to use initgroups_dyn
2300         callback.  If there is no blacklist we can trust the results returned
2301         by the initgroups_dyn callback.  In case there is a callback and we
2302         find a group entry for the group ID but it doesn't contain the
2303         correct member, switch to the slow mode and use getgrent_r.
2304         (internal_getgrent_r): When we see a +: entry, determine whether
2305         there is any callback and which we can use the initgroups_dyn
2306         callback.
2308 2009-06-18  Ulrich Drepper  <drepper@redhat.com>
2310         * malloc/malloc.c (_int_malloc): Add some consistency checks.
2311         (_int_free): Likewise.
2313         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_IEEE802154 and
2314         AF_IEEE802154.
2315         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
2316         * sysdeps/unix/sysv/linux/net/if_arp.h: Define ARPHRD_IEEE802154
2317         and ARPHRD_IEEE802154_PHY.
2319         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Add missing definitions
2320         relative to generic Linux version.
2322 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
2324         * elf/Makefile ($(objpfx)ifuncmain1pie): Use $(+link-pie).
2325         ($(objpfx)ifuncmain1vispie): Likewise.
2327 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2329         * login/Makefile: Build pt_chown as PIE.
2331 2009-06-15  Andreas Schwab  <aschwab@redhat.com>
2333         * debug/xtrace.sh (do_help): Don't treat bug reporting message as
2334         a format string.
2335         * elf/sln.c (usage): Likewise.
2336         * malloc/memusage.sh (do_help): Likewise.
2337         * nss/getent.c (more_help): Likewise.
2338         * posix/getconf.c (main): Likewise.
2339         * sunrpc/rpcinfo.c (usage): Likewise.
2340         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2342 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2344         * login/programs/pt_chown.c: Use libcap to drop privileges other than
2345         those needed.
2346         * login/Makefile: If necessary link pt_chown with -lcap.
2347         * sysdeps/generic/pty-private.h: Define FAIL_ENOMEM.
2348         * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM.
2350 2009-06-16  Jakub Jelinek  <jakub@redhat.com>
2352         * sysdeps/x86_64/memchr.S (memchr): Use unsigned instead of signed
2353         comparisons.
2354         * string/test-memchr.c (do_random_tests): Test very large lengths
2355         as well.
2357 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
2359         * Makeconfig (+link-pie): Define.
2360         (+prectorS): Define.
2361         (+postctorS): Define.
2362         * elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie).
2363         * nscd/Makefile ($(objpfx)nscd): Likewise.
2365 2009-04-22  Ryan S. Arnold  <rsa@us.ibm.com>
2367         [BZ #10107]
2368         * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Replace cmpldi
2369         with cmplwi.
2370         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
2372 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2374         * sysdeps/unix/sysv/linux/grantpt.c: Remove file after folding changes
2375         into ...
2376         * sysdeps/unix/grantpt.c: ...here.
2378 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
2380         * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
2381         chmod if it is necessary.
2383         [BZ #10166]
2384         * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
2385         when the slave device is in devpts or devfs.
2387         [BZ #10183]
2388         * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
2390         [BZ #10195]
2391         * inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
2392         of nd_opt_home_agent_info_preference to uint16_t.
2393         Patch by Arnaud Ebalard <arno@natisbad.org>.
2395         [BZ #10207]
2396         * nss/getent.c: Add support for printing gshadow data.
2398         [BZ #10203]
2399         * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers,
2400         not just the currently used one and those which follow.
2401         Patch by Joe Landers <jlanders@vmware.com>.
2403         [BZ #10196]
2404         * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
2405         * libio/Makefile: Run tst-fgetwc with necessary envvar.
2406         Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
2408         [BZ #10217]
2409         * stdlib/abort.c: Define variable __abort_msg.
2410         * stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.
2411         * include/stdlib.h: Declare __abort_msg.
2412         * assert/assert-perr.c: Don't free buffer for message immediately.
2413         Store atomically in __abort_msg and free old buffer if necessary.
2414         * assert/assert.c: Likewise.
2415         * sysdeps/posix/libc_fatal.c: Allocate buffer for message, copy it,
2416         store pointer in __abort_msg, and possibly free old string.
2417         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
2419         * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
2421         [BZ #10211]
2422         * time/tzfile.c (__tzfile_compute): If we use the envvar format still
2423         handle leap seconds if they are available.
2424         Patch by Akinori Hattori <hattya@gentoo.org>.
2426         * timezone/tzselect.ksh: Update from tzcode2009i.
2427         * timezone/zdump.c: Likewise.
2428         * timezone/zic.c: Likewise.
2430         * timezone/africa: Update from tzdata2009i.
2431         * timezone/antarctica: Likewise.
2432         * timezone/asia: Likewise.
2433         * timezone/australasia: Likewise.
2434         * timezone/backward: Likewise.
2435         * timezone/etcetera: Likewise.
2436         * timezone/europe: Likewise.
2437         * timezone/factory: Likewise.
2438         * timezone/iso3166.tab: Likewise.
2439         * timezone/leapseconds: Likewise.
2440         * timezone/northamerica: Likewise.
2441         * timezone/pacificnew: Likewise.
2442         * timezone/solar87: Likewise.
2443         * timezone/solar88: Likewise.
2444         * timezone/solar89: Likewise.
2445         * timezone/southamerica: Likewise.
2446         * timezone/systemv: Likewise.
2447         * timezone/yearistype: Likewise.
2448         * timezone/zone.tab: Likewise.
2450 2009-06-15  Jakub Jelinek  <jakub@redhat.com>
2452         * elf/dl-lookup.c (_dl_debug_bindings): When resolving to
2453         STT_GNU_IFUNC symbol or in 8 into type_class.
2455         * sysdeps/i386/dl-irel.h (elf_irel): Use Elf32_Addr type
2456         instead of Elf64_Addr.
2458 2009-06-14  Ulrich Drepper  <drepper@redhat.com>
2460         * po/sv.po: Update from translation team.
2462         [BZ #10229]
2463         * misc/sys/select.h (__NFDBITS): Expression should have type int.
2464         * sysdeps/x86_64/bits/select.h: Remove asm versions for __FD_SET,
2465         __FD_CLR, and __FD_ISSET.  gcc nowadays generates better code from
2466         the C version.
2468 2009-06-12  Ulrich Drepper  <drepper@redhat.com>
2470         * Versions.def: Add GLIBC_2.11 for libpthread.
2472 2009-06-11  Ulrich Drepper  <drepper@redhat.com>
2474         * resolv/res_send.c (send_dg): Remember we switched to
2475         single-request mode.
2477 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
2479         * dlfcn/dlfcn.h: Remove comma at end of enum.
2480         Patch by J.H.M. Dassen <rdassen@redhat.com>.
2482         * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
2483         parsing mode string.
2485 2009-06-05  Ulrich Drepper  <drepper@redhat.com>
2487         * sysdeps/x86_64/rawmemchr.S: Minor optimization.
2489         * sysdeps/x86_64/multiarch/rawmemchr.S: New file.
2491         * sysdeps/x86_64/multiarch/strlen.S: New file.
2492         * sysdeps/x86_64/multiarch/ifunc-defines.sym: New file.
2493         * sysdeps/x86_64/multiarch/Makefile: Add rule to build ifunc-defines.h.
2494         * sysdeps/x86_64/multiarch/init-arch.h: Name structure with register
2495         content.
2497         * csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH
2498         is defined.
2500 2009-06-04  Ulrich Drepper  <drepper@redhat.com>
2502         * sysdeps/x86_64/strlen.S: Minor optimizations.
2504 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
2506         * elf/Makefile (distribute): Add ifuncmain1.c, ifuncmain1pic.c,
2507         ifuncmain1vis.c, ifuncmain1vispic.c, ifuncmain1static.c,
2508         ifuncmain1staticpic.c, ifuncmain1picstatic.c, ifuncdep1.c,
2509         ifuncdep1pic.c, ifuncmod1.c, ifuncmain1pie.c, ifuncmain1vispie.c,
2510         ifuncmain2.c, ifuncmain2static.c, ifuncdep2.c,
2511         funcmain2pic.c, ifuncmain2picstatic.c, ifuncdep2pic.c,
2512         ifuncmain3.c, ifuncmod3.c,.
2513         ifuncmain4.c, ifuncmain4static.c, ifuncmain4picstatic.c.
2514         (tests-static): Add ifuncmain1static, ifuncmain1picstatic,
2515         ifuncmain2static, ifuncmain2picstatic, ifuncmain4static,
2516         ifuncmain4picstatic.
2517         (tests): Add ifuncmain1, ifuncmain1pic, ifuncmain1vis,
2518         ifuncmain1vispic, ifuncmain1staticpic, ifuncmain2, ifuncmain2pic,
2519         ifuncmain3, ifuncmain4.
2520         (tests): Depend on $(objpfx)ifuncmain1pie.out and
2521         $(objpfx)ifuncmain1vispie.out.
2522         (modules-names): Add ifuncmod1 ifuncmod3.
2523         (generated): Add ifuncmain1pie ifuncmain1pie.out
2524         ifuncmain1vispie ifuncmain1vispie.out.
2525         Define rules to build and run the tests.
2526         * elf/ifuncdep1.c: New file.
2527         * elf/ifuncdep1pic.c: New file.
2528         * elf/ifuncdep2.c: New file.
2529         * elf/ifuncdep2pic.c: New file.
2530         * elf/ifuncmain1.c: New file.
2531         * elf/ifuncmain1pic.c: New file.
2532         * elf/ifuncmain1picstatic.c: New file.
2533         * elf/ifuncmain1pie.c: New file.
2534         * elf/ifuncmain1static.c: New file.
2535         * elf/ifuncmain1staticpic.c: New file.
2536         * elf/ifuncmain1vis.c: New file..
2537         * elf/ifuncmain1vispic.c: New file..
2538         * elf/ifuncmain1vispie.c: New file.
2539         * elf/ifuncmain2.c: New file.
2540         * elf/ifuncmain2pic.c: New file.
2541         * elf/ifuncmain2picstatic.c: New file.
2542         * elf/ifuncmain2static.c: New file.
2543         * elf/ifuncmain3.c: New file.
2544         * elf/ifuncmain4.c: New file.
2545         * elf/ifuncmain4picstatic.c: New file.
2546         * elf/ifuncmain4static.c: New file.
2547         * elf/ifuncmod1.c: New file.
2548         * elf/ifuncmod3.c: New file.
2550 2009-06-03  Ulrich Drepper  <drepper@redhat.com>
2552         * elf/dl-sysdep.c (_dl_show_auxv): Terminate correct string.
2554 2009-06-02  Ulrich Drepper  <drepper@redhat.com>
2556         [BZ #10221]
2557         * posix/Makefile (routines): Add execvpe.
2558         * posix/Versions: Export execvpe for GLIBC_2.11.
2559         * posix/execvp.c: Now only a wrapper.  Move code to...
2560         * posix/execvpe.c: ...here.  New file.
2561         * posix/unistd.h: Declare execvpe.
2563 2009-06-01  Ulrich Drepper  <drepper@redhat.com>
2565         * sysdeps/i386/dl-machine.h (elf_machine_rel): Reorder conditions
2566         for STT_GNU_IFUNC handling for efficiency.
2567         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
2569         * sysdeps/i386/dl-irel.h (elf_irel): Use __libc_fatal instead of just
2570         _exit.
2571         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
2573 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
2575         * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code
2576         for !SHARED.
2578 2009-05-29  H.J. Lu  <hongjiu.lu@intel.com>
2580         * csu/elf-init.c: Include <link.h> and <dl-irel.h> if LIBC_NONSHARED
2581         is not defined.
2582         (__rela_iplt_start): New declaration.
2583         (__rela_iplt_end): Likewise.
2584         (__rel_iplt_start): Likewise.
2585         (__rel_iplt_end): Likewise.
2586         (__libc_csu_init): Process __rela_iplt_start and __rel_iplt_start.
2587         * elf/elf.h (R_386_IRELATIVE): New macro.
2588         (R_X86_64_IRELATIVE): New macro.
2589         (R_386_NUM): Updated.
2590         (R_X86_64_NUM): Likewise.
2591         * include/libc-symbols.h (libc_ifunc_hidden_def1): New macro.
2592         (libc_ifunc_hidden_def): New macro.
2593         * sysdeps/generic/dl-irel.h: New file.
2594         * sysdeps/i386/dl-irel.h: New file.
2595         * sysdeps/x86_64/dl-irel.h: New file.
2596         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle R_386_IRELATIVE.
2597         (elf_machine_rela): Check SHN_UNDEF for STT_GNU_IFUNC symbol.
2598         Handle R_386_IRELATIVE.
2599         (elf_machine_lazy_rel): Handle R_386_IRELATIVE.
2600         (elf_machine_lazy_rela): Likewise.
2601         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
2602         R_X86_64_IRELATIVE.
2603         (elf_machine_lazy_rel): Handle R_X86_64_IRELATIVE.
2605 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
2607         * sysdeps/x86_64/multiarch/init-arch.h: Define COMMON_CPUID_INDEX_1
2608         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  So far there
2609         are no differences.  If an architecture has bits in CPUID index 1
2610         meaning different things the values for the COMMON_CPUID_INDEX_1
2611         index must not be set.
2612         (INTEL_HAS_POPCOUNT, AMD_HAS_POPCOUNT): Removed in favor of...
2613         (HAS_POPCOUNT): ...this.  New macro.
2614         * sysdeps/x86_64/multiarch/init-arch.c: Use COMMON_CPUID_INDEX_1
2615         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  Unify code
2616         to set the value for Intel and AMD architectures.
2617         * sysdeps/x86_64/cacheinfo.c: Use COMMON_CPUID_INDEX_1 instead of
2618         INTEL_CPUID_INDEX_1.
2619         * sysdeps/x86_64/multiarch/sched_cpucount.c: Adjust for HAS_POPCOUNT
2620         change.
2622 2009-05-30  Andreas Schwab  <schwab@linux-m68k.org>
2624         * configure.in: Move AC_CANONICAL_HOST before first use of $host
2625         and $build.
2627 2009-05-29  Jakub Jelinek  <jakub@redhat.com>
2629         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <errno.h>.
2630         (__expm1l): Set errno to ERANGE on overflow.
2631         * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <errno.h>.
2632         (__tanl): Set errno to EDOM for Â±Inf.
2633         * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <errno.h>.
2634         (__cosl): Set errno to EDOM for Â±Inf.
2635         * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <errno.h>.
2636         (__sinl): Set errno to EDOM for Â±Inf.
2638         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): If CHECK_SP is
2639         defined, use it.
2640         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
2641         * sysdeps/s390/s390-32/____longjmp_chk.c: New file.
2642         * sysdeps/s390/s390-64/____longjmp_chk.c: New file.
2644 2009-05-29  Ulrich Drepper  <drepper@redhat.com>
2646         * sysdeps/x86_64/cacheinfo.c: Compact intel_02_known array.  Adjust
2647         code accessing it.
2648         * sysdeps/unix/sysv/linux/i386/sysconf.c: Likewise.
2650 2009-05-22  Andreas Schwab  <schwab@linux-m68k.org>
2652         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Set errno for Â±Inf.
2653         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
2654         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
2655         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Set errno for overflow.
2657         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: New file.
2658         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: New file.
2659         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Use CHECK_SP if
2660         defined.
2661         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
2662         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
2664 2009-05-22  Jakub Jelinek  <jakub@redhat.com>
2666         * sysdeps/unix/sysv/linux/accept4.c: Include kernel-features.h.
2667         (accept4): If __NR_accept4 is not defined, but __NR_socketcall
2668         is, either do nothing at all if __ASSUME_ACCEPT4, or
2669         call __internal_accept4 and handle EINVAL -> ENOSYS translation.
2670         * sysdeps/unix/sysv/linux/internal_accept4.S: New file.
2671         * sysdeps/unix/sysv/linux/i386/accept4.S (SOCKOP_accept4): Don't
2672         define.
2673         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: New file.
2674         * sysdeps/unix/sysv/linux/Makefile (sysdep-routines): Add
2675         internal_accept4 in socket directory.
2677 2009-05-20  H.J. Lu  <hongjiu.lu@intel.com>
2679         * sysdeps/ia64/configure.in: New file.
2681 2009-05-21  H.J. Lu  <hongjiu.lu@intel.com>
2683         [BZ #10162]
2684         * sysdeps/ia64/memchr.S: Use speculative load.
2686         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S: New file.
2687         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: If CHECK_RSP is defined,
2688         use it.
2690         * sysdeps/i386/__longjmp.S: Add .text.
2691         * sysdeps/x86_64/__longjmp.S: Likewise.
2693 2009-05-21  Ulrich Drepper  <drepper@redhat.com>
2695         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
2696         __ASSUME_ACCEPT4 for IA-64.
2698 2009-05-21  Jakub Jelinek  <jakub@redhat.com>
2700         * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
2702         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
2703         (SOCKOP_accept4): Define.
2705 2009-05-20  Ulrich Drepper  <drepper@redhat.com>
2707         Sun approved the change of the license.
2708         * sunrpc/auth_des.c: Replace license text.
2709         * sunrpc/auth_none.c: Likewise.
2710         * sunrpc/auth_unix.c: Likewise.
2711         * sunrpc/authdes_prot.c: Likewise.
2712         * sunrpc/authuxprot.c: Likewise.
2713         * sunrpc/bindrsvprt.c: Likewise.
2714         * sunrpc/clnt_gen.c: Likewise.
2715         * sunrpc/clnt_perr.c: Likewise.
2716         * sunrpc/clnt_raw.c: Likewise.
2717         * sunrpc/clnt_simp.c: Likewise.
2718         * sunrpc/clnt_tcp.c: Likewise.
2719         * sunrpc/clnt_udp.c: Likewise.
2720         * sunrpc/clnt_unix.c: Likewise.
2721         * sunrpc/des_crypt.c: Likewise.
2722         * sunrpc/des_soft.c: Likewise.
2723         * sunrpc/get_myaddr.c: Likewise.
2724         * sunrpc/getrpcport.c: Likewise.
2725         * sunrpc/key_call.c: Likewise.
2726         * sunrpc/key_prot.c: Likewise.
2727         * sunrpc/openchild.c: Likewise.
2728         * sunrpc/pm_getmaps.c: Likewise.
2729         * sunrpc/pm_getport.c: Likewise.
2730         * sunrpc/pmap_clnt.c: Likewise.
2731         * sunrpc/pmap_prot.c: Likewise.
2732         * sunrpc/pmap_prot2.c: Likewise.
2733         * sunrpc/pmap_rmt.c: Likewise.
2734         * sunrpc/rpc/auth.h: Likewise.
2735         * sunrpc/rpc/auth_unix.h: Likewise.
2736         * sunrpc/rpc/clnt.h: Likewise.
2737         * sunrpc/rpc/des_crypt.h: Likewise.
2738         * sunrpc/rpc/key_prot.h: Likewise.
2739         * sunrpc/rpc/netdb.h: Likewise.
2740         * sunrpc/rpc/pmap_clnt.h: Likewise.
2741         * sunrpc/rpc/pmap_prot.h: Likewise.
2742         * sunrpc/rpc/pmap_rmt.h: Likewise.
2743         * sunrpc/rpc/rpc.h: Likewise.
2744         * sunrpc/rpc/rpc_des.h: Likewise.
2745         * sunrpc/rpc/rpc_msg.h: Likewise.
2746         * sunrpc/rpc/svc.h: Likewise.
2747         * sunrpc/rpc/svc_auth.h: Likewise.
2748         * sunrpc/rpc/types.h: Likewise.
2749         * sunrpc/rpc/xdr.h: Likewise.
2750         * sunrpc/rpc_clntout.c: Likewise.
2751         * sunrpc/rpc_cmsg.c: Likewise.
2752         * sunrpc/rpc_common.c: Likewise.
2753         * sunrpc/rpc_cout.c: Likewise.
2754         * sunrpc/rpc_dtable.c: Likewise.
2755         * sunrpc/rpc_hout.c: Likewise.
2756         * sunrpc/rpc_main.c: Likewise.
2757         * sunrpc/rpc_parse.c: Likewise.
2758         * sunrpc/rpc_parse.h: Likewise.
2759         * sunrpc/rpc_prot.c: Likewise.
2760         * sunrpc/rpc_sample.c: Likewise.
2761         * sunrpc/rpc_scan.c: Likewise.
2762         * sunrpc/rpc_scan.h: Likewise.
2763         * sunrpc/rpc_svcout.c: Likewise.
2764         * sunrpc/rpc_tblout.c: Likewise.
2765         * sunrpc/rpc_util.c: Likewise.
2766         * sunrpc/rpc_util.h: Likewise.
2767         * sunrpc/rpcinfo.c: Likewise.
2768         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
2769         * sunrpc/rpcsvc/key_prot.x: Likewise.
2770         * sunrpc/rpcsvc/klm_prot.x: Likewise.
2771         * sunrpc/rpcsvc/mount.x: Likewise.
2772         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
2773         * sunrpc/rpcsvc/rex.x: Likewise.
2774         * sunrpc/rpcsvc/rstat.x: Likewise.
2775         * sunrpc/rpcsvc/rusers.x: Likewise.
2776         * sunrpc/rpcsvc/sm_inter.x: Likewise.
2777         * sunrpc/rpcsvc/spray.x: Likewise.
2778         * sunrpc/rpcsvc/yppasswd.x: Likewise.
2779         * sunrpc/rtime.c: Likewise.
2780         * sunrpc/svc.c: Likewise.
2781         * sunrpc/svc_auth.c: Likewise.
2782         * sunrpc/svc_authux.c: Likewise.
2783         * sunrpc/svc_raw.c: Likewise.
2784         * sunrpc/svc_run.c: Likewise.
2785         * sunrpc/svc_simple.c: Likewise.
2786         * sunrpc/svc_tcp.c: Likewise.
2787         * sunrpc/svc_udp.c: Likewise.
2788         * sunrpc/svc_unix.c: Likewise.
2789         * sunrpc/svcauth_des.c: Likewise.
2790         * sunrpc/xcrypt.c: Likewise.
2791         * sunrpc/xdr.c: Likewise.
2792         * sunrpc/xdr_array.c: Likewise.
2793         * sunrpc/xdr_float.c: Likewise.
2794         * sunrpc/xdr_mem.c: Likewise.
2795         * sunrpc/xdr_rec.c: Likewise.
2796         * sunrpc/xdr_ref.c: Likewise.
2797         * sunrpc/xdr_sizeof.c: Likewise.
2798         * sunrpc/xdr_stdio.c: Likewise.
2800         * po/da.po: Update from translation team.
2802 2009-05-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2804         * sysdeps/sh/____longjmp_chk.S: New file.
2805         * sysdeps/sh/sh3/__longjmp.S: If CHECK_SP is defined, use it.
2806         * sysdeps/sh/sh4/__longjmp.S: Likewise.
2808 2009-05-18  Jakub Jelinek  <jakub@redhat.com>
2809             Ulrich Drepper  <drepper@redhat.com>
2811         * nscd/nscd_helper.c (MINIMUM_HASHENTRY_SIZE): Define.
2812         (__nscd_cache_search): Assume each entry in the
2813         hash chain needs one hashentry and half of datahead.  Use
2814         MINIMUM_HASHENTRY_SIZE instead of sizeof(hashentry).
2816 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
2818         * posix/sys/wait.h: Fix typos.  Pretty printing.
2819         * stdlib/stdlib.h: Likewise.  Correct comments.
2821         [BZ #10159]
2822         * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
2824         * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
2825         patch.
2827 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
2829         * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
2830         Use it if we absolutely cannot reach any more correct list elements
2831         because that many do not fit into the currently mapped database.
2833 2009-05-14  Jakub Jelinek  <jakub@redhat.com>
2835         * nscd/nscd_helper.c: Include stddef.h.
2836         (__nscd_cache_search): Add datalen argument.  Use atomic_forced_read
2837         in a couple of places.  Return NULL if trail is not less than
2838         datasize, don't consider dataheads with length smaller than
2839         offsetof (struct datahead, data) + datalen.
2840         * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
2841         * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
2842         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
2843         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
2844         * nscd/nscd_getai.c (__nscd_getai): Likewise.
2845         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
2846         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
2848         * sysdeps/unix/sysv/linux/i386/fallocate64.c (__fallocate64_l64):
2849         Rename ...
2850         (fallocate64): ... to this.
2851         * sysdeps/unix/sysv/linux/fallocate64.c (__fallocate64_l64):
2852         Rename ...
2853         (fallocate64): ... to this.
2854         * sysdeps/unix/sysv/linux/Versions (libc): Remove fallocate64.
2855         * sysdeps/unix/sysv/linux/wordsize-64/Versions (libc): Add
2856         fallocate64@@GLIBC_2.10.
2857         * sysdeps/unix/sysv/linux/i386/Versions (libc): Add
2858         fallocate64@@GLIBC_2.11.
2859         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
2860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Likewise.
2861         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
2862         * sysdeps/unix/sysv/linux/sh/Versions (libc): Likewise.
2864         * nscd/selinux.c (nscd_avc_destroy): Removed.
2865         * nscd/selinux.h (nscd_avc_destroy): Likewise.
2866         * nscd/nscd.c (termination_handler): Don't call
2867         nscd_avc_destroy.
2869 2009-05-12  Jakub Jelinek  <jakub@redhat.com>
2871         * include/atomic.h: Formatting.
2872         (catomic_compare_and_exchange_val_acq): Don't define if already
2873         defined by bits/atomic.h.
2875 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
2877         * math/libm-test.inc (expm1_test): Add test for range error.
2879         * Versions.def: Add GLIBC_2.11 for libc.
2880         * debug/Makefile (routines): Add longjmp_chk.
2881         Add rules to build and run tst-longjmp_chk.
2882         * debug/Versions: Export __longjmp_chk for GLIBC_2.11.
2883         * debug/longjmp_chk.c: New file.
2884         * debug/tst-longjmp_chk.c: New file.
2885         * include/bits/setjmp2.: New file.
2886         * include/stdio.h: Mark __fortify_fail as internal_function.
2887         * setjmp/Makefile (headers): Add bits/setjmp2.h.
2888         * setjmp/bits/setjmp2.h: New file.
2889         * setjmp/longjmp.c: If __libc_siglongjmp is defined, don't define any
2890         of the aliases.
2891         * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
2892         defined.
2893         * sysdeps/i386/____longjmp_chk.S: New file.
2894         * sysdeps/x86_64/____longjmp_chk.S: New file.
2895         * sysdeps/i386/__longjmp.S: If CHECK_ESP is defined, use it.
2896         * sysdeps/x86_64/__longjmp.S: Likewise.
2898         * version.h: Bump for 2.11 development.
2900         * elf/check-execstack.c: New file.
2901         * elf/Makefile: Add rules to build and run check-execstack.
2903 2009-05-10  Ulrich Drepper  <drepper@redhat.com>
2905         * version.h (VERSION): Bump to 2.10.1.
2907         * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
2908         compatibility functions.
2909         * nss/getXXent_r.c: Likewise.
2910         * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
2911         * gshadow/getsgnam_r.c: Likewise.
2912         * gshadow/Version: Remove duplicate entries.
2914         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
2915         for recent processor.
2916         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
2917         Likewise.
2919 2009-05-09  Ulrich Drepper  <drepper@redhat.com>
2921         * version.h (VERSION): Bump for 2.10 release.
2922         * include/features.h (__GLIBC_MINOR__): Bump to 10.
2924         * Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the
2925         same place we add ASFLAGS-config.
2927 2009-05-05  Aurelien Jarno  <aurelien@aurel32.net>
2929         [BZ #10128]
2930         * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
2931         or FORMERR and the other NOERROR, don't raise an error.
2933 2009-05-06  Ryan S. Arnold  <rsa@us.ibm.com>
2935         [BZ #10118]
2936         * Makeconfig (+asflags): New variable based upon ASFLAG or
2937         asflags-cpu.
2938         (ASFLAGS): Add override to set ASFLAGS to +asflags.
2939         * config.make.in (asflags-cpu): Add variable based upon
2940         @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
2941         the assembler.
2942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
2943         Remove unneeded file now that the assembler emits _ARCH_PWR6 and
2944         recognizes power6 instruction set due to passing -mcpu=power6 from
2945         --with-cpu=power6 when compiling .S files.
2946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
2947         Likewise.
2948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
2949         Likewise.
2950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
2951         Likewise.
2953 2009-05-09  Jakub Jelinek  <jakub@redhat.com>
2955         * string/stratcliff.c (do_test): Test for zero length
2956         STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
2957         at the end of the page.
2959 2009-05-08  Ulrich Drepper  <drepper@redhat.com>
2961         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
2963         * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
2964         count is zero.
2966         * po/da.po: Update from translation team.
2968 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
2970         * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
2971         guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
2973 2009-05-05  Ulrich Drepper  <drepper@redhat.com>
2975         * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
2976         and READ_IMPLIES_EXEC.
2978 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
2980         * po/da.po: Update from translation team.
2982 2009-04-29  Jakub Jelinek  <jakub@redhat.com>
2984         * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
2985         comment change.
2987 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
2989         * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
2990         to MAP_ANON in PROT_NONE mmap64 call.
2991         (open_archive): Likewise.
2992         (file_data_available_p): Use mmap64 instead of mremap.
2993         (enlarge_archive): Likewise.  Update head if ah->addr changed.
2994         Attempt to reserve address space after mmap64 region.
2996 2009-04-26  Ulrich Drepper  <drepper@redhat.com>
2998         * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
2999         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
3000         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
3002         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
3003         atanh should set ERANGE.
3005         [BZ #10087]
3006         * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
3007         result of lookup to make call to implement STT_GNU_IFUNC.
3008         (_dl_profile_fixup): Likewise.
3009         Patch by H.J. Lu <hjl.tools@gmail.com>.
3011         * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
3012         warning.
3014         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
3015         from definition.
3017         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
3018         label if it is not used.
3020         * elf/dl-profile.c (_dl_start_profile): Define real-type variant
3021         of gmon_hist_hdr and gmon_hdr structures and use them.
3022         * elf/sprof.c: Likewise.
3024         * elf/dl-load.c (open_verify): Add temporary variable to avoid
3025         warning.
3027         * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
3029         * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
3030         to avoid cast.
3032         * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
3033         * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
3034         to avoid warnings.
3035         (iruserok_af): Use ss_family instead of casts.
3037         * gmon/gmon.c (write_hist): Define real-type variant of
3038         gmon_hist_hdr structure and use it.
3039         (write_gmon): Likewise for gmon_hdr.
3041         * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
3042         function if we are not going to define it.
3043         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3045         * inet/inet6_option.c (option_alloc): Add temporary variable to
3046         avoid warning.
3048         * libio/strfile.h (struct _IO_streambuf): Use correct type and
3049         name of VTable element.
3050         * libio/iovsprintf.c: Avoid casts to avoid warnings.
3051         * libio/iovsscanf.c: Likewise.
3052         * libio/vasprintf.c: Likewise.
3053         * libio/vsnprintf.c: Likewise.
3054         * stdio-common/isoc99_vsscanf.c: Likewise.
3055         * stdlib/strfmon_l.c: Likewise.
3056         * debug/vasprintf_chk.c: Likewise.
3057         * debug/vsnprintf_chk.c: Likewise.
3058         * debug/vsprintf_chk.c: Likewise.
3060         * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
3061         function pointers.
3063 2009-04-26  Jakub Jelinek  <jakub@redhat.com>
3065         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
3067 2009-04-25  Ulrich Drepper  <drepper@redhat.com>
3069         * posix/bits/posix1_lim.h: Cleanup namespace a bit.
3071         * sysdeps/i386/fpu/s_tan.S: Set errno for Â±Inf.
3072         * sysdeps/i386/fpu/s_tanf.S: Likewise.
3073         * sysdeps/i386/fpu/s_tanl.S: Likewise.
3074         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
3075         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
3076         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
3077         * math/libm-test.inc: Add tests for errno after tan calls with
3078         Â±Inf.
3080         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
3081         errno value vor pow(+-0,neg).
3082         * math/libm-test.inc (pow_test): Add tests for errno value for
3083         pole errors.
3085         * math/w_fmod.c: Also handle x=±Inf as error.
3086         * math/w_fmodf.c: Likewise.
3087         * math/w_fmodl.c: Likewise.
3088         * math/libm-test.inc (fmod_test): Add tests for errno after calls for
3089         x=±Inf or y=0.
3091         * sysdeps/i386/fpu/s_cos.S: Set errno for Â±Inf.
3092         * sysdeps/i386/fpu/s_cosf.S: Likewise.
3093         * sysdeps/i386/fpu/s_cosl.S: Likewise.
3094         * sysdeps/i386/fpu/s_sin.S: Likewise.
3095         * sysdeps/i386/fpu/s_sinf.S: Likewise.
3096         * sysdeps/i386/fpu/s_sinl.S: Likewise.
3097         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
3098         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
3099         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
3100         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
3101         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
3102         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
3103         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
3104         * math/libm-test.inc: Add tests for errno after sin/cos calls with
3105         Â±Inf.
3107         * stdlib/strtod_l.c (round_and_return): We have to set errno to
3108         ERANGE for underflows.
3109         * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
3111         * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
3112         the 2001 revision.
3114         * libio/tst-widetext.input: Remove surrogates.
3116         * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
3118         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
3119         for lgamma should set errno to ERANGE, not EDOM.
3120         * math/libm-test.inc (lgamma_test): Check errno for pole errors.
3122 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
3124         [BZ #10093]
3125         * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
3126         UTF-16 surrogates.
3128         * locale/programs/locarchive.c (enlarge_archive): Conserve address
3129         space when temporarily mapping the whole content of the old file.
3131         [BZ #10100]
3132         * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
3133         not zero.
3135 2009-04-24  Jakub Jelinek  <jakub@redhat.com>
3137         * iconvdata/sjis.c (BODY): Don't advance inptr before
3138         STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
3139         Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
3140         two byte chars.
3142 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
3144         * locale/locarchive.h (struct locarhandle): Rename len field to
3145         mmaped and add new reserved field.
3146         * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
3147         (create_archive): Reserve address space and then map file into it.
3148         (open_archive): Likewise.
3149         (file_data_available_p): New function.
3150         (compare_from_file): New function.
3151         (close_archive): Adjust to member name changes.
3152         (add_locale): Before comparing locale data, check it is mapped.
3153         Otherwise fall back to reading from the file.
3155 2009-04-23  H.J. Lu  <hongjiu.lu@intel.com>
3157         * stdio-common/psiginfo.c: Include <errno.h>.
3159 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3161         [BZ #9920]
3162         * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
3163         to get consistency between 32 and 64 bit architectures.
3165         [BZ #10052]
3166         * sysdeps/unix/make-syscalls.sh: Add rule to create target
3167         directory for dummy syscall rules.
3168         Patch by Chris Steinbroner <hesh@pobox.com>.
3170 2009-04-23  Aurelien Jarno  <aurelien@aurel32.net>
3172         [BZ #10092]
3173         * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
3174         MNT_EXPIRE.
3176 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3178         * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed.  Adjust.
3179         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
3181 2009-04-23  Jakub Jelinek  <jakub@redhat.com>
3183         * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment.  Copy
3184         data from vector to temporary buffer and call PWRITEV after it
3185         instead of vice versa.
3186         * sysdeps/posix/preadv.c: Fix up comment.
3187         * misc/preadv.c: Likewise.
3188         * misc/preadv64.c: Likewise.
3189         * misc/pwritev.c: Likewise.
3190         * misc/pwritev64.c: Likewise.
3191         * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
3193 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3195         * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
3197         * shadow/Makefile (tests): Add tst-shadow.
3198         * shadow/tst-shadow.c: New file.
3200         [BZ #9955]
3201         * gshadow/Makefile: New file.
3202         * gshadow/Versions: New file.
3203         * gshadow/fgetsgent.c: New file.
3204         * gshadow/fgetsgent_r.c: New file.
3205         * gshadow/getsgent.c: New file.
3206         * gshadow/getsgent_r.c: New file.
3207         * gshadow/getsgnam.c: New file.
3208         * gshadow/getsgnam_r.c: New file.
3209         * gshadow/gshadow.h: New file.
3210         * gshadow/putsgent.c: New file.
3211         * gshadow/sgetsgent.c: New file.
3212         * gshadow/sgetsgent_r.c: New file.
3213         * gshadow/tst-gshadow.c: New file.
3214         * include/gshadow.h: New file.
3215         * Makeconfig (all-subdirs): Add gshadow.
3216         * Makefile (installed-headers): Add gshadow/gshadow.h.
3217         * nss/Makefile (databases): Add sgrp.
3218         * nss/Versions: Add gshadow functions as private exports.
3219         * nss/nsswitch.conf: Add gshadow entry.
3220         * nss/sgrp-lookup.c: New file.
3221         * nss/nss_files/files-parse.c: Add STRING_LIST macro.  Rewrite
3222         parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
3223         * nss/nss_files/files-sgrp.c: New file.
3224         * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
3225         * sysdeps/unix/sysv/linux/paths.h: Likewise.
3227 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
3229         * stdio-common/printf.h: Add missing const to register_printf_modifier.
3230         * stdio-common/reg-modifier.c: Likewise.
3232 2009-04-22  Andrew Stubbs  <ams@codesourcery.com>
3234         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
3235         is no FPU.
3237 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
3239         [BZ #10086]
3240         * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
3241         headers up to 2.6.30.
3243         * po/ca.po: Update from translation team.
3245 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
3247         [BZ #10069]
3248         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
3249         an object that uses static TLS if the TLS modid is higher than the
3250         reserve we always allocate.  At least for multi-threaded code.
3252 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
3254         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
3255         Numerically stable check for valid width.
3257         * locale/programs/locarchive.c (open_archive): Map the entire file
3258         and not just the administrative data.
3259         (add_locale): When we find a hash sum match compare the content
3260         to be sure.
3262         * malloc/malloc.c (malloc_info): Output address space information.
3264 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
3266         * malloc/malloc.c (malloc_info): Also output system memory information.
3268         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
3269         architectures have preadv/pwritev in 2.6.30.
3271         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
3272         * sysdeps/posix/readv.c: Likewise.
3273         Reported by Markus Armbruster <armbru@redhat.com>.
3275         * malloc/hooks.c (top_check): Force hook value into register.
3277 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3279         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
3280         calls to _dl_relocate_object.
3282 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
3284         [BZ #9957]
3285         * malloc/malloc.c (force_reg): Define.
3286         (sYSMALLOc): Load hook variable into variable
3287         before test and force into register.
3288         (sYSTRIm): Likewise.
3289         (public_mALLOc): Force hook value into register.
3290         (public_fREe): Likewise.
3291         (public_rEALLOc): Likewise.
3292         (public_mEMALIGn): Likewise.
3293         (public_vALLOc): Likewise.
3294         (public_pVALLOc): Likewise.
3295         (public_cALLOc): Likewise.
3296         (__posix_memalign): Likewise.
3297         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
3298         before test and force into register.
3299         * malloc/hooks.c (top_check): Likewise.
3300         (public_sET_STATe): Pretty printing.
3302         * resolv/res_send.c (send_dg): Don't just ignore the result we got
3303         in case we only receive one reply in single-request mode.
3305 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
3307         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
3308         are dlopened in statically linked program even for __LM_ID_CALLER.
3310 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
3312         * resolv/res_send.c (send_dg): Don't switch into single-request
3313         mode if we already are in it.
3315 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
3317         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
3318         are always at least 4 bytes in the returned line.
3320 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
3322         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
3323         __libc_use_alloca (8192), if the stack is too small use 512 bytes
3324         instead of 8K.  Stop searching in /proc/stat after hitting first
3325         line not starting with cpu.
3326         (next_line): Truncate too long
3327         lines at buffer size * 3/4 instead of pretending there were line
3328         breaks inside of large lines.
3330 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3332         * sysdeps/x86_64/mp_clz_tab.c: New file.
3334 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
3335             Ulrich Drepper  <drepper@redhat.com>
3337         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
3338         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
3339         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
3341 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
3343         * sysdeps/sh/libc-tls.c: New file.
3345         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
3347 2009-04-14  Roland McGrath  <roland@redhat.com>
3349         * elf/elf.h: Add various missing ARM constants, to match binutils.
3351 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3353         Optimizations from GMP.
3354         * sysdeps/x86_64/add_n.S: New file.
3355         * sysdeps/x86_64/addmul_1.S: New file.
3356         * sysdeps/x86_64/lshift.S: New file.
3357         * sysdeps/x86_64/mul_1.S: New file.
3358         * sysdeps/x86_64/rshift.S: New file.
3359         * sysdeps/x86_64/sub_n.S: New file.
3360         * sysdeps/x86_64/submul_1.S: New file.
3362 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
3364         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
3365         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
3366         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
3367         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3369 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3371         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
3372         preadv/pwritev.
3374 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
3376         * sysdeps/x86-64/strrchr.S: New file.
3378 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
3380         * stdio-common/printf.h (struct printf_info): Add user element.
3381         New types printf_arginfo_size_function, printf_va_arg_function.
3382         Declare register_printf_specifier, register_printf_modifier,
3383         register_printf_type.
3384         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
3385         (union printf_arg): Add pa_user element.
3386         Adjust __printf_arginfo_table type.
3387         Add __printf_va_arg_table, __printf_modifier_table,
3388         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
3389         declarations.
3390         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
3391         If registered arginfo call failed try normal specifier.
3392         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
3393         function.
3394         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
3395         * stdio-common/Versions: Export register_printf_modifier,
3396         register_printf_type, and register_printf_specifier for GLIBC_2.10.
3397         * stdio-common/reg-modifier.c: New file.
3398         * stdio-common/reg-type.c: New file.
3399         * stdio-common/reg-printf.c (__register_printf_specifier): New
3400         function.  Mostly the old __register_printf_function function but
3401         uses locking and type of third parameter changed.
3402         (__register_printf_function): Implement using
3403         __register_printf_specifier.
3404         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
3405         calls to arginfo functions.  Allocate enough memory for user-defined
3406         types.  Call new va_arg functions to get user-defined types.
3407         Try installed handlers even for existing format specifiers first.
3409 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
3411         * sysdeps/x86_64/rawmemchr.S: New file.
3413         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
3414         Simplified code and possible copy problem fixed.
3416         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
3417         function if it is not defined.  Add some necessary casts.
3418         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
3420         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
3421         have preadv/pwritev in 2.6.30.
3423 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
3425         * malloc/malloc.c (malloc_info): New function.
3426         * malloc/malloc.h: Declare it.
3427         * malloc/Versions: Export malloc_info for GLIBC_2.10.
3429         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
3430         to avoid PLT slot.
3432         * malloc/malloc.c (_int_realloc): Add parameter with old block
3433         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
3434         Adjust all callers.
3435         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
3437 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
3439         * sysdeps/x86_64/strchrnul.S: New file.
3441         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
3442         depending libcrypt on -lfreebl3.
3444         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
3445         preadv/pwritev in 2.6.30.
3447         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
3448         instead of __strcasecmp.
3450         * string/stratcliff.c (do_test): Add memchr tests..
3451         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
3452         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
3453         first read quad word.
3455 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
3457         * string/strverscmp.c (__strverscmp): Fix last cleanups.
3458         * string/tst-svc.input: Add new test case.
3459         * string/tst-svc.expect: Adjust.
3460         * string/Makefile: Don't ignore tst-svc error.
3462         * sysdeps/x86_64/memchr.S: New file.
3464         * resolv/resolv.h (RES_SNGLKUP): Define.
3465         * resolv/res_init.c (res_setoptions): Recognize single-request option.
3466         * resolv/res_send.c (send_dg): If we sent two requests at once and
3467         only get one reply before timeout switch to mode where we send the
3468         second request only after the first answer has been received.
3470 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
3472         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
3473         * sysdeps/x86_64/strchr.S: Likewise.
3475 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
3477         * configure.in: We need to test for the compiler earlier.
3479         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
3480         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
3481         GLIBC_2.10.
3482         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
3483         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
3484         and pwritev.
3485         * misc/preadv.c: New file.
3486         * misc/preadv64.c: New file.
3487         * misc/pwritev.c: New file.
3488         * misc/pwritev64.c: New file.
3489         * sysdeps/posx/preadv.c: New file.
3490         * sysdeps/posx/preadv64.c: New file.
3491         * sysdeps/posx/pwritev.c: New file.
3492         * sysdeps/posx/pwritev64.c: New file.
3493         * sysdeps/unix/sysv/linux/preadv.c: New file.
3494         * sysdeps/unix/sysv/linux/preadv64.c: New file.
3495         * sysdeps/unix/sysv/linux/pwritev.c: New file.
3496         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
3497         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
3498         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
3500         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
3501         compatibility code.
3502         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
3504         * sysdeps/unix/sysv/linux/kernel-features.h: Define
3505         __ASSUME_COMPLETE_READV_WRITEV.
3506         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
3507         with modern kernels.
3508         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3510         * sysdeps/posix/readv.c: Since read is a cancellation point we have
3511         to free a possible malloced buffer in case of cancellation.
3512         * sysdeps/posix/writev.c: Likewise for write.
3514 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
3516         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
3518         * configure.in: Recognize --enable-nss-crypt.
3519         * config.make.in: Add nss-crypt entry.
3520         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
3521         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
3522         and include path for NSS directory to compiler for md5-crypt,
3523         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
3524         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
3525         function implementation, use NSS.  Introduce wrappers around the
3526         hash function calls.  Little code size optimization.
3527         * crypt/sha256-crypt.c: Likewise.
3528         * crypt/sha512-crypt.c: Likewise.
3529         * scripts/check-local-headers.sh: Ignore nss3 directory.
3531         * configure.in: Rename pic_default to libc_cv_pic_default.
3532         * config.make.in: Likewise.
3534 2009-04-01  Roland McGrath  <roland@redhat.com>
3536         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
3537         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
3538         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
3539         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
3540         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
3541         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
3542         (R_SPARC_NUM): Update.
3543         From Dave Miller <davem@davemloft.net>.
3545 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
3547         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
3549 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
3551         * elf/dl-open.c: Keep track of used name spaces and only iterate over
3552         those which are used.
3553         * elf/dl-addr.c: Likewise.
3554         * elf/dl-caller.c: Likewise.
3555         * elf/dl-fini.c: Likewise.
3556         * elf/dl-iteratephdr.c: Likewise.
3557         * elf/dl-libc.c: Likewise.
3558         * elf/dl-load.c: Likewise.
3559         * elf/dl-support.c: Likewise.
3560         * elf/dl-sym.c: Likewise.
3561         * elf/rtld.c: Likewise.
3562         * sysdeps/generic/ldsodefs.h: Likewise.
3564         * elf/dl-load.c: Remove support for systems without MAP_ANON.
3565         * elf/dl-minimal.c: Likewise.
3566         * elf/dl-misc.c: Likewise.
3567         * elf/rtld.c: Likewise.
3568         * sysdeps/generic/ldsodefs.h: Likewise.
3570 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
3572         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
3573         Avoid reuse of complex expression.
3575         * po/fr.po: Update from translation team.
3577 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
3579         * include/dirent.h: Yet more changes to match sort function type
3580         change.
3581         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
3582         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
3583         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
3585 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
3587         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
3589 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
3591         * nscd/connections.c (restart): Try to preserve the process name
3592         by reading the /proc/self/exe symlink and using the return name.
3593         Patch by Jeff Bastian <jbastian@redhat.com>.
3595 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
3597         [BZ #9733]
3598         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
3599         if we are not loading a new audit library.
3600         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
3601         Only use profiling trampoline for auditing if we are not relocating
3602         an audit library.
3603         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
3604         * elf/rtld.c: Likewise.
3605         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
3607         * elf/rtld.c (dl_main): Extend help message for --audit option.
3609         [BZ #9759]
3610         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
3611         alphasort64, versionsort, and versionsort64 to POSIX 2008.
3612         * dirent/alphasort.c: Adjust implementation to type change.
3613         * dirent/alphasort64.c: Likewise.
3614         * dirent/scandir.c: Likewise.
3615         * dirent/versionsort.c: Likewise.
3616         * dirent/versionsort64.c: Likewise.
3617         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
3618         declaration.
3619         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
3620         declaration.
3622         [BZ #9880]
3623         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
3624         correctly.  Set segleft member in output as required.
3625         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
3626         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
3628         [BZ #9881]
3629         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
3630         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
3631         * inet/Makefile (tests): Add tst-inet6_rth.
3632         * inet/tst-inet6_rth.c: New file.
3634         [BZ #5807]
3635         * string/strlen.c (strlen): Fix omission in the expression to test
3636         for NUL bytes.
3638 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
3640         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
3642         * elf/dl-runtime.c (reloc_offset): Define.
3643         (reloc_index): Define.
3644         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
3645         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
3646         computing index from reloc_offset.
3647         (_dl_call_pltexit): Likewise.
3648         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
3649         the relocation index to _dl_fixup.
3650         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
3651         _dl_call_pltexit.
3652         * sysdeps/x86_64/dl-runtime.c: New file.
3654         [BZ #9893]
3655         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
3656         alignment of La_x86_64_regs.  Store xmm parameters.
3657         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
3659         [BZ #9913]
3660         * string/strverscmp.c (__strverscmp): Fix case of different digits
3661         in fractional part of string.
3662         Patch by Jingyu Liu <jyliu@fortinet.com>.
3663         * string/Makefile (tests): Add tst-svc2.
3664         * string/tst-svc2.c: New file.
3666         * string/strverscmp.c (__strverscmp): Optimize size of tables.
3668         * locale/iso-639.def: Add Min Nan.
3670 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
3672         [BZ #9948]
3673         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
3675 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
3677         * elf/dl-sysdep.c (auxvars): Compress data structure.
3679         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
3680         STT_GNU_IFUNC handling.
3681         (elf_machine_rela): Likewise.
3683 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
3685         * config.h.in (USE_MULTIARCH): Define.
3686         * configure.in: Handle --enable-multi-arch.
3687         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
3688         (_dl_fixup_profile): Likewise.
3689         * elf/do-lookup.c (dl_lookup_x): Likewise.
3690         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
3691         * elf/elf.h (STT_GNU_IFUNC): Define.
3692         * include/libc-symbols.h (libc_ifunc): Define.
3693         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
3694         framework in init-arch.h to get CPUID values.
3695         * sysdeps/x86_64/multiarch/Makefile: New file.
3696         * sysdeps/x86_64/multiarch/init-arch.c: New file.
3697         * sysdeps/x86_64/multiarch/init-arch.h: New file.
3698         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
3700         * config.make.in (experimental-malloc): Define.
3701         * configure.in: Handle --enable-experimental-malloc.
3702         * malloc/Makefile: Handle experimental-malloc flag.
3703         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
3704         * malloc/arena.c: Likewise.
3705         * malloc/hooks.c: Likewise.
3706         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
3708 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
3710         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
3711         prediction.  A few size optimizations.
3713 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
3715         * time/tzset.c: Optimize a bit for size.
3717 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
3719         * include/stdio.h (fmemopen): Add libc_hidden_proto.
3720         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
3722         * elf/sprof.c: Avoid warning about multi-line comment.
3724 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
3726         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
3727         DST name.
3728         * time/tst-posixtz.c: Add tests for quoted timezone names.
3730 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
3732         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
3733         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
3734         200809L instead of 200112L.
3735         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
3736         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
3738         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
3739         instead of __quick_exit_funcs to __run_exit_handlers.
3740         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
3741         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
3742         (__cxa_at_quick_exit): Remove attribute_hidden.
3743         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
3744         to __run_exit_handlers.
3745         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
3746         attribute_hidden.
3748 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
3750         * po/id.po: Update from translation team.
3752 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
3754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
3755         .machine push; .machine "power6" and .machine pop around mtfsf
3756         insns outside of _ARCH_PWR6 define.
3757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
3759         Likewise.
3760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
3761         Likewise.
3762         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
3763         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
3764         relax_fenv_state): Likewise.
3766 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
3768         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
3769         cxa_at_quick_exit.
3770         (static-only-routines): Add at_quick_exit.
3771         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
3772         GLIBC_2.10.
3773         * stdlib/quick_exit.c: New file.
3774         * stdlib/at_quick_exit.c: New file.
3775         * stdlib/cxa_at_quick_exit.c: New file.
3776         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
3777         it appropriately.
3778         (__internal_atexit): New function.
3779         (__new_exitfn): Now takes parameter to point to the list to use.
3780         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
3781         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
3782         (exit): ...here.  Just call __run_exit_handlers appropriately.
3783         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
3784         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
3785         * stdlib/on_exit.c: Adjust call to __new_exitfn.
3786         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
3788         * po/id.po: Update from translation team.
3790 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
3792         * po/ru.po: Update from translation team.
3794 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
3796         * po/nl.po: Update from translation team.
3798 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
3800         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
3801         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3802         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3803         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
3804         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3805         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3806         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3808         * po/pl.po: Update from translation team.
3810 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
3812         [BZ #7083]
3813         * sysdeps/unix/sysv/linux/fallocate.c: New file.
3814         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
3815         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
3816         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
3817         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
3818         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
3819         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
3820         for GLIBC_2.10.
3821         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
3822         Add fallocate and fallocate64.
3824         * io/fcntl.h: Pretty printing.
3826 2009-03-02  Richard Guenther  <rguenther@suse.de>
3828         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
3829         attribute also for non-C99 inline semantics variant.
3831 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
3833         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
3834         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
3835         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
3836         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
3837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
3838         Likewise.
3839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
3840         Likewise.
3842 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
3844         * po/cs.po: Update from translation team.
3846 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
3848         * po/bg.po: Update from translation team.
3849         * po/sv.po: Likewise.
3850         * po/fi.po: Likewise.
3851         * po/vi.po: Likewise.
3853 2009-02-27  Roland McGrath  <roland@redhat.com>
3855         * Makeconfig (%.v.i): Depend on Makeconfig.
3856         Exclude % lines from initial #-comment removal.
3858 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
3860         * po/ko.po: Update from translation team.
3862 2009-02-26  Roland McGrath  <roland@redhat.com>
3864         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
3865         avoids unused warning.
3867 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
3868             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
3870         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
3871         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
3872         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
3873         and asm/user.h.  Include asm/ptrace.h.
3874         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
3875         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
3876         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
3877         Undefine.
3878         (start_thread): Don't undefine.
3879         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
3880         Define.
3882 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
3884         * wctype/wctype.h: The *_l functions are in POSIX 2008.
3885         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
3886         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
3887         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
3888         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
3889         200112L to 200809L.
3890         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
3891         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
3892         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
3893         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
3894         _SC_THREAD_ROBUST_PRIO_PROTECT.
3895         * posix/unistd.h: fexecve is in POSIX 2008.
3896         * time/time.h: strftime_l is in POSIX 2008.
3897         * io/sys/stat.h: futimens is in POSIX 2008.
3898         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
3899         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
3900         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
3901         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
3902         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
3903         open_memstream, and vdprintf are in POSIX 2008.
3905 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
3907         * include/features.h: Define macros for XPG7/POSIX 2008.
3908         * ctype/ctype.h: The *_l functions are in POSIX 2008.
3909         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
3910         POSIX 2008.
3911         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
3912         * locale/xlocale.h: Define locale_t type.
3913         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
3914         in POSIX 2008.  Don't define locale_t here.
3915         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
3916         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
3917         UTIME_OMIT only with __USE_ATFILE.
3918         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
3919         * stdio-common/psiginfo.c: New file.
3920         * stdio-common/psiginfo-data.h: New file.
3921         * stdio-common/psiginfo-define.h: New file.
3922         * stdio-common/Makefile (routines): Add psiginfo.
3923         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
3924         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
3925         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
3926         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
3927         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
3928         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
3929         * io/sys/stat.h: Move mknodat definition into same conditional as
3930         mknod.
3931         * time/sys/time.h: futimesat is not among the functions accepted
3932         into the POSIX standard.
3934         * include/features.h: If no feature selection given and we select
3935         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
3936         * posix/Versions: Export __posix_getopt.
3937         * posix/getopt.c (_getopt_initialize): Take additional parameter.
3938         Use it to alternatively initialize __posixly_correct.
3939         (_getopt_internal_r): Take addition parameter.  Pass on to
3940         _getopt_initialize.
3941         (_getopt_internal): Take addition parameter.  Pass on to
3942         _getopt_internal_r.
3943         (getopt): Pass additional zero to _getopt_internal.
3944         (__posix_getopt): New function.
3945         * posix/getopt.h: Add redirection for getopt.
3946         * posix/getopt1.c (getopt_long): Pass additional zero to
3947         _getopt_internal.
3948         (getopt_long_only): Likewise.
3949         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
3950         (_getopt_long_only_r): Likewise.
3951         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
3952         _getopt_internal_r.
3954 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
3956         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
3957         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
3958         * sysdeps/posix/sysconf.c (__sysconf): Handle
3959         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
3960         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
3962 2009-02-24  Roland McGrath  <roland@redhat.com>
3964         [BZ #9895]
3965         * README.template: Reworded not to use substituted version number.
3966         Renamed to ...
3967         * README: ... here (no longer generated).
3968         * Makefile (README): Target removed.
3970 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
3972         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
3973         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
3974         instead.
3976         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
3978         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
3980 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
3982         * po/bg.po: Update from translation team.
3984 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
3986         * stdlib/monetary.h: Uglify function parameter names.
3987         * sunrpc/rpc/pmap_clnt.h: Likewise.
3988         * sunrpc/rpc/svc.h: Likewise.
3989         * sunrpc/rpc/xdr.h: Likewise.
3990         * sunrpc/rpc/clnt.h: Likewise.
3991         * resolv/netdb.h: Likewise.
3992         * resolv/arpa/nameser.h: Likewise.
3993         * resolv/resolv.h: Likewise.
3994         * argp/argp.h: Likewise.
3995         * locale/langinfo.h: Likewise.
3996         * io/sys/stat.h: Likewise.
3997         * posix/spawn.h: Likewise.
3998         * nis/rpcsvc/nislib.h: Likewise.
3999         * malloc/obstack.h: Likewise.
4000         * sysdeps/ia64/bits/link.h: Likewise.
4001         * sysdeps/i386/bits/link.h: Likewise.
4002         * sysdeps/s390/bits/link.h: Likewise.
4003         * sysdeps/powerpc/bits/link.h: Likewise.
4004         * sysdeps/x86_64/bits/link.h: Likewise.
4005         * sysdeps/sparc/bits/link.h: Likewise.
4006         * sysdeps/sh/bits/link.h: Likewise.
4007         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
4008         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
4009         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
4010         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4012 2008-12-01  Fredrik Unger  <fred@tree.se>
4014         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
4015         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
4016         _FP_UNPACK_RAW_2, fix up first argument.
4018 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
4020         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
4021         (GET_NPROCS_PARSER): Change parameters and use next_line.
4022         (__get_nprocs): Rewrite to not use stdio routines.
4023         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
4024         Change parameters and use next_line.
4026 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
4028         [BZ #5381]
4029         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
4030         Change mempool_alloc prototype.
4031         * nscd/mem.c (gc): Don't handle mem_in_flight.
4032         (mempool_alloc): Third parameter now only indicates whether this is the
4033         first call (to allocate data) or not.  If it is, get db rdlock.
4034         Release it on error.  Don't handle mem_in_flight.
4035         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
4036         Adjust third parameter of mempool_alloc calls.
4037         Nothing to do here in case mempool_alloc fails.
4038         Avoid local variable shadowing parameter.  No need to get db rdlock
4039         before calling cache_add.
4040         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
4041         no mem_in_flight array anymore.
4042         * nscd/connections.c: Remove definition and handling of mem_in_flight.
4043         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
4044         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
4045         in case mempool_alloc fails. No need to get db rdlock before calling
4046         cache_add.
4047         * nscd/hstcache.c (cache_addhst): Likewise.
4048         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4049         * nscd/servicescache.c (cache_addserv): Likewise.
4050         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
4052 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
4054         * po/lt.po: Update from translation team.
4056 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
4058         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
4059         defined, allow additional data to be added using the optional
4060         MORE_ELF_HEADER_DATA macro.
4061         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
4062         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
4064 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
4066         * include/atomic.h: Define catomic_and if not already defined.
4067         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
4068         * sysdeps/i386/i486/bits/atomic.h: Likewise.
4070 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
4072         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
4073         Change all callers.
4074         (_int_realloc): Likewise.  Third argument is now padded size
4075         All _int_* functions are now static.
4077         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
4078         * malloc/arena.c: Likewise.
4079         * include/malloc.h: Remove now unnecessary declarations of the _int_*
4080         functions.
4082         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
4083         easily.
4085         * malloc/malloc.c: Add branch prediction for use of the hooks.
4087         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
4089 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4091         [BZ #7095]
4092         * bits/confname.h: Add SUSv7 macros for getconf environments.
4093         * bits/environments.h: Likewise.
4094         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
4095         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
4096         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
4097         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
4098         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
4099         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
4100         * posix/getconf.c: Likewise.
4101         * posix/sysconf.c: Likewise.
4102         * sysdeps/posix/sysconf.c: Likewise.
4103         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
4104         environments.
4106 2009-01-16  Petr Baudis  <pasky@suse.cz>
4108         [BZ #9753]
4109         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
4110         even if we currently have zero nscount.
4112 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4114         [BZ #9781]
4115         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
4116         the input line is too long.
4118         * po/Makefile (libc.pot): Add f_print as function taking c-format
4119         parameter.
4121         * debug/xtrace.sh: Unify translatable messages.
4122         * elf/ldd.bash.in: Likewise.
4123         * elf/sprof.c: Likewise.
4124         * locale/programs/locale.c: Likewise.
4125         * malloc/memusage.sh: Likewise.
4126         * nss/getent.c: Likewise.
4128 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
4130         * debug/pcprofiledump.c (print_version,
4131         argp_program_version_hook): New function.
4132         * elf/ldconfig.c (more_help): New function.
4133         (argp): Use it.
4134         * elf/sln.c (usage): New function.
4135         (main): Support --help and --version.
4136         * malloc/memusagestat.c (print_version): New function.
4137         (argp_program_version_hook): New variable.
4138         * nscd/nscd.c (more_help): New function.
4139         (argp): Use it.
4140         * posix/getconf.c (main): Send --version output to stdout.
4141         Support --help.
4142         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
4143         arguments.  All callers changed.
4144         (print_version): New function.
4145         (parseargs): Support --help and --version.
4146         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
4147         changed.
4148         (print_version): New function.
4149         (main): Use getopt_long.  Support --help and --version.
4150         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
4151         --version.
4153 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4155         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
4156         (update_data): Fix handling of wrapping back
4157         to the beginning of the buffer.
4159         [BZ #9823]
4160         * stdio-common/psignal.c (psignal): Fix test for empty string.
4162 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
4164         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
4165         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
4166         move _null_auth to .rodata.
4168         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
4169         value of 24.
4171         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
4173         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
4174         today than when the original code was written.  Use larger
4175         buffers.  This also makes it unnecessary to have stat information,
4176         if this causes extra efforts.
4177         (__opendir): In case O_DIRECTORY works, don't call fstat just for
4178         __alloc_dir.
4180 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
4182         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
4183         is set.
4184         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
4185         * sysdeps/sh/sh4/__longjmp.S: Likewise.
4186         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
4187         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
4188         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
4189         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
4191 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
4193         * po/ru.po: Update from translation team.
4195 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
4197         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
4198         Add _tid slot to maintain consistency with kernel.
4200 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
4202         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
4203         incomplete characters at end of input buffer.
4204         * libio/Makefile (tests): Add tst-fgetwc.
4205         * libio/tst-fgetwc.c: New file.
4206         * libio/tst-fgetwc.input: New file.
4208 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
4210         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
4212 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
4214         [BZ #9793]
4215         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
4216         *OUTBUFSTART unless the whole output fit into the buffer.
4217         * iconv/Makefile (tests): Add tst-iconv4.
4218         * iconv/tst-iconv4.c: New file.
4220 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
4222         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
4223         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
4225 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
4227         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
4228         newer linker scripts.
4230 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
4232         [BZ #7040]
4233         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
4234         inotify_rm_watch should have type int.
4236 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
4238         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
4239         Make aligned_restore_vmx a local symbol.
4240         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
4241         Likewise.
4243 2009-01-30  Andreas Jaeger  <aj@suse.de>
4245         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
4246         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
4247         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
4248         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
4249         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
4250         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
4251         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
4253 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
4255         [BZ #9726]
4256         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
4257         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
4259 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
4261         [BZ #9726]
4262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
4263         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
4264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
4265         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
4267 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
4269         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
4270         memcpy instead of memcmp.
4271         (_dl_setup_pointer_guard): Likewise.
4273 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
4275         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
4276         manipulated brk, use malloc_printerr.
4277         * misc/sbrk.c (__sbrk): Better error handling for nonsense
4278         requests.
4280 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
4282         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
4283         rindex): For C++ add inlines so that they can be recognized as
4284         builtins.
4285         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
4287 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
4288             Jakub Jelinek  <jakub@redhat.com>
4290         * string/string.h: Define correct C++ prototypes for gcc 4.4.
4291         * wcsmbs/wchar.h: Likewise.
4293 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
4295         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
4296         (stackinfo_sub_sp): Define.
4298 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
4300         [BZ #9750]
4301         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
4302         * include/alloca.h (alloca_account): Define.
4303         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
4304         (stackinfo_sub_sp): Define.
4306         * nscd/connections.c (nscd_init): If database file access fails
4307         check whether this is due to permission problems and bail in that
4308         case.
4310         [BZ #9741]
4311         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
4312         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
4314 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4316         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
4317         Add "t" to clobber list.
4318         (INTERNAL_SYSCALL_NCS): Likewise.
4320 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
4322         * nss/getent.c (print_networks): Don't print comma between aliases.
4324 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
4326         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
4328         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
4329         the hash table.
4330         * misc/Makefile (tests): Add bug-hsearch1.
4331         * misc/bug-hsearch1.c: New file.
4333 2009-01-22  Roland McGrath  <roland@redhat.com>
4335         * Makeconfig (%.v.i): Strip trailing # comments,
4336         not only whole-line comments.
4338 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
4340         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
4341         one parameter.  If non-NULL use it to initialize return value.
4342         (_dl_setup_pointer_guard): New function.
4343         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
4344         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
4345         * elf/rtld.c (security_init): Pass _dl_random to
4346         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
4347         pointer_chk_guard.
4348         * elf/dl-sysdep.c (_dl_random): New variable.
4349         (_dl_sysdep_start): Handle AT_RANDOM.
4350         (_dl_show_auxv): Likewise.
4351         * elf/dl-support.c (_dl_random): New variable.
4352         (_dl_aux_init): Handle AT_RANDOM.
4353         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
4354         to _dl_setup_stack_chk_guard.
4356         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
4358 2009-01-10  Roland McGrath  <roland@redhat.com>
4360         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
4362 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
4364         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
4366         [BZ #9706]
4367         * nss/nss_files/files-parse.c (strtou32): New function.
4368         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
4369         across 32-bit and 64-bit platforms.
4370         (INT_FIELD_MAYBE_NULL): Likewise.
4372 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
4374         [BZ #9720]
4375         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
4376         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
4377         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
4378         Likewise.
4380 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
4382         [BZ #697]
4383         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
4384         being NULL also if there are no backreferences.
4385         * posix/rxspencer/tests: Add testcases.
4387 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
4389         [BZ #9697]
4390         * posix/bug-regex17.c: Add testcases.
4391         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
4392         handling.
4394 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4396         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
4397         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
4398         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
4399         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
4400         for elf subdir.
4401         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
4402         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
4403         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
4404         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
4405         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4406         * sysdeps/unix/sysv/linux/s390/Versions: New file.
4408 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
4410         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
4411         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
4412         re_string_skip_chars, re_string_reconstruct): Likewise.
4413         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
4415 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
4417         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
4418         adjust the buffer alignment.
4420 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4422         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
4423         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
4424         net/route.h.
4426         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
4427         flavor to description only when flavor is not NULL.
4429         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
4430         mutex after SIGIO/SIGURG lookup loop.
4432 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4434         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
4436 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
4438         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
4439         handling.
4441 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
4443         * sysdeps/unix/sysv/linux/kernel-features.h
4444         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
4446         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
4447         if no output is written.
4449         * version.h: Bump to 2.10 development.
4451         * posix/getconf.c: Update copyright year.
4452         * nss/getent.c: Likewise.
4453         * iconv/iconvconfig.c: Likewise.
4454         * iconv/iconv_prog.c: Likewise.
4455         * elf/ldconfig.c: Likewise.
4456         * catgets/gencat.c: Likewise.
4457         * csu/version.c: Likewise.
4458         * elf/ldd.bash.in: Likewise.
4459         * elf/sprof.c (print_version): Likewise.
4460         * locale/programs/locale.c: Likewise.
4461         * locale/programs/localedef.c: Likewise.
4462         * nscd/nscd.c (print_version): Likewise.
4463         * debug/xtrace.sh: Likewise.
4464         * malloc/memusage.sh: Likewise.
4465         * malloc/mtrace.pl: Likewise.
4466         * debug/catchsegv.sh: Likewise.
4468 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
4470         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
4471         script.
4473 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
4475         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
4476         gethostbyname4_r function call succeeded, just leave the loop.
4478         [BZ #9694]
4479         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
4480         very end.
4481         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
4482         * wctype/Makefile (tests): Add bug-wctypeh.
4483         * wctype/bug-wctypeh.c: New file.
4485         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
4486         LOCALDOMAIN is defined.
4487         * nscd/nscd_getai.c (__nscd_getai): Likewise.
4489         * sysdeps/x86_64/bits/select.h: New file.
4491         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
4493 2008-12-21  Bruno Haible  <bruno@clisp.org>
4495         [BZ #9677]
4496         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
4497         if no output is written.
4499 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
4501         * login/utmp_file.c (pututline_file): Replace call to dup2 with
4502         libc internal symbol __dup2 to avoid access through the PLT.
4504 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
4506         [BZ #6545]
4507         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
4508         available only for __USE_GNU.
4510         * inet/Makefile (tests): Add tst-getni2.
4511         * inet/tst-getni2.c: New file.
4513         [BZ #7080]
4514         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
4515         NULL when NI_NAMEREQD is set.
4516         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
4517         * inet/Makefile (tests): Add tst-getni1.
4518         * inet/tst-getni1.c: New file.
4520 2008-12-03  Petr Baudis  <pasky@suse.cz>
4522         [BZ #7067]
4523         * nscd/connections.c (invalidate_cache): Use prune_run_lock
4524         instead of prune_lock.
4525         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
4526         * nscd/nscd.h (database_dyn): Add prune_run_cache.
4528 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
4530         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
4531         use.
4533         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
4534         handling.
4536         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
4537         after reading name server list.
4539         [BZ #7058]
4540         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
4541         handling for host name aliases.
4543 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
4545         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
4546         instead of doing things manually.
4548 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
4550         * posix/regex_internal.h (build_wcs_upper_buffer):
4551         Return type is reg_error_t.
4553 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
4555         * posix/globtest.sh: Use mktemp to create temporary file and
4556         directory.
4558         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
4559         sets correctly.
4560         (__CPU_CLR_S): Likewise.
4561         (__CPU_ISSET_S): Likewise.
4563 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
4564             Ulrich Drepper  <drepper@redhat.com>
4566         * scripts/firstversion.awk: Use custom comparison function to compare
4567         version numbers.
4568         * scripts/versions.awk: Use sort invocation which can handle
4569         multi-digit sub-version numbers.
4571 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
4573         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
4574         * locale/iso-639.def: Add Chhattisgarhi entry.
4576 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
4578         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
4579         ESRCH return value.
4580         (_nss_dns_gethostbyname4_r): Likewise.
4581         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
4582         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
4583         gethostbyname4_r, we don't have a separate IPv6 status, so copy
4584         the no_data variable.
4586         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
4587         information at the correct index.
4589         * socket/sys/socket.h: Declare accept4.
4590         * socket/accept4.c: New file.
4591         * sysdeps/unix/sysv/linux/accept4.c: New file.
4592         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
4593         * socket/Makefile (routines): Add accept4.
4594         * socket/Versions: Export accept4 with version GLIBC_2.10.
4595         * socket/paccept.c: Removed.
4596         * sysdeps/unix/sysv/linux/paccept.c: Removed.
4597         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
4598         * Versions.def: Define GLIBC_2.10 for libc.
4599         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
4601         * nscd/connections.c: Use accept4.
4603         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
4605 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
4607         * resolv/res_send.c (send_dg): Create sockets with non-blocking
4608         flag already set.
4610         * stdlib/setenv.c (unsetenv): Don't search environment if it does
4611         not exist.
4612         * stdlib/Makefile (tests): Add tst-unsetenv1.
4613         * stdlib/tst-unsetenv1.c: New file.
4615 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
4617         * login/utmp_file.c (file_writable): New variable.
4618         (setutent_file): Don't try to open file for writing.
4619         (pututline_file): Before writing, make descriptor writable if
4620         necessary.
4622 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
4624         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
4625         to IPv4 or IPv6 if an interface has been found.
4627 2008-11-26  Roland McGrath  <roland@redhat.com>
4629         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
4630         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
4632         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
4633         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
4634         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
4636         * elf/elf.h (NT_386_IOPERM): New macro.
4637         (NT_PPC_VSX): New macro.
4639 2008-11-25  Roland McGrath  <roland@redhat.com>
4641         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
4642         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
4643         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
4644         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
4645         Subdirectories moved to ports repository.
4646         * configure.in (base_machine): Remove alpha case.
4648 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
4650         * sysdeps/mach/strerror_l.c: New file.
4652 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
4654         [BZ #6411]
4655         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
4656         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
4657         magic numbers.
4658         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
4659         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
4660         (relax_fenv_state): Same as above.
4661         (FPSCR_29): Reserve bit in ISA 2.05.
4662         (FPSCR_NI): Provide define for compat.
4663         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
4664         magic numbers.
4665         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
4666         magic numbers.
4667         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
4668         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
4669         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
4670         access to hwcap to account for hwcap size increase to uint64_t.
4671         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
4672         Likewise.
4673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
4674         (*setcontext): Likewise.
4675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
4676         New file.
4677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
4678         New file.
4679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
4680         (*setcontext): dynamically select mtfsf insn based on
4681         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
4682         increase to uint64_t.
4683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
4684         (*swapcontext): dynamically select mtfsf insn based on
4685         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
4686         increase to uint64_t.
4687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
4688         New file.
4689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
4690         New file.
4691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
4692         (*setcontext): dynamically select mtfsf insn based on
4693         PPC_FEATURE_HAS_DFP.
4694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
4695         (*swapcontext): dynamically select mtfsf insn based on
4696         PPC_FEATURE_HAS_DFP.
4698 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
4700         * version.h: Bump for 2.9 release.
4701         * include/features.h (__GLIBC_MINOR__): Bump to 9.
4703         [BZ #7029]
4704         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
4705         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
4706         all the rounding.
4708 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
4710         [BZ #7009]
4711         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
4712         unknown request types for now.
4714 2008-11-11  Roland McGrath  <roland@redhat.com>
4716         * sysdeps/x86_64/configure: New file.
4718         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
4719         * configure: Regenerated.
4721 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4723         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
4724         correct instruction to remove the stack frame.
4726 2008-11-03  Michael Matz  <matz@suse.de>
4728         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
4729         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
4731 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
4733         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
4734         Remove.
4736         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
4737         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
4738         of the thread variable instead of void *.
4739         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
4740         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
4741         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
4742         __libc_tsd_define arguments.
4743         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
4744         __libc_tsd_address arguments.  Remove union hack.
4745         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
4746         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
4747         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
4748         Adjust __libc_tsd_{set,get} arguments.
4749         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
4750         __libc_tsd_define arguments.
4751         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
4752         arguments.
4753         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
4754         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
4755         (LOCALE): Adjust __libc_tsd_define arguments.
4756         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
4757         arguments.
4758         (LOCALE): Adjust __libc_tsd_define arguments.
4759         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
4760         arguments.
4761         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
4762         arguments.
4764 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
4766         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
4767         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
4769 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
4771         [BZ #6966]
4772         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
4774 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
4775             Ulrich Drepper  <drepper@redhat.com>
4777         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
4778         definition for GCC 3.1 and later.
4780 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
4782         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
4783         refetch dtv, as it might have changed.
4784         * elf/Makefile: Add rules to build and run tst-tls18.
4785         * elf/tst-tls18.c: New test.
4786         * elf/tst-tlsmod18a.c: New file.
4788 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
4790         [BZ #6875]
4791         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
4793 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
4795         [BZ #6867]
4796         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
4798         [BZ #6919]
4799         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
4800         Fix length of copy operation.
4802 2008-10-02  Pierre Habouzit <madcoder@debian.org>
4804         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
4805         and fix its calling convention.
4807 2008-10-07  Andreas Schwab  <schwab@suse.de>
4809         [BZ #6942]
4810         * resolv/res_send.c (send_vc): Fix last change.
4811         (send_dg): Align here as well.
4813 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
4815         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
4816         return value in case rlimit is RLIM_INFINITY.
4818         [BZ #6947]
4819         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
4820         for UL_SETFSIZE.
4821         * resource/Makefile (tests): Add bug-ulimit1.
4822         * resource/bug-ulimit1.c: New file.
4824         [BZ #6974]
4825         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
4826         without dot.  Properly terminate the string with a null byte.
4827         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
4829         [BZ #6980]
4830         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
4831         negative sizees.
4832         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
4833         negative __size.
4835         [BZ #6995]
4836         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
4838 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
4840         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
4841         abort if there is no initgroups_dyn function.
4843         * resolv/res_send.c (send_dg): On timeout, only return nonzero
4844         result if any of the queries really provided an answer.
4846 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
4848         * po/lt.po: Update from translation team.
4850 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
4852         * po/id.po: Update from translation team.
4854 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
4856         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
4857         Fix tests for existence of second reply.
4859 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
4861         * po/id.po: New file.
4862         Contributed by the Indonesian translation team.
4864 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
4866         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
4867         initialization.
4869 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
4871         * elf/Makefile: Add rules to build and run tst-tls17.
4872         * elf/tst-tls17.c: New test.
4873         * elf/tst-tlsmod17a.c: New file.
4874         * elf/tst-tlsmod17b.c: Likewise.
4876 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
4878         * stdlib/divmod_1.c: Use correct type for dummy variable.
4879         * stdlib/mod_1.c: Likewise.
4881 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
4883         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
4885 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
4887         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
4888         __nonnull order for C++.
4889         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
4890         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
4892 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
4894         * stdlib/longlong.h: Update from GCC.
4896 2008-10-09  Jakub Jelinek <jakub@redhat.com>
4897             David S. Miller  <davem@davemloft.net>
4899         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
4900         make sure any registers used with 64-bit 'branch-on-register'
4901         instructions have their top 32-bits clear.
4902         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
4903         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
4905 2008-09-18  Andreas Schwab  <schwab@suse.de>
4907         [BZ #6942]
4908         * resolv/res_send.c (send_vc): Fix use of unaligned address.
4909         Properly handle partial reads.
4911 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
4913         * elf/elf.h (STO_MIPS_PLT): New.
4914         (R_MIPS_COPY): New.
4915         (R_MIPS_JUMP_SLOT): New.
4916         (R_MIPS_NUM): Redefine to 128.
4917         (DT_MIPS_PLTGOT): New.
4918         (DT_MIPS_RWPLT): New.
4919         (DT_MIPS_NUM): Redefine to 0x35.
4921 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
4923         * timezone/africa: Update from tzdata2008f.
4924         * timezone/asia: Likewise.
4925         * timezone/australasia: Likewise.
4926         * timezone/europe: Likewise.
4927         * timezone/leapseconds: Likewise.
4928         * timezone/northamerica: Likewise.
4929         * timezone/southamerica: Likewise.
4930         * timezone/zone.tab: Likewise.
4932 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
4934         * nscd/connections.c: Disable use of paccept for now.
4936 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
4938         * socket/Versions: Remove paccept export for GLIBC_2.9.
4939         * socket/Makefile (routines): Remove paccept.
4940         * socket/sys/socket.h: Remove paccept declaration.
4942         * po/sv.po: Update from translation team.
4944 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
4946         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
4947         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
4949 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
4951         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
4952         Patch by Olivier Fourdan <ofourdan@redhat.com>.
4954 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
4956         * sunrpc/rpc/svc.h: Declare svcfd_create.
4957         Patch by Michael Solberg <msolberg@redhat.com>.
4959 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
4960             Ulrich Drepper  <drepper@redhat.com>
4962         * malloc/malloc.c (public_vALLOc): Try other arenas in case
4963         _int_valloc fails.
4964         (public_pVALLOc): Likewise.
4966 2008-09-02  Andreas Jaeger  <aj@suse.de>
4968         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
4969         commit.
4971 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
4973         [BZ #6860]
4974         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
4976 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
4978         * Makefile (check-data): Check data directory in add-ons.
4979         * elf/Makefile (check-data): Likewise.
4981 2008-08-18  Roland McGrath  <roland@redhat.com>
4983         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
4984         * configure: Regenerated.
4985         * config.make.in (cflags-cpu): New substituted variable.
4986         (with-cpu): Variable removed.
4987         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
4989 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
4991         [BZ #6845]
4992         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
4993         __signbitl definition and __LONG_DOUBLE_128__ guard from:
4994         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
4995         redundant.  Functions which call floating point assembler operations
4996         should go into a sysdeps powerpc/fpu directory.
4998 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
5000         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
5001         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
5003 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
5005         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
5007         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
5008         change related to AT_EXECFN.  We cannot use that string.
5009         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
5010         _dl_execfn member.
5011         * elf/dl-support.c: Remove _dl_execfn variable.
5012         (_dl_aux_init): Remove handling of AT_EXECFN.
5013         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
5014         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
5016 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
5018         [BZ #6544]
5019         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
5020         byte gets added to writes and seeks from the end use the length of
5021         the buffer and not the currently terminating NUL byte.
5023         [BZ #6634]
5024         * login/utmp_file.c (getutent_r_file): Take additional parameter.
5025         Set to true if locking failed.
5026         (getutid_r_file): Adjust caller.
5027         (pututline_file): Likewise.  Return NULL in this case.
5028         Patch mostly by halesh.s@gmail.com.
5030 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
5032         [BZ #6589]
5033         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
5034         Define.
5035         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
5037 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
5039         [BZ #6839]
5040         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
5041         macro since it is now available in elf/dynamic-link.h.
5043 2008-08-12  Roland McGrath  <roland@frob.com>
5045         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
5046         in case used outside of libc.
5047         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
5049 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
5051         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
5052         directly instead of going through dn_comp.
5054 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
5056         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
5057         Fix asm constraints.
5059 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
5061         [BZ #6790]
5062         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
5063         (IPV6_PMTUDISC_PROBE): Likewise.
5065 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
5067         [BZ #6791]
5068         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
5070 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
5071             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
5073         [BZ #6817]
5074         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
5075         Added the members 'vsx' and 'arch_2_06'.
5076         (_dl_powerpc_platforms): Add the member 'power7'.
5077         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
5078         to reflect the changes required by VSX and ISA 2.06.
5079         Modify _DL_PLATFORMS_COUNT to reflect the addition of
5080         'power7'.
5081         Defined PPC_PLATFORM_POWER7.
5082         (_dl_string_platform): Add support for POWER7.
5083         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
5084         capability and ISA 2.06.
5086 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
5088         [BZ #6824]
5089         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
5090         macro to detect use of 128 bit long double.
5091         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
5093 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
5095         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
5097         [BZ #5794]
5098         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
5099         parameters.
5100         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
5101         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
5103 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
5105         * nscd/connections.c (main_loop_poll): Pass a buffer which is
5106         guaranteed to be large enough to read inotify event.  Ignore
5107         EAGAIN error.  Better error message.  Add branch predicition.
5108         (main_loop_epoll): Likewise.
5110 2008-08-02  Roland McGrath  <roland@frob.com>
5112         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
5113         Add memory clobbers.
5115 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
5117         * manual/arith.texi: Avoid @strong{Note:}.
5118         * manual/creature.texi: Likewise.
5119         * manual/filesys.texi: Likewise.
5120         * manual/math.texi: Likewise.
5121         * manual/memory.texi: Likewise.
5122         * manual/resource.texi: Likewise.
5123         * manual/syslog.texi: Likewise.
5124         * manual/time.texi: Likewise.
5126         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
5127         to prevent warning.
5129 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
5131         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
5132         new epoll_create1 interface.
5133         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
5134         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
5135         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
5137         * include/arpa/nameser.h (NS_GET16): Use const pointer.
5138         (NS_GET32): Likewise.
5140         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
5141         syscalls, too.
5143         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
5144         use the AT_EXECFN value if it is no absolute path.
5145         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
5146         __ASSUME_AT_EXECFN.
5148         * Versions.def: Add GLIBC_2.9 to libresolv.
5149         * include/resolv.h: Remove hidden proto declarations for __ns_*
5150         functions.  Add them for __dn_count_labels and __p_secstodate.
5151         * include/arpa/nameser.h: Add a number of hidden proto declarations.
5152         Define ns_msg_getflags macro here.
5153         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
5154         and __p_secstodate.
5155         * resolv/Versions: Export functions from <arpa/nameser.h> from
5156         libresolv in version GLIBC_2.9.
5157         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
5158         hidden definitions.
5159         * resolv/ns_netint.c: Likewise.
5160         * resolv/ns_parse.c: Likewise.
5161         * resolv/ns_print.c: Likewise.
5162         * resolv/ns_samedomain.c: Likewise.
5163         * resolv/ns_ttl.c: Likewise.
5164         * resolv/arpa/nameser_compat.h: Likewise.
5165         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
5166         function calls.
5167         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
5168         instead of ns_get16.
5169         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
5170         __ns_get32 instead of ns_get16 and ns_get32 respectively.
5171         (gaih_getanswer_slice): Likewise.
5172         * resolv/Makefile (libresolv-routines): Add ns_date.
5173         * resolv/ns_date.c: New file.
5175         * elf/Makefile (check-localplt.out): Also check libresolv and
5176         libcrypt.
5178 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
5180         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5181         __ASSUME_O_CLOEXEC.
5183 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
5185         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
5186         buffer passed to NSS functions.
5188         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
5190         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
5191         Define.
5193         * misc/syslog.c (openlog_internal): Fix compile problem.
5195 2008-07-28  Roland McGrath  <roland@redhat.com>
5197         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
5199 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
5201         * io/ftw.c (add_object): Remove inline to avoid warning.
5203         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
5205         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
5206         Use it instead of locally defined resplen2 variable.
5207         (res_nsend): Adjust for __libc_res_nsend interface change.
5208         (send_vc): Initialize *resplen2 if necessary.  Read length of
5209         package into an appropriately aligned variable.  Store converted length
5210         in new variable and use it appropriately.
5211         Add branch prediction help.
5212         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
5213         and pass it on to __libc_res_nsend.  Adjust all callers.
5214         (__libc_res_nsearch): Likewise.
5215         (__libc_res_nqeurydomain): Likewise.
5216         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
5217         change.
5218         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
5219         Define resplen2 variable and pass it to __libc_res_nsearch and then
5220         to gaih_getanswer.
5221         (getanswer_r): In case of incorrect DNS data don't overread buffer.
5222         Add branch prediction.
5223         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
5224         (gaih_getanswer): Don't decode second slice if first one failed due
5225         to a too small buffer.  Don't let not found status of second
5226         decoder shadow results of the first.
5227         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
5228         and __libc_res_nquery interface changes
5229         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
5230         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
5231         __libc_res_nsearch, and __libc_res_nsend.
5232         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
5233         change.
5234         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
5235         __libc_res_nsearch interface changes.
5237 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
5239         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
5241         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
5242         file descriptors with close-on-exec set.
5243         (exec_comm_child): Fix the case where the write end of the pipe is
5244         STDOUT_FILENO already.  In case it is, clear close-on-exec.
5246         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
5247         * io/pipe2.c: Likewise.
5248         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
5249         instead of __ASSUME_PACCEPT.
5250         * include/unistd.h: Declare __have_pipe2.
5251         * libio/iopopen.c: Implement "e" flag.
5252         * libio/Makefile (tests): Add tst-popen1.
5253         * libio/tst-popen1.c: New file.
5255         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
5256         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
5258 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
5260         [BZ #6771]
5261         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
5262         success call of _IO_SEEKOFF or calls which failed because the
5263         descriptor is for a pipe.
5265         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
5266         magic number.
5268         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
5270         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
5271         F_SETFD use if we know fopen set the flag.
5273         * login/utmp_file.c (setutent_file): Minor optimization in case
5274         O_CLOEXEC is available.
5276 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
5278         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
5279         * elf/Makefile: Use pie-ccflag variable.
5280         * nscd/Makefile: Likewise.
5281         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
5283 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
5285         [BZ #6724]
5286         * Versions.def: Add GLIBC_2.9 version tag for libutil.
5287         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
5288         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
5289         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
5290         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
5291         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
5292         utmp32, utmpx32 and login32.
5293         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
5294         versions of struct utmp functions to libc and libutil.
5295         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
5296         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
5297         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
5298         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
5299         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
5300         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
5301         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
5302         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
5303         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
5304         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
5305         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
5306         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
5307         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
5308         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
5309         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
5310         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
5311         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
5312         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
5313         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
5314         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
5315         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
5316         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
5318 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
5320         * scripts/gen-as-const.awk: Generate more widely usable code by
5321         using 64-bit arithmetic.
5323         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
5324         the same treatment as narrow output code in last patch.
5326         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
5328         [BZ #6763]
5329         * elf/dl-load.c (local_strdup): Remove inline.
5330         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
5331         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
5332         part of the object.
5334         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
5336 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
5338         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
5339         the new syscalls, too.
5341         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
5342         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
5344         [BZ #6698]
5345         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
5346         parameter for end of buffer.  If temporary copy is too large use
5347         malloc.
5348         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
5349         interface change.
5350         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
5351         string rewrite when allocating buffer.
5353         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
5354         syscalls, too.
5356         * nscd/connections.c (nscd_init): Clean up fcntl call.
5358         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
5359         SOCK_NONBLOCK if possible.
5361         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
5362         SOCK_CLOEXEC if available.
5364         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
5365         __libc_clntudp_bufcreate_internal.
5366         * include/sys/socket.h: Declare __have_sock_cloexec.
5367         * socket/Makefile (aux): Add have_sock_cloexec.
5368         * socket/have_sock_cloexec.c: New file.
5369         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
5370         __libc_clntudp_bufcreate.
5371         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
5372         which takes an additional parameter.  Create socket with non-blocking
5373         mode and close-on-exec flag set, if wanted.
5374         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
5375         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
5376         instead of clntudp_create.  The socket has already the close-on-exec
5377         flag set if SOCK_CLOEXEC is defined.
5379 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
5381         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5382         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
5383         appropriate.
5384         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
5385         non-blocking mode by using socket, paccept, and inotify_init1.
5387         * Versions.def (glibc): Add GLIBC_2.9.
5388         * io/Makefile (routines): Add dup3 and pipe2.
5389         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
5390         * io/dup3.c: New file.
5391         * io/pipe2.c: New file.
5392         * posix/unistd.h: Declare dup3 and pipe2.
5393         * socket/Makefile (routines): Add paccept.
5394         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
5395         * socket/paccept.c: New file.
5396         * socket/sys/socket.h: Declare paccept.
5397         * sysdeps/unix/syscalls.list: Add entry for dup3.
5398         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
5399         epoll_create2 and inotify_init1.
5400         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
5401         * sysdeps/unix/sysv/linux/paccept.c: New file.
5402         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
5403         possible.
5404         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
5405         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
5406         inotify_init1, and pipe2 entries.
5407         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
5408         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
5409         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
5410         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
5411         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
5412         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
5413         SOCK_NONBLOCK.
5414         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
5415         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
5416         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
5417         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
5418         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
5419         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
5420         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
5421         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
5422         EPOLL_NONBLOCK.  Declare epoll_create2.
5423         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
5424         EFD_NONBLOCK.
5425         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
5426         IN_NONBLOCK.  Declare inotify_init1.
5427         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
5428         SFD_NONBLOCK.
5429         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
5430         TFD_NONBLOCK.
5432         * elf/elf.h: Define AT_EXECFN.
5433         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
5434         LD_ORIGIN_PATH.
5435         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
5436         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
5437         if __ASSUME_AT_EXECFN is defined.
5438         (_dl_aux_init): Handle AT_EXECFN.
5439         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
5440         for 2.6.27 and up.
5441         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
5442         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
5443         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
5444         _dl_execfn if available and avoid compatibility code if
5445         __ASSUME_AT_EXECFN is defined.
5447         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
5448         _dl_discover_osversion only for older kernels.
5450 2008-07-22  Roland McGrath  <roland@frob.com>
5452         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
5454 2008-07-21  Roland McGrath  <roland@frob.com>
5456         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
5457         returned too much data out of line.
5459 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
5461         * locale/setlocale.c (setname): Remove inline to avoid compiler
5462         warning.
5464         [BZ #6712]
5465         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
5467 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
5469         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
5470         doesn't manage to write anything, fail.
5472         * malloc/hooks.c (__malloc_check_init): Remove printf.
5474 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5476         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
5478 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
5480         * nscd/connections.c (main_loop_poll): Fix handling of read errors
5481         from inotify.
5482         (main_loop_epoll): Likewise.
5484 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
5486         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
5488         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
5489         if DEBUG is defined.
5491         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
5492         query.  Adjust buffer size computation for padding.
5494 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
5496         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
5497         * stdio-common/tst-setvbuf1.c: New file.
5498         * stdio-common/tst-setvbuf1.expect: New file.
5500         [BZ #6719]
5501         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
5502         when selecting fully-buffered stream.
5503         Patch by Wang Xin <wxinee@gmail.com>.
5505 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5507         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
5508         (__open_2): New function.
5509         (__open64_2): New alias to __open_2.
5510         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
5511         (__openat_2): New function.
5512         (__openat64_2): New alias to __openat_2.
5514 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
5516         [BZ #6723]
5517         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
5519 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5521         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
5522         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
5523         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
5524         __hurd_dfail.
5525         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
5526         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
5527         * sysdeps/mach/hurd/send.c (__send): Likewise.
5528         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
5529         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
5531 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5533         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
5534         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
5535         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
5536         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
5537         * hurd/get-host.c (_hurd_get_host_config): Likewise.
5538         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
5540 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
5542         [BZ #6657]
5543         * time/strptime_l.c: Don't clear s.era_cnt after successful match
5544         of %EY.
5545         Patch by Petr Baudis.
5547 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
5549         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
5550         Patch by Peter Jones <pjones@redhat.com>.
5552 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
5554         [BZ #6654]
5555         * stdlib/canonicalize.c (__realpath): readlink can write too much
5556         into the buffer on platforms without PATH_MAX.
5558 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
5560         [BZ #6653]
5561         * posix/tst-regex.c (main): Rename to...
5562         (do_test): ... this. Remove cmdline option processing.
5563         (TIMEOUT): Define.
5564         (TEST_FUNCTION): Define.
5565         (CMDLINE_OPTIONS): Define.
5567 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
5569         [BZ #5210]
5570         * configure.in: Add -Werror to -fstack-protector test to catch
5571         unsupported architectures.
5572         Patch by Gilles Esponasse <g.esp@free.fr>.
5574 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
5576         * stdlib/tst-setcontext.c: Set back_in_main before exit if
5577         getcontext returns ENOSYS.
5579 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
5581         * nscd/connections.c (main_loop_poll): Fix test for read error.
5582         (main_loop_epoll): Likewise.
5584 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
5586         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
5587         better place so it is not called when nscd is used.
5589         * nscd/connections.c: Also recognize and handle changes to the
5590         resolver configuration file.
5592 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
5594         * time/strftime.c: Pass reference to tzset_called around to handle
5595         recursive calls.
5597         [BZ #6612]
5598         * time/strftime.c (__strftime_internal): Call tzset() only
5599         when printing timezone-dependent values.
5600         Based on a patch by Petr Baudis <pasky@suse.cz>.
5602         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
5603         unconditionally use second gaih_getanswer_slice result.
5605         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
5606         (getaddrinfo): RES must always be non-NULL.
5608 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
5610         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
5611         cr[34] registers.
5612         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
5613         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
5614         Likewise.
5615         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
5616         register.
5618 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
5620         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
5621         fields.
5622         * nscd/connections.c (inotify_fd): New variable.
5623         (nscd_init): Try to open an inotify descriptor.
5624         If successful, watch files for databases using inotify instead of
5625         having prune threads stat the files.
5626         (nscd_run_prune): Recognize clear_cache flag being set and call
5627         prune_cache appropriately.
5628         (main_loop_poll): Add inotify descriptor to wait set and handle the
5629         reported changes.
5630         (main_loop_epoll): Likewise.
5631         * nscd/cache.c (prune_cache): Don't stat files for databases if
5632         inotify is used.
5633         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
5634         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
5636         * nscd/grpcache.c (cache_addgr): Correctly compute size of
5637         fixed-size portion of the record.
5638         * nscd/servicescache.c (cache_addserv): Likewise.
5639         * nscd/pwdcache.c (cache_addpw): Likewise.
5640         * nscd/initgrcache.c (addinitgroupsX): Likewise.
5642 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
5644         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
5645         out we don't use uninitialized memory.
5647         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
5648         the client.
5650 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
5652         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
5653         ignore T_DNAME messages.
5654         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
5656 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
5658         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
5659         Avoid segfault if first GETC returns eof/'\0'/'\n'.
5661 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
5663         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
5664         instead of portstr to nscd_getserv_r.  Patch by
5665         Roman Kagan <rkagan@mail.ru>.
5667 2008-05-26  Jim Meyering  <meyering@redhat.com>
5669         Remove more useless "if" tests before "free".
5670         * include/inline-hashtab.h (htab_delete): Likewise.
5671         * libio/freopen.c (freopen): Likewise.
5672         * libio/freopen64.c (freopen64): Likewise.
5673         * locale/programs/ld-collate.c (collate_read): Likewise.
5674         * misc/fstab.c (libc_freeres_fn): Likewise.
5675         * posix/glob.c (globfree): Likewise.
5677 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
5679         * string/Makefile (strop-tests): Add memmem.
5680         * string/test-memmem.c: New file.
5681         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
5682         (test_init): Size buf1 according to BUF1PAGES.
5684 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
5686         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
5687         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
5688         (CFLAGS-scanf17.c): New.
5689         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
5690         * stdio-common/scanf15.c (main): Likewise.
5691         * stdio-common/scanf16.c: New file.
5692         * stdio-common/scanf17.c: New file.
5694 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
5696         * resolv/res_send.c (send_dg): If we already have one of two
5697         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
5698         use the one answer insted of failing.
5700 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
5702         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
5703         being executed on PowerPC as the expected result exceeds IBM
5704         long double 128 __LDBL_MAX__.
5706 2008-05-21  Roland McGrath  <roland@redhat.com>
5708         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
5710         * Makefile (check-data): Use $(abi-name) before other guesses.
5711         Look in $(add-ons) dirs before scripts/data/.
5712         * elf/Makefile (check-data): Likewise.
5714         * scripts/soversions.awk: Grok ABI line.
5715         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
5716         Emit definition for abi-name variable.
5718 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
5720         * string/endian.h: Define new fixed-size hto* and *toh macros only
5721         if [__USE_BSD].
5723         * iconvdata/Depend: Add localedata.
5725 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5727         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
5729 2008-05-08  David S. Miller  <davem@davemloft.net>
5731         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
5732         HIDDEN_JUMPTARGET.
5733         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
5734         (__SYSCALL_CLOBBERS): Remove %g* registers.
5735         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
5736         (__SYSCALL_CLOBBERS): Likewise.
5737         * scripts/data/localplt-sparc-linux-gnu.data: New file.
5738         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
5740 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
5742         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
5743         (CALL_ERRNO_LOCATION): Define.
5744         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
5745         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
5746         (CALL_ERRNO_LOCATION): Define.
5747         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
5748         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
5749         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
5751 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
5753         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
5754         variable.
5756 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
5758         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
5759         (FIRST_FRAME_POINTER): Define.
5761 2008-05-09  David S. Miller  <davem@davemloft.net>
5763         * sysdeps/sparc/sparc64/backtrace.c: New file.
5765 2008-05-14  David S. Miller  <davem@davemloft.net>
5767         * sysdeps/sparc/machine-gmon.h: New file.
5768         * sysdeps/sparc/sparc-mcount.S: Likewise.
5769         * sysdeps/sparc/Makefile: Add sparc-mcount target to
5770         sysdep_routines in gmon directory.
5772 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
5774         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
5776 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
5778         * resolv/res_query.c (__libc_res_nquery): In case one of two
5779         answer was too short don't try to read that answer's header.
5781         * resolv/res_send.c (send_dg): In case of timeout and there are
5782         two queries and one has been answered, return value indicating
5783         success.
5785 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
5787         * nscd/cache.c (cache_add): Take additional parameter specifying
5788         whether this is in response of a cache refill.  Check alignment
5789         of package data.  Revamp waking of pruning thread.
5790         (prune_cache): Small optimization.
5791         * nscd/nscd.h: Adjust cache_add prototypes.
5792         * nscd/aicache.c: Adjust cache_add calls.
5793         * nscd/grpcache.c: Likewise.
5794         * nscd/hstcache.c: Likewise.
5795         * nscd/initgrcache.c: Likewise.
5796         * nscd/pwdcache.c: Likewise.
5797         * nscd/servicescache.c: Likewise.
5798         * nscd/connections.c (restart): Really disable cache use before
5799         exec attempt.  If it fails, reenable cache.
5800         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
5801         time to max to be able to notice concurrent cache additions.  Unlock
5802         prune_lock while performing gc.  Afterwards compute wakeup time with
5803         current wakeup_time value in mind.
5805 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
5807         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
5809         * nscd/mem.c (gc): Correctly determine highest used array element
5810         in mark.
5812         * nscd/mem.c (markrange): Add assert to check entries are all
5813         aligned.  Small cleanup in bitmap use.
5815         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
5816         blockoff of type nscd_ssize_t.
5817         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
5818         (mempoll_alloc): Record block offset and not address.
5820         * nscd/mem.c (gc): Fix test for stack overuse.
5822         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
5823         more asserts.
5825         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
5826         entry is available, believe it.
5828         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
5829         no answers return NSS_STATUS_NOTFOUND.
5830         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
5831         buffer does not have any content.
5833 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
5835         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
5837         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
5838         lookup, don't assign canon unconditionally.
5840 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
5842         * string/Makefile (distribute): Add str-two-way.h.
5844 2008-03-29  Eric Blake  <ebb9@byu.net>
5846         Rewrite string searches to O(n) rather than O(n^2).
5847         * string/str-two-way.h: New file.  For linear fixed-allocation
5848         string searching.
5849         * string/memmem.c: New implementation.
5850         * string/strstr.c: New implementation.
5851         * string/strcasestr.c: New implementation.
5853 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
5855         * posix/regcomp.c (optimize_utf8): Add a note on why we test
5856         opr.ctx_type.
5857         (calc_first): Initialize constraint field.
5858         (duplicate_node_closure): Use it instead of special casing ANCHORS.
5859         Use search_duplicated_node to avoid loops.  Fix grammar.
5860         (duplicate_node): Merge constraint field for all node types.
5861         (calc_eclosure_iter): Look at constraint field for all node types.
5862         * posix/regex_internal.c (create_cd_newstate): Don't look at
5863         create_cd_newstate.
5865 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
5867         [BZ #6428]
5868         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
5870         [BZ #6442]
5871         * string/endian.h: Add macros for fixed-size endian conversion.
5872         * bits/byteswap.h: Allow inclusion from <endian.h>.
5873         * sysdeps/i386/bits/byteswap.h: Likewise.
5874         * sysdeps/ia64/bits/byteswap.h: Likewise.
5875         * sysdeps/s390/bits/byteswap.h: Likewise.
5876         * sysdeps/x86_64/bits/byteswap.h: Likewise.
5877         * string/Makefile (tests): Add tst-endian.
5878         * string/tst-endian.c: New file.
5880         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
5881         Patch by Reuben Thomas.
5883 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
5885         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
5887 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
5889         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
5891         [BZ #6461]
5892         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
5893         Add missing braces.
5894         (BODY for __gconv_transform_internal_ascii): Likewise.
5896         [BZ #6472]
5897         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
5898         to be treated like link-local addresses.
5899         (match_prefix): Don't treat IPv4 loopback address special when
5900         converting to v4 mapped addressed.
5902         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
5903         if necessary.
5904         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
5905         * posix/tst-rfc3484-2.c: Likewise.
5906         * posix/tst-rfc3484-3.c: Likewise.
5908         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
5909         and SCTP.
5911         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
5913         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
5915         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
5917 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
5919         * po/lt.po: New file.  From Lituanian translation team.
5921 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
5923         Introduce TLS descriptors for i386 and x86_64.
5924         * include/inline-hashtab.h: New file, copied from 2005's
5925         libiberty, with fix for memory leak imported afterwards by
5926         Glauber de Oliveira Costa.
5927         * elf/tlsdeschtab.h: New file.
5928         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
5929         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
5930         (CHECK_STATIC_TLS): Move to...
5931         * elf/dynamic-link.h: ... this file.
5932         (TRY_STATIC_TLS): New macro.
5933         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
5934         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
5935         R_386_TLS_DESC): Define.
5936         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
5937         binutils.
5938         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
5939         R_X86_64_TLSDESC): Define.
5940         (R_386_NUM, R_X86_64_NUM): Adjust.
5941         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
5942         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
5943         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
5944         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
5945         release tlsdesc_table.
5946         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
5947         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
5948         (elf_machine_rel): Handle R_386_TLS_DESC.
5949         (elf_machine_rela): Likewise.
5950         (elf_machine_lazy_rel): Likewise.
5951         (elf_machine_lazy_rela): Likewise.
5952         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
5953         * sysdeps/i386/dl-tlsdesc.S: New file.
5954         * sysdeps/i386/dl-tlsdesc.h: New file.
5955         * sysdeps/i386/tlsdesc.c: New file.
5956         * sysdeps/i386/tlsdesc.sym: New file.
5957         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
5958         tlsdesc_table.
5959         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
5960         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
5961         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
5962         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
5963         release tlsdesc_table.
5964         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
5965         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
5966         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
5967         (elf_machine_rel): Handle R_X86_64_TLSDESC.
5968         (elf_machine_rela): Likewise.
5969         (elf_machine_lazy_rel): Likewise.
5970         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
5971         (__tls_get_addr): Do not declare for non-shared compiles.
5972         * sysdeps/x86_64/dl-tlsdesc.S: New file.
5973         * sysdeps/x86_64/dl-tlsdesc.h: New file.
5974         * sysdeps/x86_64/tlsdesc.c: New file.
5975         * sysdeps/x86_64/tlsdesc.sym: New file.
5976         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
5977         tlsdesc_table for both 32- and 64-bit structs.
5979 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
5981         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
5982         its own function.  This reduces the frame setup costs and more.
5984 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
5986         [BZ #3406]
5987         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
5988         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
5990 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
5992         * io/openat.c (__openat_2): Also pass fd to __openat.
5993         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
5994         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
5996         * string/tester.c (test_memcmp): Add a few more tests.
5997         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
5999 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
6001         * nscd/cache.c (cache_add): Before returning with failure and this
6002         is the first use of the record, mark it as unusable.
6003         * nscd/aicache.c: Don't touch the dataset after cache_add returns
6004         reporting a failure.
6005         * nscd/grpcache.c: Likewise
6006         * nscd/hstcache.c: Likewise.
6007         * nscd/initgrcache.c: Likewise.
6008         * nscd/pwdcache.c: Likewise.
6009         * nscd/servicescache.c: Likewise.
6011 2008-05-10  Roland McGrath  <roland@redhat.com>
6013         [BZ #6505]
6014         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
6016 2008-05-08  David S. Miller  <davem@davemloft.net>
6018         * misc/truncate64.c (truncate64): Use __truncate not truncate.
6020         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
6021         (__ieee754_y0l): Likewise.
6022         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
6023         (__ieee754_y1l): Likewise.
6024         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
6025         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
6026         frexpl and ldexpl.  math_private.h provides them and the latter
6027         is not even used.
6028         (__log1pl): Use __frexpl.
6030 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
6032         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
6033         prototypes.
6034         * include/arpa/nameser_compat.h: Define T_UNSPEC.
6035         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
6036         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
6037         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
6038         af==AF_UNSPEC.
6039         (_nss_nis_gethostbyname4_r): New function.
6040         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
6041         Change to also handle af==AF_UNSPEC.
6042         (get_tablename): New function.  Use it to avoid duplication.
6043         (_nss_nisplus_gethostbyname4_r): New function.
6044         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
6045         available.
6046         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
6047         * nss/nss.h: Define struct gaih_addrtuple.
6048         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
6049         af==AF_UNSPEC.
6050         (_nss_files_gethostbyname4_r): New function.
6051         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
6052         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
6053         calls.
6054         * resolv/res_query.c (__libc_res_nquery): Take two additional
6055         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
6056         look up IPv4 and IPv6.
6057         Change all callers.
6058         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
6059         for an additional query and answer buffer.  Pass to send_vc and
6060         send_dg.
6061         (send_vc): Send possibly two requests and receive two answers.
6062         (send_dg): Likewise.
6063         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
6064         __libc_res_nquery.
6065         (_nss_dns_gethostbyname4_r): New function.
6066         (gaih_getanswer_slice): Likewise.
6067         (gaih_getanswer): Likewise.
6068         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
6069         __libc_res_nquery call.
6070         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
6071         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
6072         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
6073         available.
6075 2008-05-05  David S. Miller  <davem@davemloft.net>
6077         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
6078         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
6080 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6082         Fix termios bit macros.
6083         Move *DLY definitions where they belong, in termios.h.
6084         Add *[0-3] definitions.
6085         Fixes confusion between VT and FF.
6086         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
6087         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
6088         are already defined to avoid collision with termios.h.
6089         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
6090         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
6091         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
6092         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
6093         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
6094         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
6095         VTDLY, VT0, VT1): New macros.
6096         [__USE_GNU] (OLCUC): Change value of macro.
6097         [__USE_XOPEN] (OFILL): New macro.
6098         [__USE_BSD] (CRTSCTS): Change value.
6099         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
6100         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
6101         (B7200, B14400, B28800, B76800): New macros.
6103 2008-05-01  David S. Miller  <davem@davemloft.net>
6105         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
6106         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
6107         (gen-as-const-headers): Add it.
6108         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
6109         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
6110         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
6111         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
6113         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
6114         six system call parameters.
6115         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
6117 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
6119         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
6120         RUSAGE_LWP.
6121         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
6122         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
6124 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
6126         * stdlib/tst-setcontext.c: Include unistd.h.
6128 2008-04-25  David S. Miller  <davem@davemloft.net>
6130         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
6131         Pass "union semun" properly in to sys_ipc, it must be passed
6132         by value, not by reference.
6134 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
6136         * nscd/Makefile (nscd-cflags): Set back to -fpie.
6137         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
6138         * nscd/connections.c (mem_in_flight): Likewise.
6140         * nscd/nscd.h (dbs): Make hidden.
6142         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
6143         Avoid returning -1, return 0 instead.
6145 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
6147         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
6149 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
6151         [BZ #5209]
6152         * sysdeps/unix/sysv/linux/times.c: New file.
6154         [BZ #5381]
6155         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
6156         mem_in_flight_list variables.  Add new parameter to mempool_alloc
6157         prototype.
6158         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
6159         appropriate mem_in_flight element.
6160         (gc): Take allocations which have not yet been committed to the
6161         database into account.
6162         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
6163         Reset mem_in_flight before returning.
6164         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
6165         cue it up in mem_in_flight_list.
6166         * nscd/aicache.c: Adjust mempool_alloc call.
6167         * nscd/grpcache.c: Likewise.
6168         * nscd/hstcache.c: Likewise.
6169         * nscd/initgrcache.c: Likewise.
6170         * nscd/pwdcache.c: Likewise.
6171         * nscd/servicescache.c: Likewise.
6172         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
6173         of -fpie.
6175         * nscd/connections.c (handle_request): Provide better error message
6176         in case SELinux forbids the service.
6178         * version.h (VERSION): Bump to 2.8.90.
6180 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
6182         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
6184 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
6186         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
6187         Also use for 32-bit.
6188         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
6189         __nextafter instead of nextafter to avoid local PLT.
6190         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
6191         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
6193         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
6195         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
6196         __fe_nomask_env.
6197         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
6198         <fenv_libc.h> instead of <fenv.h>.
6199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6202         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
6204         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
6205         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
6206         function from fegetexcept and make old name weak alias.
6207         * include/fenv.h: Declare __fegetexcept.
6208         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
6209         fegetexcept.
6210         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
6211         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
6212         to fetestexcept.
6213         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
6214         instead of frexpl to avoid local PLT.
6215         * math/s_significandl.c (__significandl): Use __ilogbl instead of
6216         ilogbl to avoid local PLT.
6217         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
6218         instead of ldexpl to avoid local PLT.
6219         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
6220         __roundl not roundl to avoid local PLT.
6221         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
6222         local PLTs.  Use __sincosl instead of separate sinl and cosl
6223         calls.
6224         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
6226         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
6227         version for ppc64 to 2.4.21 since without it makecontext will fail.
6229         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
6230         to the ABI in use.
6231         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
6232         .__tls_get_addr.
6233         [__powerpc64__] (TLS_GD): Likewise.
6235 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
6237         [BZ #4997]
6238         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
6239         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
6240         mantissa.
6241         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
6242         Likewise.  Also account for when x is an odd number between 2^52
6243         and 2^53-1.
6244         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
6245         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
6246         * math/libm-test.inc (lround_test, llround_test): Added test cases to
6247         detect aforementioned erroneous conditions.
6249 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
6251         * configure.in: Check for -fno-section-anchors in addition to
6252         -fno-toplevel-reorder.
6254 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
6256         * include/features.h (__GLIBC_MINOR__): Bump to 8.
6258         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
6259         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
6260         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
6261         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
6262         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
6263         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
6265 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
6267         [BZ #5443]
6268         * time/era.c: Transform __libc_setlocale_lock into rwlock.
6269         * time/alt_digit.c: Likewise.
6270         * wcsmbs/wcsmbsload.c: Likewise.
6272 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
6274         * version.h (VERSION): Bump to 2.8.
6276         * timzeone/asia: Update from tzdata2008b.
6277         * timezone/backward: Likewise.
6278         * timezone/europe: Likewise.
6279         * timezone/northamerica: Likewise.
6280         * timezone/southamerica: Likewise.
6281         * timezone/iso3166.tab: Likewise.
6282         * timezone/leapseconds: Likewise.
6283         * timezone/zone.tab: Likewise.
6284         * timezone/private.h: Update from tzcode2008a.
6285         * timezone/zdump.c: Likewise.
6286         * timezone/zic.c: Likewise.
6288 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
6290         [BZ #5741]
6291         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
6292         Define additonal Data Cache Block instruction macros.
6293         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
6294         Replace dcbst with dcbf and sync with sync/isync.
6296 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
6298         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
6299         Always set ELF_RTYPE_CLASS_PLT.
6300         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
6302 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
6304         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
6305         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
6306         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
6307         For ISA 2.01 and later replace mftb with mfspr 268.
6309 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
6311         [BZ #5768]
6312         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
6313         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
6315 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
6317         [BZ #5768]
6318         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
6319         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
6320         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
6321         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
6323 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
6325         * stdlib/tst-makecontext.c (othervar): New variable.
6326         (cf): Test sign extending the argument to long.
6328 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
6330         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
6331         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
6332         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
6333         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
6334         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
6335         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
6336         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
6338 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
6340         * elf/Makefile (tests): Substitute tests-vis-yes here.
6341         (tests-vis-yes): Delete.
6342         (modules-name, modules-vis-yes): Similarly.
6344 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
6346         [BZ #4407]
6347         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
6348         Preserve sign in signgamp when x is zero.
6350 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
6352         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
6353         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
6354         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
6355         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
6356         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
6357         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
6359 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
6361         [BZ #4314]
6362         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
6363         buffers.
6365         [BZ #5209]
6366         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
6367         a reserved error value.
6369         * stdlib/tst-makecontext.c: Change parameter to cf to negative
6370         value to check for correct sign extension.
6372         [BZ #5436]
6373         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
6374         Copy 64-bit parameter values even though this is not required in
6375         the standard.
6377         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
6378         PC save.
6380 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
6382         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
6383         PC save.
6385 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
6387         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
6389 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
6391         [BZ #5998]
6392         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
6393         in line-buffered stream failed.
6394         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
6396 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
6398         [BZ #6024]
6399         * scripts/abi-versions.awk: If the version specified by
6400         --enable-oldest-abi is older than the first version for this
6401         architecture, use the default version.
6403         * locale/programs/ld-collate.c (collate_read): Ignore script lines
6404         as well when ignoring the whole category.
6406 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
6408         [BZ #6042]
6409         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
6410         ETHERTYPE_* definitions.
6411         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
6413 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
6415         * stdlib/mbtowc.c (__no_r_state): Remove.
6416         (mbtowc): New static state variable.  Use it instead of
6417         __no_r_state.
6418         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
6419         (__wctomb_state): New hidden variable.
6420         (wctomb): Use __wctomb_state instead of __no_r_state.
6421         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
6422         (__wctomb_state): New extern decl.
6423         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
6425 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
6427         [BZ #5475]
6428         * resolv/res_init.c: Handle scope IDs in resolv.conf.
6430 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
6432         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
6434 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
6436         * po/nl.po: Update from translation team.
6438 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
6440         [BZ #6007]
6441         * string/strfry.c: Handle empty strings again.
6443 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
6445         [BZ #5443]
6446         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
6447         before looking for translation.
6448         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
6449         * locale/freelocale.c: Likewise.
6450         * locale/newlocale.c: Likewise.
6451         * locale/setlocale.c: Likewise.
6452         Based partially on a patch by ryo@np.css.fujitsu.com.
6454 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
6456         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
6457         acquiring wrlock.  Do conv_tab allocation while holding lock.
6458         * intl/Makefile: Add rules to build and run tst-gettext6.
6459         * intl/tst-gettext6.c: New test.
6460         * intl/tst-gettext6.sh: New file.
6462 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
6464         * po/nl.po: Update from translation team.
6466         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
6467         provided through st_blksize, try the default size before giving up.
6469 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
6471         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
6473         [BZ #5939]
6474         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
6476         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
6477         error message.  POSIX today does not require the messages to be in
6478         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
6480         [BZ #5979]
6481         * sunrpc/auth_unix.c: Unify printed strings.
6482         * sunrpc/clnt_tcp.c: Likewise.
6483         * sunrpc/clnt_udp.c: Likewise.
6484         * sunrpc/clnt_unix.c: Likewise.
6485         * sunrpc/svc_tcp.c: Likewise.
6486         * sunrpc/svc_udp.c: Likewise.
6487         * sunrpc/svc_unix.c: Likewise.
6488         * sunrpc/xdr.c: Likewise.
6489         * sunrpc/xdr_array.c: Likewise.
6490         * sunrpc/xdr_rec.c: Likewise.
6491         * sunrpc/xdr_ref.c: Likewise.
6492         * locale/programs/ld-time.c (time_finish): Unify messages.
6493         * locale/programs/locfile.c (handle_copy): Fix typo.
6494         * nscd/nscd.c (options): Fix typo.
6496         [BZ #5995]
6497         * stdlib/strtod_l.c: Use correct sign for result in one more
6498         underflow case.
6499         Patch by Eric Blake <ebb9@byu.net>.
6501 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
6503         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
6504         and creat system calls.
6505         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
6506         call.
6507         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
6508         system calls.
6509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
6510         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6511         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6513 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
6515         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
6516         <linux/limits.h> has defined it.
6517         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
6518         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
6519         headers.
6520         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
6521         it instead of ARG_MAX.
6523 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
6525         * posix/gai.conf: Fix comment for scope nullbits.
6526         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
6527         default to 128 bits for v4 mapped addresses.
6529 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6531         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
6532         ptrace call to get the ieee_instruction_pointer from the kernel.
6533         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
6534         ptrace call to set the ieee_instructtion_pointer.
6535         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
6536         Add comment that ieee_instruction_pointer is always 0.
6538 2008-03-09  Andreas Jaeger  <aj@suse.de>
6540         [BZ #5857]
6541         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
6542         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
6543         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
6545         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
6546         (rint_test): Likewise.
6548 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
6550         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
6551         call.
6552         (__nisfind_server): Similar for open readColdStartFile call.
6553         Patch partially by Jim Meyering.
6554         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
6555         around internal_setent call.
6557         * po/vi.po: New Vietnamese translation.
6559         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
6560         ADJ_OFFSET_SS_READ.
6562         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
6563         remove CLONE_STOPPED.
6565 2008-02-10  Jim Meyering  <meyering@redhat.com>
6567         Remove useless "if" before "free":
6568         * elf/ldconfig.c (parse_conf_include): Likewise.
6569         * gmon/gmon.c (weak_alias): Likewise.
6570         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
6571         * inet/rcmd.c (__validuser2_sa): Likewise.
6572         * intl/bindtextdom.c (set_binding_values): Likewise.
6573         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
6574         * libio/genops.c (save_for_backup): Likewise.
6575         * libio/wgenops.c (save_for_wbackup): Likewise.
6576         * locale/programs/ld-collate.c (collate_read): Likewise.
6577         * locale/programs/linereader.c (get_string): Likewise.
6578         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
6579         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
6580         * resolv/res_debug.c (do_section): Likewise.
6581         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
6582         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
6583         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
6584         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
6585         * time/tzset.c (tzset_internal): Likewise.
6587 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
6589         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
6590         of ASSEMBLER.
6592 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
6594         [BZ #5903]
6595         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
6596         not stream for output file.  Open output file here.
6597         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
6598         and output file name.
6599         (process_fd): Likewise.
6600         (process_file): Likewise.
6601         (main): Adjust callers of changed functions.
6602         * iconv/iconv_prog.h: Adjust prototype.
6604 2008-03-09  Andreas Jaeger  <aj@suse.de>
6606         [BZ #5753]
6607         * sysdeps/ia64/ieee754.h: Use protected namespace
6608         __BIG_ENDIAN/__LITTLE_ENDIAN.
6609         * sysdeps/ieee754/ieee754.h: Likewise.
6610         Patch by Aurelien Jarno <aurelien@aurel32.net>.
6612 2008-03-08  Roland McGrath  <roland@frob.com>
6614         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
6615         ignore a signal that came from a machine exception, treat it as a
6616         fatal core-dump signal instead.
6617         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
6619         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
6620         Clear DF bit in thread state's eflags.
6621         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
6623 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
6625         [BZ #5774]
6626         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
6627         of NAN(...) sequence.
6628         * stdlib/Makefile (tests): Add tst-strtod6.
6629         * stdlib/tst-strtod6.c: New file.
6631         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
6633         [BZ #5762]
6634         * posix/getopt.c (_getopt_internal_r): Clarify error message by
6635         putting offending option character in quotes.  Clean up error
6636         messages.
6637         * po/be.po: Adjust msgstr in translation file.
6638         * po/bg.po: Likewise.
6639         * po/ca.po: Likewise.
6640         * po/cs.po: Likewise.
6641         * po/da.po: Likewise.
6642         * po/de.po: Likewise.
6643         * po/es.po: Likewise.
6644         * po/fr.po: Likewise.
6645         * po/hr.po: Likewise.
6646         * po/ko.po: Likewise.
6647         * po/nl.po: Likewise.
6648         * po/rw.po: Likewise.
6649         * po/sk.po: Likewise.
6650         * po/sv.po: Likewise.
6651         * po/tr.po: Likewise.
6652         * po/zh_CN.po: Likewise.
6653         * po/zh_TW.po: Likewise.
6655         [BZ #5760]
6656         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
6657         Patch by Roland Bless <roland@bless.de>.
6659         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
6660         .o file.
6661         * elf/Makefile (routines): Add dl-sysdep.
6662         (elide-routines.os): Likewise.
6664 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
6666         [BZ #5786]
6667         * elf/dl-sysdep.c: Undefine ROUND after use.
6668         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
6669         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
6670         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
6671         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
6672         to ...
6673         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
6674         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
6675         if necessary.
6676         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
6678         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
6679         _dl_tls_get_addr_soft element.
6680         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
6681         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
6682         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
6683         GLRO.
6684         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
6685         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
6686         of internal_function.
6688         * stdlib/Makefile (aux): Add tens_in_limb.
6689         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
6690         * stdlib/tens_in_limb.c: ...here.  New file.
6692         [BZ #5778]
6693         * sysdeps/unix/sysv/linux/pathconf.h: Declare
6694         __statfs_chown_restricted.
6695         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
6696         for _PC_CHOWN_RESTRICTED.
6697         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
6698         Implement __statfs_chown_restricted.
6699         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
6700         _POSIX_CHOWN_RESTRICTED value to zero.
6701         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
6702         defined to zero.
6704         * sysdeps/x86_64/rtld-memset.c: New file.
6706 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
6708         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
6710         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
6711         Barcelona machine.  Make default fall through branch of
6712         __x86_64_preferred_memory_instruction check as the integer code path.
6714 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
6716         * sysdeps/x86_64/cacheinfo.c
6717         (__x86_64_preferred_memory_instruction): New variable.
6718         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
6720         * sysdeps/x86_64/memset.S: Rewrite.
6722 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
6724         * include/stdio.h (__asprintf_chk, __dprintf_chk,
6725         __obstack_printf_chk): New prototypes.
6726         (__vasprintf_chk, __vdprintf_chk,
6727         __obstack_vprintf_chk): Likewise.
6728         Add libc_hidden_proto.
6729         * libio/obprintf.c
6730         (_IO_obstack_jumps): No longer static, add attribute_hidden.
6731         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
6732         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
6733         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
6734         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
6735         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
6736         __obstack_vprintf_chk): New prototypes.
6737         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
6738         obstack_vprintf): New inlines.
6739         * debug/dprintf_chk.c: New file.
6740         * debug/vdprintf_chk.c: New file.
6741         * debug/asprintf_chk.c: New file.
6742         * debug/vasprintf_chk.c: New file.
6743         * debug/obprintf_chk.c: New file.
6744         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
6745         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
6746         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
6747         @@GLIBC_2.8.
6748         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
6749         vdprintf_chk and obprintf_chk, set CFLAGS for them.
6750         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
6751         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
6752         libc_hidden_proto.
6753         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
6754         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
6755         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
6756         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
6757         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
6758         @@GLIBC_2.8.
6759         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
6760         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
6761         obstack_vprintf_chk.
6762         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
6763         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
6764         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
6765         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
6766         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
6767         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
6769 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
6771         [BZ #5779]
6772         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
6773         Patch by Roy Marples <roy@marples.name>.
6775         [BZ #5736]
6776         * malloc/malloc.c: Fix typo in comment.
6778         [BZ #5627]
6779         * locale/iso-639.def: Add Shuswap.
6781 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
6783         [BZ #5790]
6784         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
6785         overwrite *h_errnop/*errnop values from getanswer_r in case of
6786         failure.
6788 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
6790         [BZ #5818]
6791         * nscd/connections.c (dbs): Add initializers for .suggested_module.
6792         (verify_persistent_db): Remove one unnecessary test and add a new one
6793         for bad configuration.
6794         (nscd_init): Improve error reported when persistent database cannot
6795         be reused.
6796         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
6797         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
6798         .suggested_module and .max_db_size and case config file says the
6799         values are zero.
6800         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
6802         [BZ #5854]
6803         * nis/ypclnt.c (yp_order): Fix handling of return value of
6804         do_ypcall_tr call.
6805         Patch by Jeff Moyer <jmoyer@redhat.com>.
6807         * po/fr.po: Update from translation team.
6809 2008-02-22  Andreas Jaeger  <aj@suse.de>,
6810             Carlos O'Donell <carlos@systemhalted.org>
6812         [BZ #5012]
6813         * FAQ.in: Describe why glibc needs to be compiled with
6814         optimization.
6816 2008-02-19  Roland McGrath  <roland@redhat.com>
6818         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
6820 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
6822         [BZ #5737]
6823         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
6824         __USE_MISC is defined.
6826 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
6828         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
6829         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
6830         sys/timerfd.h.
6831         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
6832         timerfd_gettime, timerfd_settime.
6833         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
6834         timerfd_gettime, timerfd_settime for GLIBC_2.8.
6836 2008-02-08  Roland McGrath  <roland@redhat.com>
6838         * elf/elf.h (NT_PPC_SPE): New macro.
6840 2008-02-06  Roland McGrath  <roland@redhat.com>
6842         * Makerules ($(common-objpfx)sysd-rules):
6843         Depend on $(sysdep-makeconfigs).
6845 2008-01-31  Roland McGrath  <roland@redhat.com>
6847         [BZ #5442]
6848         * configure.in: Use -print-file-name if it yields a directory,
6849         for each of include and include-fixed.
6850         * configure: Regenerated.
6852         * Makeconfig (sysd-rules-targets): New variable.
6853         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
6854         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
6856 2008-01-30  Roland McGrath  <roland@redhat.com>
6858         * manual/libc.texinfo: Update back-cover text.
6860         * elf/elf.h (NT_386_TLS): New macro.
6862 2008-01-29  Roland McGrath  <roland@redhat.com>
6864         * Makeconfig (sysd-rules-patterns): New variable.
6865         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
6866         (check-inhibit-asm): New canned sequence, replaces ...
6867         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
6868         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
6869         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
6870         (CFLAGS-rtld): Variable removed.
6872 2008-01-24  Roland McGrath  <roland@redhat.com>
6874         * configure.in: Let configure fragments set base_os.
6875         * configure: Regenerated.
6877 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
6879         * po/ko.po: Update from translation team.
6881 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
6883         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
6885 2008-01-12  Andreas Jaeger  <aj@suse.de>
6887         [BZ #5040]
6888         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
6889         Add EPOLLRDHUP.
6891 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6893         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
6894         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
6895         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
6897 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
6899         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
6900         * elf/dl-close.c (_dl_close): Check for it.
6901         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
6902         (_dl_allocate_static_tls): Likewise.
6903         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
6904         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
6905         to it.
6906         * elf/tst-tls16.c: New file.
6907         * elf/tst-tlsmod16a.c: New file.
6908         * elf/tst-tlsmod16b.c: New file.
6909         * elf/Makefile: Add rules to build and run tst-tls16.
6911 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
6913         [BZ #5628]
6914         * bits/shm.h: Fix comment describing shmid_ds.
6915         * sysdeps/gnu/bits/shm.h: Likewise.
6916         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
6917         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
6918         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
6919         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
6920         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
6921         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
6922         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
6923         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
6924         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
6926         [BZ #5607]
6927         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
6928         prototypes.
6929         * conform/data/limits.h-data: Adjust limits changed in v6 and add
6930         additional suffixes.
6931         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
6932         Add optional functions mq_timedreceive and mq_timedsend.
6933         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
6934         * conform/data/pthread.h-data: Fix prototype of
6935         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
6936         * conform/data/semaphore.h-data: Allow time.h definitions.
6937         * conform/data/signal.h-data: Likewise.
6938         * conform/data/stdio.h-data: getw and putw are not required in v6.
6939         * conform/data/stdlib.h-data: Change setstate prototype.
6940         * conform/data/string.h-data: Fix strerror_r prototype.
6941         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
6942         * conform/data/unistd.h-data: pthread_atfork not required in v6.
6943         Fix readlink prototype.
6944         * conform/data/netinet/in.h-data: Add const to in6addr_any and
6945         in6addr_loopback.
6946         * inet/netinet/in.h: Cleanup namespace.
6947         * posix/regex.h: Likewise.
6948         * resolv/netdb.h: Likewise.
6949         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
6950         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
6951         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
6952         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
6953         of names of in in6_addr.
6954         (default_precedence): Likewise.
6955         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
6956         NULL definition.
6958 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
6960         * conform/data/fmtmsg.h-data: Add missing allows.
6961         * conform/data/ftw.h-data: Likewise.
6962         * conform/data/inttypes.h-data: Likewise.
6963         * conform/data/math.h-data: Likewise.
6964         * conform/data/signal.h-data: Likewise.
6965         * conform/data/net/if.h-data: Likewise.
6966         * conform/data/netinet/in.h-data: Likewise.
6967         * conform/data/sys/socket.h-data: Likewise.
6969         [BZ #5614]
6970         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
6971         (__strtok_r): Simplify.
6972         * string/tester.c (test_strtok_r): Add test case for futile search
6973         with single-character seach string.
6975 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
6977         * po/ko.po: Update from translation team.
6979 2008-01-11  Andreas Jaeger  <aj@suse.de>
6981         [BZ #5600]
6982         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
6983         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
6984         kernel header.
6986 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
6988         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
6989         native interface lookup in all the relevant places.
6991 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
6992             Ulrich Drepper  <drepper@redhat.com>
6994         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
6995         field.  Use sockaddr_in6 for source_addr.
6996         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
6997         (match_prefix): Likewise.
6998         (get_label): Likewise.
6999         (get_precedence): Likewise.
7000         (rfc3484_sort): Change to use indirect access to results array.
7001         Adjust to use of sockaddr_in6.  Replace service_order test with
7002         simple index comparison.
7003         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
7004         service_order field.  Adjust qsort_t calls.  Access sorted result
7005         array indirectly through order array.
7006         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
7007         * posix/tst-rfc3484-2.c: Likewise.
7008         * posix/tst-rfc3484-3.c: Likewise.
7010 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
7012         [BZ #5541]
7013         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
7014         pollfd structures.
7015         Patch by André Cruz.
7017         [BZ #5545]
7018         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
7019         (clnt_spcreateerror): Likewise.
7021         [BZ #5553]
7022         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
7023         (public_mEMALIGn): Likewise.
7024         Patch mostly by Daniel Jacobowitz.
7026 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
7028         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
7029         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
7030         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
7031         * stdlib/tst-makecontext2.c: New test.
7033 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
7035         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
7036         defined.
7037         (REINIT_PARAMS): Likewise.  Undefine before end of file.
7038         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
7039         transliteration hooks and REINIT_PARAMS afterwards.
7040         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
7041         status.
7042         (REINIT_PARAMS): Define.
7043         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
7044         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
7045         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
7046         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
7047         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
7048         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
7049         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
7050         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
7051         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
7052         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
7053         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
7054         * iconvdata/tst-iconv7.c: New test.
7056 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
7058         * libio/stdio.h (vscanf): Fix definition for loser compilers.
7060 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
7062         [BZ #5112]
7063         * nscd/connections.c (restart): Fix condition.
7065 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
7067         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
7068         __ctype_toupper_loc): Add __THROW.
7070 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
7072         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
7073         recognition of interface family.
7075         * posix/getconf.c: Update copyright year.
7076         * nss/getent.c: Likewise.
7077         * iconv/iconvconfig.c: Likewise.
7078         * iconv/iconv_prog.c: Likewise.
7079         * elf/ldconfig.c: Likewise.
7080         * catgets/gencat.c: Likewise.
7081         * csu/version.c: Likewise.
7082         * elf/ldd.bash.in: Likewise.
7083         * elf/sprof.c (print_version): Likewise.
7084         * locale/programs/locale.c: Likewise.
7085         * locale/programs/localedef.c: Likewise.
7086         * nscd/nscd.c (print_version): Likewise.
7087         * debug/xtrace.sh: Likewise.
7088         * malloc/memusage.sh: Likewise.
7089         * malloc/mtrace.pl: Likewise.
7090         * debug/catchsegv.sh: Likewise.
7092 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
7094         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
7095         second lookup.
7097 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
7099         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
7100         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
7102 2007-12-17  Roland McGrath  <roland@redhat.com>
7104         * inet/ether_line.c (ether_line): Remove unused variable.
7106 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7108         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
7109         and winp.
7110         * login/openpty.c (openpty): Likewise.
7111         * login/pty.h (openpty, forkpty): Likewise.
7112         * manual/terminal.texi (openpty, forkpty): Likewise.
7114 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
7116         * malloc/malloc.c (public_cALLOc): For arenas other than
7117         main_arena, count all bytes inside the mprotect_size range of the
7118         heap as uninitialized.
7120 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
7122         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
7123         executable stacks.
7125         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
7126         mTRIm for all of them.
7127         (mTRIm): Additionally iterate over all free blocks and use madvise
7128         to free memory for all those blocks which contain at least one
7129         memory page.
7130         * malloc/tst-trim1.c: New file.
7131         * malloc/Makefile (tests): Add tst-trim1.
7133         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
7135 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
7137         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
7138         First cast argument to long
7139         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
7140         Return long.
7141         (__vdso_clock_gettime): Likewise.
7142         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
7143         return long.
7145 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
7147         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
7148         * locale/nl_langinfo_l.c: Real implementation, copied from
7149         nl_langinfo.c.
7150         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
7152 2007-12-01  Jim Meyering  <meyering@redhat.com>
7154         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
7155         that would inhibit utf8-optimization of a regexp containing line-
7156         or buffer-anchors, e.g., `^', `$'.
7158 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
7160         * time/bug-getdate1.c (do_test): Don't use century values which
7161         aren't valid on 32-bit systems.
7163 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
7165         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
7166         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
7167         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
7168         __strcat_g, __strncat_g): Add __asm__.
7170 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
7172         [BZ #5477]
7173         * io/fchmodat.c: Fix typo in stub_warning use.
7174         Patch by Petr Salinger.
7176 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
7178         * iconvdata/hp-thai8.c: New file.
7179         * iconvdata/Makefile: Add rules for hp-thai8.c.
7180         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
7181         * iconvdata/gconv-modules: Likewise.
7183         [BZ #5464]
7184         * iconvdata/hp-greek8.c: New file.
7185         * iconvdata/Makefile: Add rules for hp-greek8.c.
7186         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
7187         * iconvdata/gconv-modules: Likewise.
7189         [BZ #5463]
7190         * iconvdata/hp-turkish8.c: New file.
7191         * iconvdata/Makefile: Add rules for hp-turkish8.c.
7192         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
7193         * iconvdata/gconv-modules: Likewise.
7195         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
7196         (shrink_heap): ... this new function.
7197         (heap_trim): Call shrink_heap instead of grow_heap.
7199         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
7200         case don't call alloc_perturb.
7202 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
7204         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
7205         possible.
7206         * sysdeps/unix/sysv/linux/kernel-features.h
7207         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
7208         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
7210 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
7212         [BZ #5424]
7213         * stdio-common/vfprintf.c: Do not overflow when adding to done.
7214         * stdio-common/Makefile (tests): Add bug22.
7215         * stdio-common/bug22.c: New file.
7217         [BZ #5451]
7218         * time/getdate.c: Fix filling in default values.
7219         * time/bug-getdate1.c: New file.
7220         * time/Makefile: Add rules to build and run bug-getdate1.
7222         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
7223         * iconvdata/ebcdic-es.c: Likewise.
7224         * iconvdata/ebcdic-es-a.c: Likewise.
7225         * iconvdata/ebcdic-uk.c: Likewise.
7226         * iconvdata/iso8859-16.c: Likewise.
7227         * iconvdata/viscii.c: Likewise.
7228         * iconvdata/iso8859-9e.c: Likewise.
7229         * iconvdata/Makefile: Adjust appropriately.
7231         [BZ #5428]
7232         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
7233         __need_wint_t.
7235 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
7237         [BZ #5427]
7238         * iconvdata/hp-roman9.c: New file.
7239         * iconvdata/Makefile: Add rules for hp-roman9.c.
7240         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
7241         * iconvdata/gconv-modules: Likewise.
7243         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
7244         * iconvdata/Makefile: Adjust appropriately.
7246         [BZ #5441]
7247         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
7248         structure, it's allocated with alloca.
7249         * stdio-common/Makefile (tests): Add bug21.
7250         * stdio-common/bug21.c: New file.
7252 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
7254         [BZ #5452]
7255         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
7256         keyword for gcc's braced-groups.
7258 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
7260         [BZ #5454]
7261         * inet/ether_line.c: Strip hostname of whitespaces.
7262         * inet/Makefile (tests): Add tst-ether_line.
7263         * inet/tst-ether_line.c: New file.
7265 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
7267         [BZ #5439]
7268         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
7270         [BZ #5435]
7271         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
7273         * stdlib/tst-setcontext.c: Catch the case where the links gets
7274         messed up and we do not reach main again.
7276         * po/ca.po: Update from translation team.
7278 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
7280         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
7281         * posix/regex.h (REG_ENOSYS): Likewise.
7282         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
7284 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
7286         * nscd/nscd.h (MAX_STACK_USE): Define.
7287         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
7288         (gc): Initialize stack_used based on allocation in prune_cache.
7289         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
7290         Clear array before use.
7292         * nscd/aicache.c (addhstaiX): Update statistics counter in case
7293         memory allocation failed.
7294         * nscd/hstcache.c (cache_addhst): Likewise.
7295         * nscd/grpcache.c (cache_addgr): Likewise.
7296         * nscd/servicescache.c (cache_addserv): Likewise.
7297         * nscd/pwdcache.c (cache_addpw): Likewise.
7298         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7300 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
7302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
7303         and creat system calls.
7305         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
7307 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7309         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
7310         Add netiucv/iucv.h.
7311         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
7312         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
7313         protocol.
7314         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
7315         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
7316         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
7318 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7320         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
7321         strncat): Define as macros to avoid compile errors.
7323         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
7324         creat entries.
7326 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
7328         [BZ #5382]
7329         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
7330         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
7331         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
7332         overflow it.
7333         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
7335         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
7336         Return zero in case the thread library is not NPTL.
7338         [BZ #5375]
7339         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
7340         initializing interface list.
7342         [BZ #5378]
7343         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
7344         use result of nss_getgrgid_r if nothing was found.  For other
7345         error return with a failure.
7346         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
7348         * locale/programs/ld-collate.c (collate_read): Fix loop to match
7349         macro name.
7351 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
7353         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
7354         (get_scope): For IPv4 scope, use scopes table.
7355         (fini): Free scopes table if necessary.
7356         (free_scopelist): New function.
7357         (scopecmp): New function.
7358         (gaiconf_init): Also handle scopev4 entries.
7359         * posix/tst-rfc3484.c (do_test): Initialize scopes.
7360         * posix/tst-rfc3484-2.c (do_test): Likewise.
7361         * posix/gai.conf: Document scopev4 defaults.
7362         * posix/Makefile (tests): Add tst-rfc3484-3.
7363         * posix/tst-rfc3484-3.c: New file.
7365         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
7366         Teredo tunnels.
7367         * posix/gai.conf: Update for current default tables.
7369 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
7371         * po/tr.po: Update from translation team.
7373 2007-11-18  Roland McGrath  <roland@frob.com>
7375         * manual/arith.texi (Remainder Functions): Spelling fix.
7376         From Shaun Silk <genix@mysoul.com.au>.
7378         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
7380 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
7382         * po/zh_CN.po: Update from translation team.
7384         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
7385         Add sys/signalfd.h and sys/eventfd.h.
7387 2007-11-15  Bruno Haible  <bruno@clisp.org>
7389         [BZ #5346]
7390         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
7391         union.
7392         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
7393         (DCIGETTEXT): Change the allocation of the 'search' variable so that
7394         it needs only fixed stack space. Delay the initialization of
7395         msgid_len until it is needed.
7397 2007-11-15  Andreas Jaeger  <aj@suse.de>
7399         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
7400         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
7402 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
7404         * po/ko.po: Update from translation team.
7406 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
7408         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
7409         significantly.  The device type is also part of the ifinfomsg data.
7411         * po/sv.po: Update from translation team.
7412         * po/nl.po: Likewise.
7414         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
7415         to wake up in 24 hours.
7417         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
7419 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
7421         * po/cs.po: Update from translation team.
7422         * po/pl.po: Likewise.
7424         * include/ifaddrs.h: Remove in6ai_temporary.
7425         (struct in6addrinfo): Add index element.
7426         Declare __check_native.
7427         * inet/Makefile (aux): Add check_native.
7428         * sysdeps/unix/sysv/linux/check_native.c: New file.
7429         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
7430         IFA_F_TEMPORARY.  Pass back ifa_index.
7431         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
7432         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
7433         call __check_native if necessary.
7434         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
7435         to sort addresses.  Pass information about the results.
7436         * posix/tst-rfc3484.c: Adjust for addition of index field and change
7437         of rfc3484_sort interface.
7438         * posix/tst-rfc3484-2.c: Likewise.
7440         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
7441         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
7442         for _quicksort.
7443         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
7444         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
7445         on as third parameter to compare function and _quicksort.
7446         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
7447         to the compare function.
7448         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
7449         * Versions.def: Add GLIBC_2.8 for libc.
7451         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
7452         * posix/tst-rfc3484-2.c: Likewise.
7454         * include/kernel-features.h: Moved to...
7455         * sysdeps/mach/hurd/kernel-features.h: ...here.
7457 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
7459         * sysdeps/i386/i586/memcpy_chk.S: New file.
7460         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
7461         * sysdeps/i386/i586/memset_chk.S: Likewise.
7463 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
7465         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
7466         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
7467         list of interfaces.  Also store prefix length.
7468         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
7469         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
7470         prefix if source and destination address are in the same subnet.
7471         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
7472         Always look for matching record in in6ai list.
7473         Correct source_addr_len value for IPv6->IPv4 converted records.
7475 2007-11-11  Roland McGrath  <roland@frob.com>
7477         * include/kernel-features.h: New file.
7479 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
7481         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
7482         complications for 64-bit platforms.
7484         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
7485         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
7486         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
7487         open64_2.
7488         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
7489         entries.
7490         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7491         * sysdeps/wordsize-64/alphasort.c: New file.
7492         * sysdeps/wordsize-64/alphasort64.c: New file.
7493         * sysdeps/wordsize-64/fseeko.c: New file.
7494         * sysdeps/wordsize-64/fseeko64.c: New file.
7495         * sysdeps/wordsize-64/ftello.c: New file.
7496         * sysdeps/wordsize-64/ftello64.c: New file.
7497         * sysdeps/wordsize-64/ftw.c: New file.
7498         * sysdeps/wordsize-64/ftw64.c: New file.
7499         * sysdeps/wordsize-64/iofgetpos.c: New file.
7500         * sysdeps/wordsize-64/iofgetpos64.c: New file.
7501         * sysdeps/wordsize-64/iofopen.c: New file.
7502         * sysdeps/wordsize-64/iofopen64.c: New file.
7503         * sysdeps/wordsize-64/iofsetpos.c: New file.
7504         * sysdeps/wordsize-64/iofsetpos64.c: New file.
7505         * sysdeps/wordsize-64/lockf.c: New file.
7506         * sysdeps/wordsize-64/lockf64.c: New file.
7507         * sysdeps/wordsize-64/mkostemp.c: New file.
7508         * sysdeps/wordsize-64/mkostemp64.c: New file.
7509         * sysdeps/wordsize-64/mkstemp.c: New file.
7510         * sysdeps/wordsize-64/mkstemp64.c: New file.
7511         * sysdeps/wordsize-64/scandir.c: New file.
7512         * sysdeps/wordsize-64/scandir64.c: New file.
7513         * sysdeps/wordsize-64/tmpfile.c: New file.
7514         * sysdeps/wordsize-64/tmpfile64.c: New file.
7515         * sysdeps/wordsize-64/versionsort.c: New file.
7516         * sysdeps/wordsize-64/versionsort64.c: New file.
7517         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
7518         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
7519         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
7520         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
7521         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
7522         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
7523         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
7524         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
7525         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
7526         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
7527         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
7528         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
7530         * crypt/sha256-crypt.c: Fix a comment.
7531         * crypt/sha512-crypt.c: Likewise.
7533 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
7535         * sysdeps/x86_64/memset.S: Add sfence after movnti.
7537 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
7539         [BZ #5277]
7540         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
7541         because output buffer is too small break, don't loop.
7542         * iconvdata/Makefile (tests): Add bug-iconv6.
7543         * iconvdata/bug-iconv6.c: New file.
7545 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
7547         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
7548         with size_t type.
7549         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
7550         size_t.  Add casts where needed.
7552         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
7553         old headers, don't call avc_has_perm if we don't have the
7554         permission information.
7556 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
7558         * elf/rtld.c (dl_main): Use the page size to find the map start.
7560 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
7562         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
7563         Patch by Szymon Siwek <sls@poczta.wp.pl>.
7565         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
7566         when the lookup call failed.
7568         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
7569         Add prune_cond and wakeup_time.
7570         (CACHE_PRUNE_INTERNAL): Define.
7571         Update declarations of prune_cache and setup_thread.
7572         * nscd/connections.c (dbs): Update initializers.
7573         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
7574         (nscd_init): Default number of threads is now 4.
7575         (invalidate_cache): Take lock before calling prune_cache.
7576         (handle_request): If SELinux forbids the request, say so.
7577         (readylist_cond): Use static initializer.
7578         (nscd_run_prune): New function.  Used only by pruning threads.
7579         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
7580         here.
7581         (fd_ready): Update nscd_run reference.
7582         (start_threads): No need to initialize readylist_cond.
7583         Start pruning threads separately.
7584         * nscd/nscd_setup_thread.c: Change return value type to int and always
7585         return 0.
7586         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
7587         to int and return nonzero value if we can use the TID address hack.
7588         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
7589         the database is later than the new entry's timeout, update the
7590         wakeup time and wake the cleanup thread.
7591         (prune_cache): Return seconds the next entry in the database is still
7592         valid.  Remove locking for pruning here.
7593         * nscd/nscd.conf: Document default number of threads.
7595 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
7597         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
7598         stack is properly aligned for the target function.
7599         Correct unwind info.
7601         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
7602         when using auditing libraries.
7604 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
7606         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
7607         _nss_dns_getnetbyaddr2_r.
7608         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
7609         extra parameter to getanswer_r.
7610         (_nss_dns_getnetbyaddr_r): Now a wrapper around
7611         _nss_dns_getnetbyaddr2_r.
7613         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
7614         gethstbynm3_r.
7615         * nscd/gethstbynm2_r.c: Remove.
7616         * nscd/gethstbynm3_r.c: New file.
7617         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
7618         __gethostbyaddr_r.
7619         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
7620         __gethostbyaddr_r compatibility wrapper.
7621         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
7622         determining timeout of entry.
7623         (lookup): Take new parameter and pass it to __gethostbyname3_r and
7624         __gethostbyaddr2_r.
7625         (addhstbyX): Pass reference to variable for TTL to lookup and
7626         cache_addhst.
7627         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
7628         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
7629         and __nss_next2.  Remove __nss_services_lookup.
7630         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
7631         Add compat wrapper.
7632         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
7633         __nss_next2.
7634         * nss/getXXent_r.c: Likewise.
7635         * nss/getnssent_r.c: Likewise.
7636         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
7637         does not exist in module, try the optional second name.
7638         (__nss_next2): New function.
7639         (__nss_next): Now wrapper around __nss_next2.
7640         * nss/nsswitch.h: Adjust __nss_lookup prototype.
7641         Declare __nss_next2.
7642         Adjust definition of db_lookup_function type.
7643         * nss/service-lookup.c: Define NO_COMPAT.
7644         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
7645         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
7646         * inet/ether_ntoh.c: Likewise.
7647         * sunrpc/netname.c: Likewise.
7648         * sunrpc/publickey.c: Likewise.
7649         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
7650         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
7651         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
7652         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
7653         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
7655         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
7657         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
7659 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
7661         [BZ #5204]
7662         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
7663         * crypt/sha512c-test.c: Likewise.
7665         [BZ #5225]
7666         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
7667         to keep track of end of %[ format string element.
7668         * stdio-common/Makefile (tests): Add bug20.
7669         * stdio-common/bug20.c: New file.
7671         [BZ #5222]
7672         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
7673         path elements in counting mode.
7675 2007-10-27  Andreas Jaeger  <aj@suse.de>
7677         [BZ #5040]
7678         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
7680         [BZ #3112]
7681         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
7682         (__cleanup): Free shared library when exiting.
7683         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
7684         (__cleanup): Free shared library when exiting.
7686 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
7688         [BZ #2549]
7689         * math/libm-test.inc (check_float_internal): Support
7690         denormalized return.
7692 2007-10-23  Andreas Jaeger  <aj@suse.de>
7694         [BZ #5208]
7695         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
7696         __LONG_LONG_PAIR to handle little endian byte order.
7697         Suggested by abhishekrai@google.com
7699 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
7701         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
7703 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
7705         * nscd/cache.c (prune_cache): Move test for modified file outside
7706         of locking.
7708 2007-10-21  Andreas Jaeger  <aj@suse.de>
7710         * manual/texinfo.tex: Update to latest version.
7712         * manual/sysinfo.texi (System Parameters): Fix Formatting.
7714         * manual/arith.texi (Status bit operations): Fix formatting.
7716         * manual/errno.texi (Error Messages): Fix formatting.
7718         * manual/sysinfo.texi (System Parameters): Fix formatting.
7720         * manual/libc.texinfo: Update VERSION and UPDATED.
7722 2007-10-19  Roland McGrath  <roland@redhat.com>
7724         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
7726 2007-10-06  David S. Miller  <davem@davemloft.net>
7728         * configure.in: Add sparcv9v2 and sparc64v2.
7729         * scripts/config.sub: Likewise.
7730         * configure: Regenerate.
7731         * elf/elf.h (HWCAP_SPARC_N2): New.
7732         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
7733         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
7734         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
7735         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
7736         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
7737         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
7738         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
7740 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
7742         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
7743         even if the poll result indicates there is data to read.
7744         Patch by Jeff Moyer <jmoyer@redhat.com>.
7746 2007-10-18  Roland McGrath  <roland@redhat.com>
7748         * elf/elf.h (NT_PPC_VMX): New macro.
7750 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
7752         * version.h (VERSION): Set to 2.7.90.
7754 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
7756         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
7757         weak_alias.
7759 2007-10-17  Roland McGrath  <roland@frob.com>
7761         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
7762         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
7764 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
7766         * version.h (VERSION): Bump to 2.7.
7767         * include/features.h (__GLIBC_MINOR__): Bump to 7.
7769         [BZ #5186]
7770         * time/tzset.c (__tz_convert): Don't force testing for a change of
7771         TZ if not called from localtime.  But then also see whether the
7772         file changed, in case __use_tzfile is set.
7774         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
7775         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
7776         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
7777         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
7778         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
7779         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
7780         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
7781         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
7783 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
7785         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
7786         and admin selects to be able to replace the gai.conf file, lock
7787         data structures around the qsort call.
7789 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
7791         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
7792         new memset.
7793         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
7794         too high for the improvements.  Implement bzero unconditionally for
7795         use in libc.
7797 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
7798             Jakub Jelinek  <jakub@redhat.com>
7800         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
7801         even when time_t is 32-bit.
7802         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
7803         timezone data read by __tzfile_default.  Ensure __tzname[0] is
7804         always set after the search.
7806 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
7808         * time/tzfile.c (__tzfile_read): Help the compiler recognize
7809         unreachable code on 32-bit machines.
7811 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
7813         [BZ #5184]
7814         * time/strftime_l.c: Include stdbool.h.
7815         (my_strftime): New wrapper, old function renamed to...
7816         (__strftime_internal): ... new function.  Add tzset_called
7817         argument, pass it down to recursive calls, don't call tzset ()
7818         if already true, set to true after call to tzset ().
7820 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
7822         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
7823         into account when copying TZ string.
7825 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
7827         * time/tzfile.c (__tzfile_compute): For use_last case set i to
7828         num_transition rather than num_transitions - 1.
7830 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
7832         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
7833         PIC indirect jump.
7835         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
7836         a local label rather than HIDDEN_JUMPTARGET.
7838 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
7840         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
7841         (init_cacheinfo): Initialize it.
7842         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
7843         Always define bzero.
7844         Remove non-glibc code.
7845         * sysdeps/x86_64/bzero.S: Make an empty file.
7847 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
7849         * sysdeps/x86_64/cacheinfo.c
7850         (__x86_64_preferred_memory_instruction): New.
7851         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
7853         * sysdeps/x86_64/memset.S: Rewrite.
7855 2007-10-15  Roland McGrath  <roland@redhat.com>
7857         * po/libc.pot: Regenerated.
7859 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
7861         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
7862         pointers.
7864         [BZ #3425]
7865         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
7866         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
7867         address record to T_A/T_AAAA requests.
7869 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
7871         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
7873         * posix/glob.c: Add some branch prediction throughout.
7875         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
7876         read from nscd.
7878         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
7879         service_order.
7880         (rfc3484_sort): Make sure that even if qsort doesn't support
7881         stable sorting out sorting here is stable by comparing service_order.
7882         (getaddrinfo): Initialize service_order.
7883         * posix/tst-rfc3484.c (do_test): Adjust for addition of
7884         service_order field to sorting structure.
7885         * posix/tst-rfc3484-2.c (do_test): Likewise.
7887         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
7888         * time/tzset.c (tzset_internal): Break TZ string parsing out into
7889         __tzset_parse_tz and updating of daylight, timezone, tzname into
7890         update_vars.
7891         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
7892         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
7893         happens in __tz_compute.
7894         * time/tzfile.c (__tzfile_read): Also read TZ string.
7895         (find_transition): Fold into __tzfile_compute.
7896         (__tzfile_compute): For times beyond the last transition try to
7897         use the TZ string.
7898         * timezone/tst-timezone.c: Information in daylight and tzname does
7899         change for Asia/Tokyo timezone with more concrete information.
7900         Remove the test.
7902         * include/stdio.h: Add libc_hidden_proto for ftello.
7903         * libio/ftello.c: Add libc_hidden_def.
7905         [BZ #1140]
7906         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
7907         on the specified time and not the last entries in the file.  Move
7908         code to determine tzname[] to...
7909         (find_transition): ...here.  Add ugly guess for times before the
7910         first transition.
7912 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
7914         [BZ #3195]
7915         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
7916         no entry.
7917         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
7918         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7919         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
7920         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7922         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
7923         read mechanism when there are no group members and avoid no-op
7924         read syscall in this case.
7926         [BZ #3242]
7927         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
7928         (__readall): If reading failed due to EAGAIN error wait a bit
7929         and possibly try again.
7930         (__readvall): Likewise.
7932 2007-10-13  Bruno Haible  <bruno@clisp.org>
7934         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
7935         when we cannot recode the message.
7937 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
7939         [BZ #4359]
7940         * libio/__freading.c (__freading): Don't return true for
7941         write-only streams.  For read/write streams, check whether we
7942         performed a read operation already.
7943         * libio/Makefile (tests): Add tst-ext2.
7944         * libio/tst-ext2.c: New file.
7946 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
7948         * locale/programs/repertoire.c (repertoire_read): Always free
7949         memory for repertoire file name [Coverity CID 270].
7951         * elf/cache.c (save_aux_cache): Free memory allocated for
7952         temporary file name [Coverity CID 267].
7954 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
7956         * misc/Makefile (headers): Add bits/error.h.
7958 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
7960         * posix/fnmatch_loop.c: Take rule index returned as part of
7961         findidx return value into account when accessing weights.
7962         * posix/regcomp.c: Likewise.
7963         * posix/regexec.c: Likewise.
7965         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
7966         (skip_to): Fix problems with parameter of elifdef/elifndef.
7968 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
7970         * iconv/gconv_simple.c: Add some branch prediction.
7972 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
7974         * locale/programs/ld-collate.c (collate_read): If ignore_content
7975         and nowtok is tok_define, eat any tok_eol tokens.
7977 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
7979         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
7980         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
7982         * inet/netinet/in.h: Don't include bits/socket.h.
7983         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
7984         macro.
7985         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7987 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
7989         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
7990         and tok_elifndef.
7991         * locale/programs/locfile-kw.gperf: Likewise.
7992         * locale/programs/ld-collate.c: Implement primitive preprocessor.
7994 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
7996         * stdio-common/printf-parse.h: Include string.h and wchar.h.
7997         (__find_specwc): Change into __extern_always_inline function.
7998         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
7999         (__parse_one_specmb): Remove ps argument.
8000         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
8001         Adjust __find_specmb and __parse_one_specmb callers.
8002         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
8003         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
8004         Removed.
8005         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
8006         caller.
8008 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
8010         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
8011         with some Pentium Ds.
8013 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
8015         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
8016         __read not read.
8017         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
8018         __write not write.
8020 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
8022         [BZ #181]
8023         * locale/C-time.c: Set week_1stday data to 19971201.
8024         * locale/programs/ld-time.c (time_finish): Default for
8025         first_workday is Monday.
8027         [BZ #2633]
8028         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
8030         [BZ #5103]
8031         * posix/glob.c (glob): Recognize patterns starting \/.
8032         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
8033         (main): Add test for pattern starting \/.
8035         * misc/error.h: Use __const instead of const.
8036         * misc/bits/error.h: Likewise.
8038 2007-10-07  Andreas Jaeger  <aj@suse.de>
8040         * include/bits/error.h: New file.
8042         * misc/bits/error.h (error_at_line): Fix prototype.
8044 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
8046         [BZ #3924]
8047         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
8048         more little bugs in creating the stack frame when pltexit has to
8049         be called.
8051         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
8052         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
8054         [BZ #4407]
8055         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
8056         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
8057         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
8058         * math/libm-test.inc: Add test for this case.
8060         [BZ #5010]
8061         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
8062         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
8063         map service succeeded.
8064         (svc_is_mapped): New function.
8065         (svc_unregister): Use it before trying to unmap service.
8067 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
8069         * timezone/zic.c: Update from tzcode2007h.
8071         [BZ #5063]
8072         * timezone/africa: Update from tzdata2007h.
8073         * timezone/antarctica: Likewise.
8074         * timezone/asia: Likewise.
8075         * timezone/australasia: Likewise.
8076         * timezone/europe: Likewise.
8077         * timezone/leapseconds: Likewise.
8078         * timezone/northamerica: Likewise.
8079         * timezone/southamerica: Likewise.
8080         * timzeone/zone.tab: Likewise.
8082         [BZ #5104]
8083         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
8085         [BZ #5113]
8086         * string/bits/string2.h (__strdup): Cast parameters to calloc to
8087         avoid warning with -Wconversion.
8088         (__strndup): Likewise.
8089         Half the patch by Christian Iseli <christian.iseli@licr.org>.
8091         [BZ #5112]
8092         * nscd/connections.c (restart): Don't resync if database is
8093         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
8095         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
8096         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
8098         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
8099         evetnfd_read, eventfd_write.
8100         * sysdeps/unix/sysv/linux/eventfd.c: New file.
8101         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
8102         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
8103         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
8104         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
8105         eventfd_write for GLIBC_2.7.
8107         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
8108         * sysdeps/unix/sysv/linux/signalfd.c: New file.
8109         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
8110         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
8112 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
8114         * stdlib/msort.c: Include stdint.h.
8115         (struct msort_param): New type.
8116         (msort_with_tmp): Use struct msort_param pointer for unchanging
8117         parameters.  Add optimized handling for several common sizes
8118         and indirect sorting mode.
8119         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
8120         sorting.
8121         Suggested by Belazougui Djamel .
8123         * stdlib/Makefile (tests): Add tst-qsort2.
8124         * stdlib/tst-qsort2.c: New test.
8126 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
8128         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
8129         for dup2 in case another thread races with the current one.  Retry
8130         in this case.
8132         * misc/error.h: Remove support for use outside of libc.  We have to
8133         include <features.h> now.  Include <bits/error.h> if possible.
8134         * misc/bits/error.h: New file.
8136 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
8138         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
8139         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
8140         __extern_always_inline functions unconditionally, drop macros.
8142         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
8143         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
8144         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
8146         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
8147         add __artificial__ attribute.
8149 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
8151         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
8152         backward to forward direction.
8154         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
8156         [BZ #645]
8157         * locale/programs/ld-collate.c (collate_finish): Compare against last
8158         used section which is known to have rules defined.
8159         (collate_read): After order_start, correctly record order of sections
8160         and queue sections up.
8162 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
8164         [BZ #5071]
8165         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
8166         the same number of pages.
8167         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
8169         * locale/programs/ld-collate.c (collate_read): After initial copy
8170         statement, continue in state 0.
8172         * include/stdio_ext.h (__fsetlocking): Define as macro.
8174 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
8176         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
8177         of section order.
8179         * po/pt_BR.po: Fix typo.
8181 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
8183         * iconvdata/Makefile (modules): Add ISO8859-9E.
8184         (distribute): Add iso8859-9e.c.
8185         (gen-8bit-gap-modules): Add iso8859-9e.
8186         * iconvdata/iso8859-9e.c: New file.
8187         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
8188         * iconvdata/TESTS: Likewise.
8189         * iconvdata/tst-tables.sh: Likewise.
8191         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
8193         * locale/iso-639.def: Add several new entries.
8195 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
8197         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
8198         void * pointers instead of struct link_map **.
8199         (_dl_scope_free): Change argument type to void *.
8200         * include/link.h (struct link_map): Change type of l_reldeps
8201         to struct link_map_reldeps, move l_reldepsact into that
8202         struct too.
8203         * elf/dl-deps.c: Include atomic.h.
8204         (_dl_map_object_deps): Only change l->l_initfini when it is
8205         fully populated, use _dl_scope_free for freeing it.  Optimize
8206         removal of libs from reldeps by using l_reserved flag, when
8207         some removal is needed, allocate a new list instead of
8208         reallocating and free the old with _dl_scope_free.  Adjust
8209         for l_reldeps and l_reldepsact changes.
8210         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
8211         searching in l_initfini and l_reldeps without holding dl_load_lock.
8212         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
8213         l_reldepsact changes.
8214         * elf/dl-close.c (_dl_close_worker): Likewise.
8215         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
8217 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
8219         * iconvdata/Makefile (modules): Add KOI8-RU.
8220         (distribute): Add koi8-ru.c.
8221         (gen-8bit-gap-modules): Add koi8-ru.
8222         * iconvdata/koi8-ru.c: New file.
8223         * iconvdata/gconv-modules: Add entries for KOI8-RU.
8224         * iconvdata/TESTS: Likewise.
8225         * iconvdata/tst-tables.sh: Likewise.
8227         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
8229 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
8231         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
8232         with __warning__/__error__ attributes.
8233         (__warnattr): Define.
8234         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
8235         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
8236         __warnattr.
8237         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
8238         of __*_chk if compile time detectable overflow is found.
8239         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
8240         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
8241         with __warnattr.
8242         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
8243         instead of __*_chk if compile time detectable overflow is found.
8244         (__gets_alias): Rename to...
8245         (__gets_warn): ... this.  Add __warnattr.
8246         (gets): Call __gets_warn instead of __gets_alias.
8247         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
8248         aliases with __warnattr.
8249         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
8250         time detectable overflow is found.
8251         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
8252         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
8253         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
8254         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
8255         __getdomainname_chk_warn): New aliases with __warnattr.
8256         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
8257         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
8258         __*_chk_warn instead of __*_chk if compile time detectable overflow
8259         is found.
8260         (__getgroups_chk): Rename argument to __listlen from listlen.
8261         (__getwd_alias): Rename to...
8262         (__getwd_warn): ... this.  Add __warnattr.
8263         (getwd): Call __getwd_warn instead of __getwd_alias.
8264         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
8265         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
8266         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
8267         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
8268         __wcsnrtombs_chk_warn): New aliases with __warnattr.
8269         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
8270         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
8271         compile time detectable overflow is found.
8272         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
8273         to use __*_chk or not.
8274         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
8275         in comparisons which function should be called and in __*_chk*
8276         arguments.  Call __*_chk_warn instead of __*_chk if compile time
8277         detectable overflow is found.
8278         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
8279         __*_chk argument.
8280         * debug/tst-chk1.c (do_test): Add a few more tests.
8282 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
8284         [BZ #5058]
8285         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
8286         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
8287         (_nl_unload_domain): Finalize conversions_lock.
8288         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
8289         handling table of known conversions.
8291 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
8293         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
8294         close_not_cancel_no_status instead of close.
8296 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
8298         [BZ #5028]
8299         * posix/regcomp.c (lookup_collation_sequence_value): Check that
8300         nrules != 0 for multibyte chars.
8302 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
8304         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
8305         Provide better error message in case the type is unknown.
8307         [BZ #4963]
8308         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
8309         * string/stratcliff.c: Make usable to test wide char functions.
8310         * wcsmbs/wcsatcliff.c: New file.
8311         * wcsmbs/Makefiel (tests): Add wcsatcliff.
8313         [BZ #4972]
8314         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
8315         (distribute): Add mac-centraleurope.c.
8316         (gen-8bit-gap-modules): Add mac-centraleurope.
8317         * iconvdata/mac-centraleurope.c: New file.
8318         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
8319         * iconvdata/TESTS: Likewise.
8320         * iconvdata/tst-tables.sh: Likewise.
8322         [BZ #5043]
8323         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
8325 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
8327         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
8328         from __x86_64_core_cache_size_half.
8329         (init_cacheinfo): Compute shared cache size for AMD processors with
8330         shared L3 correctly.
8331         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
8332         name change.
8333         Patch in large parts by Evandro Menezes.
8335 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
8337         * elf/dl-lookup.c (add_dependency): Handle failing memory
8338         allocation for dependency list.  Remove unnecessary check.
8340         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
8341         open/close when determining source addresses.
8343         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
8344         sha512-crypt, and sha512.
8345         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
8346         (distribute): Add sha256.h and sha512.h.
8347         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
8348         and call the appropriate code.
8349         * crypt/sha256-crypt.c: New file.
8350         * crypt/sha256.c: New file.
8351         * crypt/sha256.h: New file.
8352         * crypt/sha256c-test.c: New file.
8353         * crypt/sha256test.c: New file.
8354         * crypt/sha512-crypt.c: New file.
8355         * crypt/sha512.c: New file.
8356         * crypt/sha512.h: New file.
8357         * crypt/sha512c-test.c: New file.
8358         * crypt/sha512test.c: New file.
8360 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
8362         * misc/bits/syslog.h (syslog): Remove extraneous argument from
8363         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
8364         __syslog_chk.
8366 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
8368         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
8369         %as in fscanf format strings.
8371         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
8372         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
8373         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8374         Likewise.
8375         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8376         Likewise.
8378         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
8379         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
8380         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
8381         * elf/dl-sym.c (do_sym): Likewise.
8382         * include/link.h (struct link_map): Add l_serial field.
8383         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
8384         * elf/dl-lookup.c (add_dependency): Add flags argument.
8385         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
8386         flags, use THREAD_GSCOPE_RESET_FLAG before and
8387         THREAD_GSCOPE_SET_FLAG after
8388         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
8389         Don't dereference map until it has been found on some list.
8390         If map->l_serial changed, return -1.
8392 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
8394         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
8395         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
8396         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
8397         libc_hidden_proto.
8398         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
8399         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
8400         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
8401         add libc_hidden_proto.
8402         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
8403         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
8404         conformance requested.
8405         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
8406         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
8407         conformance requested.
8408         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
8409         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
8410         conformance requested.
8411         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
8412         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
8413         ISO C99 or POSIX conformance requested.
8414         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
8415         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
8416         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
8417         and __isoc99_vsscanf@@GLIBC_2.7.
8418         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
8419         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
8420         (tests): Add scanf14.
8421         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
8422         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
8423         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
8424         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
8425         CFLAGS-isoc99_scanf.c): Add $(exceptions).
8426         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
8427         from using internal headers.
8428         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
8429         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
8430         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
8431         and __isoc99_vswscanf@@GLIBC_2.7.
8432         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
8433         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
8434         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
8435         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
8436         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
8437         * stdio-common/isoc99_scanf.c: New file.
8438         * stdio-common/isoc99_vsscanf.c: New file.
8439         * stdio-common/isoc99_vscanf.c: New file.
8440         * stdio-common/isoc99_vfscanf.c: New file.
8441         * stdio-common/isoc99_fscanf.c: New file.
8442         * stdio-common/isoc99_sscanf.c: New file.
8443         * wcsmbs/isoc99_fwscanf.c: New file.
8444         * wcsmbs/isoc99_vswscanf.c: New file.
8445         * wcsmbs/isoc99_swscanf.c: New file.
8446         * wcsmbs/isoc99_wscanf.c: New file.
8447         * wcsmbs/isoc99_vwscanf.c: New file.
8448         * wcsmbs/isoc99_vfwscanf.c: New file.
8449         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
8450         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
8451         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
8452         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
8453         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
8454         * stdio-common/scanf14.c: New test.
8455         * stdio-common/scanf15.c: New test.
8456         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
8457         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
8458         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
8459         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
8460         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
8461         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
8462         __nldbl___isoc99_scanf@@GLIBC_2.7,
8463         __nldbl___isoc99_fscanf@@GLIBC_2.7,
8464         __nldbl___isoc99_sscanf@@GLIBC_2.7,
8465         __nldbl___isoc99_vscanf@@GLIBC_2.7,
8466         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
8467         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
8468         __nldbl___isoc99_wscanf@@GLIBC_2.7,
8469         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
8470         __nldbl___isoc99_swscanf@@GLIBC_2.7,
8471         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
8472         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
8473         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
8474         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
8475         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
8476         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
8477         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
8478         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
8479         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
8480         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
8481         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
8482         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
8483         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
8484         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
8485         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
8486         functions.
8487         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
8488         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
8489         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
8490         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
8491         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
8492         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
8493         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
8494         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
8495         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
8496         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
8497         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
8498         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
8500         * stdio-common/Makefile (tests): Add scanf13.
8501         (scanf13-ENV): New.
8502         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
8503         m modifier followed by l.
8504         (STRING_ARG): Add width argument.
8505         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
8506         <case L_('C')>: Handle %mlc and %mC.
8507         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
8508         arguments.
8509         * stdio-common/scanf13.c: New test.
8511         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
8512         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
8514 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
8516         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
8517         type and __THROW marker of splice, vmsplice, and tee.
8518         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8519         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8520         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8521         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8522         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8523         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
8524         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
8525         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
8526         as cancellation points.
8528 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
8530         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
8531         parse more than three parts of the version number.
8533 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
8535         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
8536         modifier.  Patch by Jakub Jelinek.
8538 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
8540         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
8541         call_fallocate in misc subdir.
8542         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
8543         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
8544         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
8545         instead of __fallocate64.
8546         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
8548 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
8550         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
8551         * rt/Makefile (headers): Add bits/mqueue2.h.
8552         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
8553         optimizing with GCC and __va_arg_pack_len is defined.
8554         * rt/bits/mqueue2.h: New file.
8555         * rt/mq_open.c (__mq_open): Renamed from mq_open.
8556         (mq_open): New strong_alias.
8557         (__mq_open_2): New function.
8558         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
8559         (mq_open): New strong_alias.
8560         (__mq_open_2): New function.
8561         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
8562         * Versions.def (librt): Add GLIBC_2.7 version.
8563         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
8564         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
8566         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
8567         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
8568         is defined rather than when not C++.
8569         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
8570         __openat64_alias): New redirects.
8571         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
8572         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
8573         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
8574         (open, open64, openat, openat64): Rewrite as __extern_always_inline
8575         functions instead of function-like macros.
8577 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
8579         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
8580         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
8581         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
8583 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
8585         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
8586         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
8588 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
8590         * inet/tst-network.c: Increment ERRORS for failing tests.
8592 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
8594         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
8595         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
8596         implement as __extern_always_inline function.
8597         (vsyslog): Define as __extern_always_inline function unconditionally.
8598         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
8599         When __va_arg_pack is defined, implement as __extern_always_inline
8600         functions.
8601         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
8602         __extern_always_inline functions unconditionally.
8603         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
8604         bits/stdio2.h will be included.
8605         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
8606         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
8607         implement as __extern_always_inline functions.
8608         (vswprintf, vwprintf, vfwprintf): Define as
8609         __extern_always_inline functions unconditionally.
8610         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
8612 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
8614         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
8615         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
8616         attribute.
8617         * include/features.h (__USE_EXTERN_INLINES): Define only when
8618         __extern_inline is defined.
8619         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
8620         is defined instead of when not __cplusplus.
8621         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
8622         is defined instead of when not __cplusplus.
8623         * socket/sys/socket.h: Include bits/socket2.h when
8624         __extern_always_inline is defined instead of when not __cplusplus.
8625         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
8626         is defined instead of when not __cplusplus.
8627         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
8628         is defined instead of when not __cplusplus.
8629         * string/string.h: Include bits/string3.h when __extern_always_inline
8630         is defined instead of when not __cplusplus.
8631         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
8632         is defined instead of when not __cplusplus.
8633         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
8634         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
8635         is not defined.
8636         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
8637         defined __extern_always_inline instead of !defined __cplusplus.
8638         * libio/bits/stdio-ldbl.h: Likewise.
8639         * wcsmbs/bits/wchar-ldbl.h: Likewise.
8640         * misc/bits/syslog.h (syslog): Don't define for C++.
8641         (vsyslog): Use __extern_always_inline function for C++ instead of
8642         a macro.
8643         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
8644         whenever that macro is defined.
8645         (vprintf): Don't provide the inline for C++.
8646         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
8647         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
8648         define the macros for C++.
8649         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
8650         __extern_always_inline functions for C++.
8651         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
8652         stat64, lstat64, fstat64, fstatat64): Don't define if not
8653         __USE_EXTERN_INLINES.
8654         * wcsmbs/bits/wchar2.h: Fix #error message.
8655         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
8656         (vswprintf, vwprintf, vfwprintf): Define using
8657         __extern_always_inline functions for C++.
8658         * string/bits/string3.h: Don't #undef macros if __cplusplus.
8659         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
8660         strncpy, strcat, strncat): Define as __extern_always_inline
8661         functions instead of macros for C++.
8662         * math/bits/cmathcalls.h: Guard __extern_inline routines with
8663         defined __extern_inline.
8664         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
8665         to __extern_inline whenever that macro is defined.
8666         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8667         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8668         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
8669         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
8670         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8671         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8672         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8673         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8674         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
8675         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
8676         prototypes.  Only provide __extern_inline routines if
8677         __USE_EXTERN_INLINES.
8678         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
8679         tests.
8680         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
8681         For now avoid some *printf tests in C++.  Skip all testing
8682         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
8683         is not.
8684         * debug/tst-chk4.cc: New file.
8685         * debug/tst-chk5.cc: New file.
8686         * debug/tst-chk6.cc: New file.
8687         * debug/tst-lfschk4.cc: New file.
8688         * debug/tst-lfschk5.cc: New file.
8689         * debug/tst-lfschk6.cc: New file.
8690         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
8691         prototypes in C++.
8692         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
8693         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
8694         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
8696 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
8698         * po/cs.po: Update from translation team.
8700 2007-09-11  Roland McGrath  <roland@redhat.com>
8702         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
8703         compiling.
8705 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8707         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
8709 2007-09-05  Roland McGrath  <roland@redhat.com>
8711         * manual/signal.texi (Signaling Another Process): Typo fix.
8712         From Karl Berry <karl@freefriends.org>.
8714 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
8716         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
8717         zero if not defined.
8718         (make_request): Recognize optimistic addresses and treat them like
8719         deprecated addresses.
8720         Reported by Neil Horman <nhorman@redhat.com>.
8722 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
8724         * nscd/connections.c (send_ro_fd): Also transfer file size.
8725         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
8726         file size don't call fstat.
8728         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
8729         ahead and map the file.  This should always be correct and we can
8730         catch problems later.
8732 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
8734         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
8735         prototypes.
8736         (__fread_alias, __fread_unlocked_alias): New aliases.
8737         (fread): New extern inline.
8738         (fread_unlocked): Likewise.  Undef macro before definition of
8739         the inline function.
8740         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
8741         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
8742         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
8743         and __fread_unlocked_chk@@GLIBC_2.7.
8744         * debug/fread_chk.c: New file.
8745         * debug/fread_u_chk.c: New file.
8746         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
8748 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
8750         * sysdeps/unix/sysv/linux/syscalls.list
8751         (personality): Change caller to EXTRA.
8753 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
8755         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
8756         to keep gcc quiet.
8757         * iconvdata/iso-2022-cn.c (BODY): Likewise.
8759         * locale/programs/ld-collate.c (collate_output): Avoid warning if
8760         NDEBUG is defined.
8762         * Makerules: Use -p option with mkdir.
8764         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
8765         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
8766         (_xdr_directory_obj): Likewise.
8767         (xdr_entry_obj): Likewise.
8768         (xdr_group_obj): Likewise.
8769         (xdr_link_obj): Likewise.
8770         (xdr_table_obj): Likewise.
8771         (_xdr_nis_result): Likewise.
8772         (_xdr_ns_request): Likewise.
8773         (_xdr_ib_request): Likewise.
8774         (_xdr_nis_taglist): Likewise.
8775         (xdr_cback_data): Likewise.
8776         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
8777         (xdr_ypresp_maplist): Likewise.
8779         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
8781         * posix/regex_internal.h: Prevent some declarations and definitions
8782         to be seen when used in tests.
8784         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
8785         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
8787         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
8789         * config.make.in (datarootdir): Add to shut up configure.
8791         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
8792         associativity for fully-associative caches.
8794         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
8795         requests.  Fill on more associativity values for L2.
8796         Patch mostly by Evandro Menezes.
8798 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
8800         * sysdeps/unix/sysv/linux/x86_64/init-first.c
8801         (_libc_vdso_platform_setup): Avoid using exported variable by using
8802         alias.
8804         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
8806         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
8807         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
8808         defined.
8810 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
8812         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
8813         align stack for call if pltexit is to be used.
8815         [BZ #3924]
8816         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
8817         align for function call in case pltexit has to be called later.
8819         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
8820         implicit atomic operation when storing function pointer.
8821         (_dl_runtime_profile): Likewise.
8823 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
8825         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
8826         NIS_NOTFOUND.
8828 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
8830         [BZ #4566]
8831         * string/strtok.c: Fix typo in comment.
8833         [BZ #4582]
8834         * debug/segfault.c: Fix typos in comments.
8836         [BZ #4588]
8837         * stdio-common/tempnam.c: Fix comment, it is not checked that
8838         TMPDIR points to a writable directory.
8840         [BZ #4726]
8841         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
8842         memory allocated for the name server address.
8844         [BZ #4946]
8845         * nscd/connections.c (handle_request): Using sendfile always
8846         requires that mmap is used for the database.
8847         Patch by Petr Baudis <pasky@suse.cz>.
8849         [BZ #4905]
8850         * nscd/hstcache.c (cache_addhst): When reloading an entry which
8851         suddenly has two or more addresses, ignore it and remove the old
8852         entry.
8854         [BZ #4814]
8855         * resolv/res_hconf.c: Prepare for compiling outside libc.
8856         * nscd/res_hconf.c: New file.
8857         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
8858         the new file.
8859         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
8860         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
8862         * nscd/hstcache.c (cache_addhst): Minimal optimization.
8864         [BZ #4925]
8865         * debug/pcprofiledump.c: Turn on internationalization by calling
8866         setlocale.  Patch mostly by Benno Schulenberg.
8868         [BZ #4936]
8869         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
8870         the state.
8871         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
8872         * iconvdata/bug-iconv5.c: New file.
8874 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
8876         [BZ #4896]
8877         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
8878         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
8879         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
8880         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
8881         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
8882         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
8883         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
8884         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
8886 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
8888         [BZ #4937]
8889         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
8890         lookup loop.  Suggested by John Reiser.
8892 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
8894         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
8896 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
8898         * csu/libc-start.c: Don't handle VDSO_SETUP here.
8899         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
8900         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
8901         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
8902         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
8903         to...
8904         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
8906 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
8908         * po/nl.po: Update from translation team.
8910 2007-08-16  Andreas Jaeger  <aj@suse.de>
8912         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
8913         Reported by Peter Festner <peter.festner@ewetel.net>.
8915 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
8917         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
8919 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
8921         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
8922         to check for undefined symbols.
8924         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
8925         If the syscall fails, set errno to the actual returned error number
8926         rather than EINVAL.
8927         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
8928         arguments are incorrect, set errno to EINVAL, if the syscall
8929         fails, set errno to the actual returned error number.
8931         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
8932         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
8934         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
8935         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
8936         file.
8937         (ASI_PNF, ASI_BLK_P): Don't define.
8938         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
8939         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
8940         file.
8941         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
8942         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
8943         file.
8945 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
8947         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
8948         FE_UNDERFLOW on Niagara CPUs.
8950         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
8951         exceptions.
8953 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
8955         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
8956         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
8957         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
8958         flush should be used or not inside of the function.
8959         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
8961         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
8962         __thread_start): Use HIDDEN_JUMPTARGET.
8963         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
8964         __thread_start): Likewise.
8965         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
8967         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
8968         Add libc_hidden_proto.
8969         (STRTOF): Add libc_hidden_proto.
8970         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
8971         (strtold_l, wcstold_l): Use them as second argument for
8972         long_double_symbol.
8974 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
8976         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
8978 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8980         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
8982 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
8984         * po/bg.po: New file.  From the translation team.
8986 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
8988         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
8989         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
8990         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
8991         when each feature was introduced.
8993         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
8994         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
8995         (CHECK_HASH): New macro.
8996         (PREPARE_VERSION): Use it.
8998         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
8999         prototype if not __ASSUME_PSELECT.
9000         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
9001         prototype if not __ASSUME_PPOLL.
9003         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
9005         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
9006         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
9007         is defined.
9009 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
9011         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
9012         (_libc_vdso_platform_setup): If vDSO is not available point
9013         __vdso_gettimeofday to the vsyscall.
9014         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
9015         __vdso_gettimeofday instead of vsyscall.
9017 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
9019         * nscd/servicescache.c: Include kernel-features.h.
9020         * nscd/gai.c: Likewise.
9021         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
9022         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
9023         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
9024         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9025         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9026         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
9027         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9028         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
9029         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9031 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
9033         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
9034         and _dl_get_origin defines anymore.
9036         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
9037         Build fix for systems which might lack POSIX timer support.
9039         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
9040         (_libc_vdso_platform_setup): Mangle function pointers before storing
9041         them.
9042         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
9043         Demangle vdso pointer before use.
9044         (INTERNAL_VSYSCALL): Likewise.
9046         * elf/cache.c (primes): Mark as const.
9047         Noted by Roland McGrath.
9049 2007-08-01  Andreas Jaeger  <aj@suse.de>
9050             Jakub Jelinek  <jakub@redhat.com>
9052         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
9053         (options): Add option.
9054         (parse_opt): Handle option.
9055         (manual_link): Adjust process_file caller.  Call implicit_soname.
9056         (search_dir): Formatting.  Use and populate auxiliary cache.
9057         (main): Load and save auxiliary cache.
9058         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
9059         stat64 from fstat64 to caller.
9060         (implicit_soname): New function.
9061         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
9062         leave *soname as NULL.
9063         * elf/cache.c: Include libgen.h.
9064         (print_entry, print_cache, compare, save_cache, add_to_cache):
9065         Formatting and cleanups.
9066         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
9067         aux_cache_file): New structures.
9068         (AUX_CACHEMAGIC): Define.
9069         (primes): New array.
9070         (aux_hash_size, aux_hash): New variables.
9071         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
9072         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
9073         load_aux_cache, save_aux_cache): New functions.
9074         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
9075         (init_aux_cache, search_aux_cache, add_to_aux_cache,
9076         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
9077         (process_file): Adjust prototype.
9079 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
9081         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
9082         with __need_size_t.
9084 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
9086         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
9087         r_found_version structure as second parameter.
9088         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
9089         (_dl_vdso_vsym): Change type of second parameter accordingly.
9090         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
9091         (_libc_vdso_platform_setup): Adjust.
9092         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
9093         (_libc_vdso_platform_setup): Likewise.
9095         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
9096         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
9097         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
9098         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
9099         * csu/libc-start.c: Pretty printing.
9100         Use VDSO_SETUP if defined.
9101         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
9102         and let generic code call into _libc_vdso_platform_setup.
9103         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
9104         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
9105         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
9106         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
9107         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
9108         for GLIBC_PRIVATE.
9109         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
9110         (sysdep_rountines): Add dl-vdso.
9112         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
9113         of routines.
9115         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
9116         attribute_hidden to __vdso_gettimeofday prototype.
9118 2007-08-12  Roland McGrath  <roland@redhat.com>
9120         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
9121         From: Karl Berry <karl@freefriends.org>.
9123 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
9125         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
9126         an atime update for the files we read.
9128 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
9130         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
9132         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
9133         instead of mkstemp.
9135         * misc/Makefile (routines): Add mkostemp and mkostemp64.
9136         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
9137         * misc/mkostemp.c: New file.
9138         * misc/mkostemp64.c: New file.
9139         * stdlib/stdlib.h: Declare the new functions.
9140         * sysdeps/posix/tempname.c: Add new parameter which is added to
9141         the flags for open.  Remove __GT_BIGFILE handling.
9142         * stdio-common/tempname.c: Likewise.
9143         * include/stdio.h: Adjust __gen_tempname prototype.
9144         Renumber __GT_* constants.
9145         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
9146         * misc/mkdtemp.c: Likewise.
9147         * misc/mkstemp.c: Likewise.
9148         * misc/mkstemp64.c: Likewise.
9149         * misc/mktemp.c: Likewise.
9150         * stdio-common/tempnam.c: Likewise.
9151         * stdio-common/tmpfile.c: Likewise.
9152         * stdio-common/tmpfile64.c: Likewise.
9153         * stdio-common/tmpnam.c: Likewise.
9154         * stdio-common/tmpnam_r.c: Likewise.
9156 2007-08-10  Roland McGrath  <roland@frob.com>
9158         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
9159         New macros.
9160         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
9161         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
9163 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
9165         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
9166         possible.
9167         * nss/nss_files/files-alias.c (internal_setent): Likewise.
9168         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
9169         * nss/nss_files/files-have_o_cloexec.c: New file.
9171         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
9172         available.
9174 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
9176         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
9177         ___new_wcstold_l): New weak aliases.
9178         (strtold_l, wcstold_l): Use them as second argument for
9179         long_double_symbol.
9181 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
9183         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
9184         register in test for error.
9186         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
9187         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
9189         * po/sv.po: Update from translation team.
9191 2007-08-06  Roland McGrath  <roland@redhat.com>
9193         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
9194         Remove __strto*_l inlines.
9195         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
9196         * stdlib/strtod.c: Add libc_hidden_def.
9197         * stdlib/strtod_l.c: Likewise.
9198         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
9199         for __new_strtold and __new_wcstold.
9200         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
9201         __STRTOF, STRTOF.
9202         * stdlib/strtol.c: Add libc_hidden_def.
9203         * stdlib/strtol_l.c: Likewise.
9204         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
9205         strtoq.
9207         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
9209         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
9210         * scripts/data/localplt-generic.data: ... here.
9211         * elf/Makefile (check-data): Get generic file if no other.
9212         ($(objpfx)check-localplt.out): Make target unconditional.
9214         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
9215         Use ElfW(Nhdr).
9217 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
9219         * po/zh_CN.po: Updated translation from translation team.
9221 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
9223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
9224         Don't use CGOTSETUP and CGOTRESTORE macros.
9226 2007-08-04  Roland McGrath  <roland@redhat.com>
9228         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
9230 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
9232         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
9233         __extension__ around the whole statement expression.
9235 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
9237         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
9238         elements during initialization.
9240         * po/pl.po: Updated translation from translation team.
9241         * po/tr.po: Likewise.
9242         * po/nl.po: Likewise.
9244 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
9246         * rt/aio.h: Add __nonnull attributes.
9248 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
9250         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
9251         * stdlib/Makefile (tests): Add tst-strtod5.
9252         (tst-strtod5-ENV): New.
9253         * stdlib/tst-strtod5.c: New file.
9255         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
9256         failed.
9257         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
9258         on failure.
9260         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
9261         allocated.
9263 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
9265         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
9266         numbers.
9268 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
9270         * io/Makefile (aux): Add have_o_cloexec.
9271         * include/fcntl.h: Declare __have_o_cloexec.
9272         * io/have_o_cloexec.c: New file.
9273         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
9274         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
9275         fcntl call if not necessary.
9276         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
9277         of local variable.
9279         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
9280         Avoid memset, add explicit initialization.
9281         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
9282         to the end and change into zero-sized array.
9283         Move lock member to fill a hole on 64-bit platforms.
9285         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
9286         inline functions.
9287         * include/stdlib.h: Add __strto*_internal prototypes here.
9288         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
9289         inline functions.
9290         * include/wchar.h: Add __wcsto*_internal prototypes.
9291         * sysdeps/generic/inttypes.h: No need to protect the declaration
9292         of the __strto*_internal and __wcsto*_internal members here.
9294         * rt/mqueue.h: Change const to __const and add nonnull attributes.
9296 2007-08-02  Roland McGrath  <roland@redhat.com>
9298         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
9299         $(inst_bindir)/getconf if possible.
9301         * posix/Makefile ($(objpfx)getconf.speclist): New target.
9302         (generated): Add it.
9303         ($(inst_libexecdir)/getconf): Use it.
9305 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
9307         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
9308         /proc is faster and sufficient.  /sys is still needed for
9309         __get_nprocs_conf.
9311 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
9313         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
9314         syscall as __fallocate64.
9315         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
9316         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
9318 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
9320         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
9321         value.
9323         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
9324         if off_t is different rank from size_t.
9326         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
9327         uw_frame_state_for): Avoid type punning warnings.
9328         * sysdeps/generic/unwind-dw2-fde-glibc.c
9329         (_Unwind_IteratePhdrCallback): Likewise.
9330         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
9331         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
9332         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
9333         pointers.
9335 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
9337         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
9338         total processors using sysfs.
9339         (__get_nprocs): Use sysfs to determine which processors are online.
9341 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
9343         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
9344         syscall arguments count.
9346         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
9348 2007-07-30  Roland McGrath  <roland@redhat.com>
9350         * manual/libc.texinfo: Update copyrights, formatting magic, and
9351         @dircategory.  From Karl Berry <karl@freefriends.org>.
9353 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
9355         [BZ #4860]
9356         * io/Makefile (headers): Add bits/fcntl2.h.
9358         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
9359         using gcc builtin.
9360         (__CPU_EQUAL_S): Likewise.
9362         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
9363         (tests): Add tst-cpuset.
9364         * posix/sched_cpualloc.c: New file.
9365         * posix/sched_cpufree.c: New file.
9366         * posix/tst-cpuset.c: New file.
9367         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
9368         GLIBC_2.7.
9369         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
9370         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
9371         macros.  Define CPU_*_S macros.
9373 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
9375         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
9376         entry.
9378         [BZ #4858]
9379         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
9380         #.0g and value rounded to 1.0.
9381         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
9383 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
9385         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
9386         for int_frac_digits and frac_digits.
9388         * login/logout.c (logout): Avoid aliasing violation.
9389         * login/logwtmp.c (logwtmp): Likewise.
9391         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
9393         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
9394         to avoid warning.
9395         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
9396         warning.
9397         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
9398         warning.
9399         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
9400         to avoid warnings.
9402         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
9403         void **.
9404         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
9406         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
9407         char * to avoid warning.
9408         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
9410         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
9412         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
9413         allocate_arrays): Cast second argument to charmap_find_symbol
9414         to char * to avoid warnings.
9416         * locale/programs/repertoire.c (repertoire_new_char): Change
9417         from_nr, to_nr and cnt to unsigned long, adjust printf format
9418         string.
9420         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
9421         Cast second argument to new_element to char * to avoid warnings.
9423         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
9425         * intl/gettextP.h (struct loaded_domain): Change plural to const
9426         struct expression *.
9427         * intl/plural-eval.c (plural_eval): Change first argument to
9428         const struct expression *.
9429         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
9430         argument to const struct expression **.
9431         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
9432         prototypes.
9433         * intl/loadmsgcat (_nl_unload_domain): Cast away const
9434         in call to __gettext_free_exp.
9436         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
9437         unitialized wstring/wpattern var warnings.
9439         * posix/runtests.c (struct a_test): Make data field const char *.
9441         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
9442         vars if not LDBL_MANT_DIG >= 106.
9444         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
9446         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
9447         __find_specmb to avoid warning.
9449         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
9451         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
9452         to avoid warnings.
9454         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
9455         initializer.
9457         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
9458         tv var when it will be actually used.
9460         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
9461         to avoid warnings.
9463         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
9464         char array resp. pointer.
9465         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
9466         char array.
9467         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
9468         to const unsigned char **.
9469         (ucs4_to_cns11643): Change second argument to unsigned char *.
9470         * iconvdata/euc-tw.c (BODY): Change endp type to
9471         const unsigned char *.
9472         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
9473         to unsigned char *.
9474         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
9475         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
9476         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
9477         types to unsigned char pointers/arrays instead of char.
9478         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
9479         to unsigned char *.
9480         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
9481         * iconvdata/jis0212.h: Include assert.h.
9482         (ucs4_to_jisx0212): Change second argument to unsigned char *.
9483         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
9484         of trying to handle that.
9485         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
9486         shut up a warning.
9487         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
9488         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
9489         two dimensional const unsigned char arrays.
9490         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
9491         Initialize endp to inptr to shut up a warning.
9493 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
9495         [BZ #4772]
9496         * time/strptime_l.c (__strptime_internal): Silently ignore
9497         strftime modifiers and field width in recursive calls.
9499         * include/time.h (enum ptime_locale_status): Remove.
9500         (__strptime_internal): Remove decided and era_cnt arguments,
9501         add statep argument.
9502         * time/strptime_l.c (__strptime_internal): Remove decided
9503         and era_cnt arguments, add statep argument.  Don't recompute
9504         any fields in recursive calls, only update caller's tm
9505         and state, if recursive call fails, don't change tm nor
9506         any state.
9507         (get_alt_number): Adjust.
9508         (recursive): Adjust caller.
9509         (strptime): Likewise.
9510         * time/strptime.c (strptime): Likewise.
9512 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
9514         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
9515         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
9516         if from and to charsets are the same.
9517         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
9518         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
9519         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
9521 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
9523         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
9524         Don't define wint_t when __need_mbstate_t unless it
9525         is necessary.
9526         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
9527         in the typedef if possible.
9528         * wctype/wctype.h (wint_t): Define by including
9529         wchar.h with __need_wint_t instead of including stddef.h
9530         with __need_wint_t and as fallback definining it ourselves.
9531         * iconv/gconv.h (__need_wint_t): Define before including
9532         wchar.h.
9533         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
9534         or _GLIBCPP_USE_WCHAR_T.
9535         (__need_wchar_t): Don't define
9536         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
9537         (__need_wint_t): Don't define before including stddef.h,
9538         define before including wchar.h only if _LIBC or
9539         _GLIBCPP_USE_WCHAR_T.
9540         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
9541         * sysdeps/mach/hurd/_G_config.h: Likewise.
9542         * sysdeps/generic/_G_config.h: Likewise.
9543         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
9544         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
9545         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
9546         if _LIBC or _GLIBCPP_USE_WCHAR_T.
9548 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
9550         * sysdeps/posix/posix_fallocate64.c: Undefine
9551         __posix_fallocate64_l64 before alias handling.
9552         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
9553         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
9554         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
9555         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
9557         * io/tst-posix_fallocate.c: Include <fcntl.h>.
9559 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
9561         * locale/programs/ld-collate.c (atwc): New variable.
9562         (add_to_tablewc): New toplevel function, moved from collate_output.
9563         (collate_output): Remove add_to_tablewc nested function.
9565         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
9566         (name_insert): New function.
9567         (write_output): Remove hash_table and hash_size vars and name_insert
9568         nested function.
9570 2007-07-24  Roland McGrath  <roland@redhat.com>
9572         * Makerules (install-others-programs-nosubdir): New target.
9573         (install-no-libc.a-nosubdir): Depend on it.
9575         * iconv/Makefile (install-others-programs): Set this instead of
9576         install-others.
9577         * login/Makefile (install-others-programs): Likewise.
9578         * posix/Makefile (install-others-programs): Likewise.
9580         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
9581         dependencies.
9583 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
9585         * io/Makefile (tests): Add tst-posix_fallocate.
9586         * io/tst-posix_fallocate.c: New file.
9588         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9589         __ASSUME_FALLOCATE.
9591 2007-07-22  Roland McGrath  <roland@frob.com>
9593         * hurd/getdport.c: Add missing copyright year update.
9595         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
9596         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
9598 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
9600         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
9602         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
9603         O_CLOEXEC is needed.
9604         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
9605         Avoid additional fcntl to set O_CLOEXEC if not needed.
9606         * nis/nss_compat/compat-initgroups.c: Likewise.
9607         * nis/nss_compat/compat-pwd.c: Likewise.
9608         * nis/nss_compat/compat-spwd.c: Likewise.
9610 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9612         [BZ #3665]
9613         * manual/errno.texi: Change ECANCELED value to 119.
9615         [BZ #4610]
9616         * mach/lock-intern.h: Include <sys/cdefs.h>.
9618         [BZ #4178]
9619         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
9620         reading A.
9622         [BZ #4126]
9623         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
9624         to __sigsuspend.
9626         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
9628 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
9630         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
9631         `__ASSEMBLER__'.
9632         * sysdeps/mach/hurd/i386/tls.h: Likewise.
9634 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
9636         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
9637         descriptor received from nscd.
9639         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
9641         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
9642         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9643         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9644         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9645         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9646         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9648 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
9650         [BZ #4816]
9651         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
9653         [BZ #4813]
9654         * login/forkpty.c (forkpty): Close master and slave fds on
9655         fork failure.  Patch by
9656         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
9658 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
9660         * include/features.h (__USE_ISOC95): New define.
9661         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
9662         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
9663         for -std=iso9899:199409.
9664         * CONFORMANCE: Remove comments about unsupported AMD1.
9666 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
9668         * sysdeps/ia64/sched_cpucount.c: New file.
9669         * sysdeps/powerpc/sched_cpucount.c: New file.
9671         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
9672         __BEGIN_DECLS/__END_DECLS around the prototype.
9673         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
9674         pointer to const cpu_set_t.
9676         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
9677         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
9678         __need_size_t and include stddef.h.
9679         * sysvipc/sys/msg.h: Likewise.
9680         * posix/sched.h: Likewise.
9681         * hurd/hurd/signal.h (__need_size_t): Define.
9683         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
9684         neither does signal.h in pedantic ISO C namespaces.  stdio.h
9685         no longer defines wint_t or wchar_t.
9687         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
9688         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
9689         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
9690         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
9691         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
9692         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
9693         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
9694         * debug/printf_chk.c (__printf_chk): Likewise.
9695         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
9696         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
9698         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
9699         Define.
9701         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
9702         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
9704 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
9706         [BZ #4792]
9707         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
9708         * malloc/malloc.h (realloc): Likewise.
9710         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
9711         if one of proc_file_chain streams has that fileno.
9712         * stdio-common/Makefile (tests): Add tst-popen2.
9713         * stdio-common/tst-popen2.c: New test.
9715 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
9717         * elf/ldconfig.c: Allow GPLv2 or any later version.
9718         * elf/readlib.c: Likewise.
9719         * elf/chroot_canon.c: Likewise.
9720         * elf/cache.c: Likewise.
9721         * nscd/mem.c: Likewise.
9722         * nscd/getpwuid_r.c: Likewise.
9723         * nscd/grpcache.c: Likewise.
9724         * nscd/aicache.c: Likewise.
9725         * nscd/getsrvbynm_r.c: Likewise.
9726         * nscd/nscd.c: Likewise.
9727         * nscd/servicescache.c: Likewise.
9728         * nscd/getsrvbypt_r.c: Likewise.
9729         * nscd/initgrcache.c: Likewise.
9730         * nscd/gethstbyad_r.c: Likewise.
9731         * nscd/gethstbynm2_r.c: Likewise.
9732         * nscd/getgrnam_r.c: Likewise.
9733         * nscd/nscd_setup_thread.c: Likewise.
9734         * nscd/getpwnam_r.c: Likewise.
9735         * nscd/gai.c: Likewise.
9736         * nscd/connections.c: Likewise.
9737         * nscd/dbg_log.c: Likewise.
9738         * nscd/cache.c: Likewise.
9739         * nscd/hstcache.c: Likewise.
9740         * nscd/nscd_conf.c: Likewise.
9741         * nscd/getgrgid_r.c: Likewise.
9742         * nscd/pwdcache.c: Likewise.
9743         * catgets/gencat.c: Likewise.
9744         * locale/programs/linereader.h: Likewise.
9745         * locale/programs/locarchive.c: Likewise.
9746         * locale/programs/ld-paper.c: Likewise.
9747         * locale/programs/locfile-kw.h: Likewise.
9748         * locale/programs/ld-address.c: Likewise.
9749         * locale/programs/xmalloc.c: Likewise.
9750         * locale/programs/ld-time.c: Likewise.
9751         * locale/programs/localedef.c: Likewise.
9752         * locale/programs/simple-hash.c: Likewise.
9753         * locale/programs/xstrdup.c: Likewise.
9754         * locale/programs/ld-numeric.c: Likewise.
9755         * locale/programs/locfile-kw.gperf: Likewise.
9756         * locale/programs/ld-collate.c: Likewise.
9757         * locale/programs/charmap-kw.gperf: Likewise.
9758         * locale/programs/charmap.h: Likewise.
9759         * locale/programs/charmap-kw.h: Likewise.
9760         * locale/programs/config.h: Likewise.
9761         * locale/programs/locfile.c: Likewise.
9762         * locale/programs/ld-ctype.c: Likewise.
9763         * locale/programs/charmap.c: Likewise.
9764         * locale/programs/ld-messages.c: Likewise.
9765         * locale/programs/repertoire.h: Likewise.
9766         * locale/programs/locale.c: Likewise.
9767         * locale/programs/ld-name.c: Likewise.
9768         * locale/programs/linereader.c: Likewise.
9769         * locale/programs/locfile.h: Likewise.
9770         * locale/programs/3level.h: Likewise.
9771         * locale/programs/ld-monetary.c: Likewise.
9772         * locale/programs/ld-measurement.c: Likewise.
9773         * locale/programs/charmap-dir.c: Likewise.
9774         * locale/programs/ld-identification.c: Likewise.
9775         * locale/programs/localedef.h: Likewise.
9776         * locale/programs/charmap-dir.h: Likewise.
9777         * locale/programs/repertoire.c: Likewise.
9778         * locale/programs/simple-hash.h: Likewise.
9779         * locale/programs/ld-telephone.c: Likewise.
9780         * locale/programs/locale-spec.c: Likewise.
9781         * locale/programs/locfile-token.h: Likewise.
9782         * posix/getconf.c: Likewise.
9783         * iconv/dummy-repertoire.c: Likewise.
9784         * iconv/iconv_charmap.c: Likewise.
9785         * iconv/iconvconfig.c: Likewise.
9786         * iconv/iconv_prog.c: Likewise.
9787         * malloc/memusagestat.c: Likewise.
9788         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
9790 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9792         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
9793         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
9794         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
9795         check for the first argument.
9797 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
9799         [BZ #4775]
9800         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
9801         (__tgmath_real_type): Fix if expr is const int or other const
9802         qualified integral type.
9803         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
9804         expressions and handle const qualified arguments.
9805         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
9806         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
9807         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
9808         statement expressions.
9809         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
9810         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
9811         (__TGMATH_UNARY_IMAG): Define.
9812         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
9813         * math/Makefile (tests): Add test-tgmath2.
9814         (CFLAGS-test-tgmath2.c): Add.
9815         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
9816         count_cfloat, count_cldouble): New variables.
9817         (NCCALLS): Define.
9818         (main): Check number of complex calls as well.
9819         (F(compile_test)): Add complex tests and tests with const qualified
9820         arguments.
9821         (y, z, ccount): Define.
9822         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
9823         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
9824         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
9825         F(cproj)): New functions.
9826         * math/test-tgmath2.c: New test.
9828 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
9830         [BZ #4776]
9831         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
9832         RPATH etc. as "/" rather than "", don't segfault on empty paths,
9833         instead output ".".
9834         * dlfcn/Makefile (distribute): Add glreflib3.c.
9835         (module-names): Add glreflib3.
9836         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
9837         glreflib1.so.
9838         (LDFLAGS_glreflib3.so): New.
9839         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
9840         glreflib1.so.
9841         * dlfcn/glreflib3.c: New file.
9843         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
9844         returned -1, return NULL.
9845         * intl/explodename.c (_nl_explode_name): Return -1 if
9846         _nl_normalize_codeset failed.
9848 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
9850         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
9851         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
9852         and avoid branch misspredicts for > 31 bytes memset case.
9853         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
9854         Remove toc ref to __cache_line_size.
9856         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
9857         to get ISA-V2.0 branch hints.
9858         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
9859         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
9860         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
9861         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
9862         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
9863         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
9864         Remove toc ref to __cache_line_size.
9866         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
9867         Include math_ldbl_opt.h.
9869 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
9871         [BZ #4773]
9872         * time/strptime_l.c (__strptime_internal): Implement greedy
9873         matching of weekday and month names.
9875 2007-07-09  Roland McGrath  <roland@redhat.com>
9877         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
9878         (ELF_NOTE_ABI): Use it.
9879         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
9881 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
9883         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
9884         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
9886 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
9888         [BZ #4745]
9889         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
9890         in loop to look for conversion specifier to avoid testing of
9891         wrong errno value.
9892         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
9893         * stdio-common/bug18.c: New file.
9894         * stdio-common/bug18a.c: New file.
9895         * stdio-common/bug19.c: New file.
9896         * stdio-common/bug19a.c: New file.
9898 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
9900         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
9901         running awk script.
9903 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
9905         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
9906         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
9907         Return NULL if mmap failed instead of asserting it does not.
9908         (calloc): Check for integer overflow.
9910         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
9911         than LONG_MAX / 10.
9913 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
9915         [BZ #4702]
9916         * nis/nss-default.c: Include errno.h.
9917         (init): Preserve errno.
9919 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
9921         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
9923 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
9925         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
9927 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9929         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
9931 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9933         * sysdeps/s390/dl-procinfo.c: New file.
9934         * sysdeps/s390/dl-procinfo.h: New file.
9935         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
9937 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
9939         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
9940         in PT_NOTE segments with multiple notes.
9941         * elf/readelflib.c (process_elf_file): Likewise.
9943 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
9945         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
9946         ISO C compliant.
9948 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
9950         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
9952 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
9954         * include/link.h: Don't include rtld-lowlevel.h.
9955         (struct link_map): Remove l_scope_lock.
9956         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
9957         (_dl_scope_free_list): New field (variable) in _rtld_global.
9958         (DL_LOOKUP_SCOPE_LOCK): Remove.
9959         (_dl_scope_free): New prototype.
9960         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
9961         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
9962         (_dl_profile_fixup): Likewise.
9963         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
9964         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
9965         THREAD_GSCOPE_RESET_FLAG around it.
9966         * elf/dl-close.c (_dl_close_worker): Don't use
9967         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
9968         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
9969         scopes were queued or if l_scope_mem has been abandoned.
9970         * elf/dl-open.c (_dl_scope_free): New function.
9971         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
9972         * elf/dl-support.c (_dl_scope_free_list): New variable.
9973         * elf/dl-lookup.c (add_dependency): Remove flags argument.
9974         Remove DL_LOOKUP_SCOPE_LOCK handling.
9975         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
9976         handling.
9977         * elf/dl-object.c (_dl_new_object): Don't use
9978         __rtld_mrlock_initialize.
9980 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
9982         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
9983         to fill in holes
9984         (rtld_global_ro): Likewise.
9986 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
9988         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
9989         Move PT_LOAD checking to...
9990         (_dl_addr_inside_object): ... here, new function.
9991         * elf/dl-sym.c (do_sym): If not l_contiguous,
9992         call _dl_addr_inside_object.
9993         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
9994         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
9995         * elf/dl-open.c (dl_open_worker): Likewise.
9996         (_dl_addr_inside_object): New function if IS_IN_rtld.
9997         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
9998         holes are present or are PROT_NONE protected.
9999         * include/link.h (struct link_map): Add l_contiguous field.
10000         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
10002 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10003             Tomas Janousek  <tjanouse@redhat.com>
10004             Ulrich Drepper  <drepper@redhat.com>
10006         [BZ #4647]
10007         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
10008         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
10009         socket.
10010         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
10011         unused member a bitmap.
10012         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
10013         servers are configured.
10015 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10017         * elf/rtld.c (dl_main): Don't call init_tls more than once.
10019 2007-06-17  Andreas Schwab  <schwab@suse.de>
10021         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
10023 2007-06-16  Andreas Jaeger  <aj@suse.de>
10025         [BZ #4125]
10026         * sysdeps/unix/sysv/linux/sys/ptrace.h
10027         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
10028         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
10029         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
10030         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
10031         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
10032         Define.
10033         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
10034         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
10035         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
10036         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
10038 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
10040         [BZ #4599]
10041         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
10042         determining whether there are IPv4/IPv6 addresses, ignore loopback
10043         addresses.
10045 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
10047         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
10048         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
10049         as the return type.  Change type of "r" variable to CMPtype.
10050         * soft-fp/eqsf2.c (__eqsf2): Likewise.
10051         * soft-fp/eqtf2.c (__eqtf2): Likewise.
10052         * soft-fp/gedf2.c (__gedf2): Likewise.
10053         * soft-fp/gesf2.c (__gesf2): Likewise.
10054         * soft-fp/getf2.c (__getf2): Likewise.
10055         * soft-fp/ledf2.c (__ledf2): Likewise.
10056         * soft-fp/lesf2.c (__lesf2): Likewise.
10057         * soft-fp/letf2.c (__letf2): Likewise.
10058         * soft-fp/unorddf2 (__unorddf2): Likewise.
10059         * soft-fp/unordsf2 (__unordsf2): Likewise.
10060         * soft-fp/unordtf2 (__unordtf2): Likewise.
10062 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
10064         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
10065         make sure gcc doesn't mess around with this.
10067 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
10069         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
10071 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
10073         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
10074         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
10075         at most once per _dl_close_worker.
10077 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
10079         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
10080         __sched_cpucount as const.
10081         * posix/sched_cpucount.c: Adjust.
10083         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
10084         instruction for counting bits.
10085         * sysdeps/x86_64/sched_cpucount.c: New file.
10087 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
10089         * configure.in: Avoid variable named BASH.
10090         * config.make.in: Likewise.
10091         Patch in part by Mike Frysinger.
10093 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
10095         [BZ #4586]
10096         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
10097         pseudo-zeros as zero.
10098         * sysdeps/x86_64/ldbl2mpn.c: New file.
10099         * sysdeps/ia64/ldbl2mpn.c: New file.
10101 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
10103         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
10104         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
10105         Remove unreachable code at the end.
10107 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
10109         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
10110         ldbl-128ibm in comment.
10111         (fpclassifyl): Correct classification of denormals.
10112         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
10113         return value for MIN denormal. Rewrite using long double math too
10114         correctly handle denormals and canonicalize the results.
10116 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
10118         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
10119         (__mpn_construct_long_double): Fix conversion where result ought
10120         to be smaller than __LDBL_MIN__, or the low double should be
10121         denormal.  Fix decision where to negate low double - honor round
10122         to even rules.
10123         * stdio-common/tst-sprintf2.c: Include string.h.
10124         (COMPARE_LDBL): Define.
10125         (TEST): Also test whether a string hexadecimal float representation
10126         can be parsed back to the number.
10127         (main): Add a couple of further tests.
10129 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
10131         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
10132         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
10133         is non-zero, but smaller than 2 * __DBL_MIN__.
10134         * stdio-common/tst-sprintf2.c: New test.
10135         * stdio-common/Makefile (tests): Add tst-sprintf2.
10137         * math/test-misc.c (main): Don't run last batch of tests with
10138         IBM long double format.
10140 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10142         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
10143         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
10144         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
10145         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
10146         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10147         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
10148         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
10149         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
10150         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
10151         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
10152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
10153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
10154         New file.
10155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
10156         New file.
10157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
10158         New file.
10159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
10160         New file.
10161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
10162         New file.
10163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
10164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
10165         New file.
10166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
10167         New file.
10168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
10169         New file.
10170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
10171         New file.
10172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
10173         New file.
10175 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10177         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
10178         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
10179         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
10180         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
10181         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
10182         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
10183         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
10184         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
10186 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
10188         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
10189         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10190         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
10191         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10192         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
10193         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10194         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
10195         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10197 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
10199         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
10200         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
10201         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
10202         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
10204 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
10206         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
10207         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
10209 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
10211         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
10212         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
10213         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
10214         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
10216 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
10218         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
10219         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
10221 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
10223         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
10224         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
10226         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
10227         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
10228         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
10229         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
10231 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
10233         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
10234         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
10235         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
10236         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
10238 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
10240         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
10241         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
10242         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
10243         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10244         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
10245         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
10247 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
10249         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
10250         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
10251         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
10252         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
10254 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
10256         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
10257         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
10258         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
10259         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
10260         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
10261         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
10262         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
10263         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
10264         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
10265         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
10266         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
10267         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
10268         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
10269         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
10270         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
10271         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
10273 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
10275         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
10276         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
10278 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
10280         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
10281         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
10283 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10285         * sysdeps/powerpc/powerpc32/970/Implies: New file.
10286         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
10287         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
10288         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
10289         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
10290         * sysdeps/powerpc/powerpc64/970/Implies: New file.
10291         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
10292         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
10293         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
10294         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
10296 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
10298         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
10300 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
10302         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
10303         branch miss-predicts. Ensure that cache line crossing does not impact
10304         dispatch grouping.
10306 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
10308         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
10309         "../../powerpc32/power4/memcopy.h".
10310         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
10311         "../../powerpc32/power4/wordcopy.c".
10313 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
10315         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
10316         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
10317         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
10318         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
10319         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
10320         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
10322 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
10324         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
10326 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
10328         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
10329         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
10330         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
10331         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
10332         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
10333         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
10334         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
10335         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
10337 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
10339         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
10341 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
10343         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
10344         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
10345         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
10346         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
10347         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
10348         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
10349         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
10351 2007-05-29  Roland McGrath  <roland@redhat.com>
10353         * po/Makefile (po-sed-cmd): New variable.
10354         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
10356 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
10358         * crypt/md5-crypt.c: Fix comment.
10360         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
10361         of crashing.  When this is the case or if the reply is malformed,
10362         don't try to close the new file descriptor since it does not
10363         exist.
10364         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
10366 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
10368         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
10369         if __NR_utimensat is not defined.
10371 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
10373         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
10375 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
10377         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
10378         (open): Fix comment typos.  Don't call __open_2 if flags
10379         is a compile time constant without O_CREAT.
10380         (__open64_2): Add nonnull attribute.
10381         (open64): Fix comment typos.  Don't call __open64_2 if flags
10382         is a compile time constant without O_CREAT.
10383         (__openat_2): Add nonnull attribute, fix nonnull attribute
10384         on redirect.
10385         (openat): Fix comment typos.  Don't call __openat_2 if flags
10386         is a compile time constant without O_CREAT.
10387         (__openat64_2): Add nonnull attribute, fix nonnull attribute
10388         on redirect.
10389         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
10390         is a compile time constant without O_CREAT.
10392 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
10394         * Makerules (sysd-rules): Define PTW for ptw-* files.
10395         * Versions: Define GLIBC_2.7 for libc.
10396         * include/stdio.h: Declare __fortify_fail.
10397         * debug/fortify_fail.c: New file.
10398         * debug/Makefile (routines): Add fortify_fail.
10399         * debug/chk_fail.c: Use __fortify_fail.
10400         * debug/stack_chk_fail.c: Likewise.
10401         * io/Versions: Export __open_2, __open64_2, __openat_2, and
10402         __openat64_2 for GLIBC_2.7.
10403         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
10404         * io/open.c: Define *_2 variant of function which checks for O_CREAT
10405         and fails if necessary.
10406         * io/open64.c: Likewise.
10407         * io/openat.c: Likewise.
10408         * io/openat64.c: Likewise.
10409         * sysdeps/unix/sysv/linux/open64.c: Likewise.
10410         * sysdeps/unix/sysv/linux/openat.c: Likewise.
10411         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
10412         * io/bits/fcntl2.h: New file.
10413         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
10414         __openat64_2.
10415         * include/bits/fcntl2.h: New file.
10416         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
10417         Add open_2.
10418         * sysdeps/unix/sysv/linux/open_2.c: New file.
10420 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
10422         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
10423         as second parameter to handle_intel.
10425         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
10426         the entry.
10428         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
10429         handling to ...
10430         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
10431         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
10432         cacheinfo.
10433         * sysdeps/x86_64/memcpy.S: Complete rewrite.
10434         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
10435         Patch by Evandro Menezes <evandro.menezes@amd.com>.
10437         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
10439 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
10441         [BZ #4525]
10442         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
10443         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
10444         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
10446         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
10448         [BZ #4514]
10449         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
10450         reinitialize workend at the start of each do_positional format spec
10451         loop, free workstart before do_positional loops.
10452         (printf_unknown): Fix size of work_buffer.
10453         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
10455         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
10456         (public_sET_STATe): If ms->version < 3, put all chunks into
10457         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
10458         chunks.
10460         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
10461         * malloc/hooks.c: Likewise.
10462         * malloc/arena.c: Likewise.
10463         * malloc/malloc.c (do_check_malloc_state): Don't assert
10464         n_mmaps is not greater than n_mmaps_max.  This removes the need
10465         for the previous change.
10467         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
10468         2007-05-07 commit.
10470 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
10472         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
10473         Define for kernel >= 2.6.22.
10475 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
10477         * elf/dl-close.c (_dl_close_worker): When removing object from
10478         global scope, wait for all lookups to finish afterwards.
10479         * elf/dl-open.c (add_to_global): When global scope array must
10480         grow, allocate a new one and free old array only after all
10481         lookups finish.
10482         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
10483         (_dl_lookup_symbol_x): Likewise.
10484         * elf/dl-support.c: Define _dl_wait_lookup_done.
10485         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
10486         _dl_wait_lookup_done.
10488         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
10489         not overlapping with arena.
10491         * malloc/mcheck.c (reallochook): If size==0, free the block.
10493         * rt/tst-shm.c: Use fstat64 instead of fstat.
10495         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
10496         __NR_sync_file_range is not defined.
10498 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
10500         Dummy files to prevent stub versions from being used.
10501         * sysdeps/x86_64/fpu/k_cosl.c: New file.
10502         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
10503         * sysdeps/x86_64/fpu/k_sinl.c: New file.
10504         * sysdeps/x86_64/fpu/k_tanl.c: New file.
10506         * version.h (VERSION): Set to 2.6.90.
10508 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
10510         * version.h (VERSION): Define to 2.6.
10511         * include/features.h (__GLIBC_MINOR__): Define to 6.
10513         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
10515         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
10516         sizes.
10518 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
10520         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
10521         number of mmaps.  n_mmaps_max is the target.
10522         * malloc/hooks.c: Likewise.
10523         * malloc/arena.c: Likewise.
10525 2007-05-12  Andreas Jaeger  <aj@suse.de>
10527         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
10528         getpid.
10530 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
10532         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
10533         adding new variables.
10535         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
10536         optimize.  Completely extend global scope array before making the
10537         new entries visible.
10539 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
10541         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
10542         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
10543         tst-getcpu.
10545         * include/link.h: Move l_version and l_nversion members around to
10546         fill gaps.
10548         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
10550         * sysdeps/unix/sysv/linux/sched_setaffinity.c
10551         (__sched_setaffinity_new): If syscall was successful and
10552         RESET_VGETCPU_CACHE is defined, use it before returning.
10553         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
10555         * io/sys/stat.h: Make sure struct timespec is defined for
10556         __USE_ATFILE.
10558         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
10559         UTIME_OMIT.
10560         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
10561         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
10562         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
10563         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
10564         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
10565         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
10566         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
10567         * io/sys/stat.h: Declare utimensat, futimens.
10568         * io/utimensat.c: New file.
10569         * io/futimens.c: New file.
10570         * sysdeps/unix/sysv/linux/utimensat.c: New file.
10571         * sysdeps/unix/sysv/linux/futimens.c: New file.
10572         * io/Makefile (routines): Add utimensat, futimens.
10573         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
10574         * sysdeps/unix/sysv/linux/lutimes.c: New file.
10575         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
10576         available.
10578         * include/sys/cdefs.h: Redefine __nonnull so that test for
10579         incorrect parameters in the libc code itself are not omitted.
10581 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
10583         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
10584         exception in addition to inexact when asked to raise only FE_INEXACT.
10586         [BZ #3427]
10587         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
10588         in *envp.
10590 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
10592         [BZ #4403]
10593         * string/strfry.c (strfry): Make result more random.
10595 2007-05-07  Richard Henderson  <rth@redhat.com>
10597         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
10598         if __NO_LONG_DOUBLE_MATH.
10599         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
10600         available in the compiler, add .arch directive to the assembly.
10602 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
10604         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
10605         compat_symbol to GLIBC_2_1.
10606         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
10607         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
10608         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
10609         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
10610         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
10611         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
10612         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
10613         libc, not libm.
10614         (__isnanl): New compat_symbol.
10616 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
10617             Jakub Jelinek  <jakub@redhat.com>
10619         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
10620         (new_heap): Initialize mprotect_size.
10621         (grow_heap): When growing, only mprotect from mprotect_size till
10622         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
10623         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
10625 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
10626             Peter Bergner  <bergner@us.ibm.com>
10628         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
10629         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
10630         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
10631         * sysdeps/powerpc/fpu/fe_mask.c: New file.
10632         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
10633         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
10634         Call __fe_mask_env() if all FP exceptions disabled.
10635         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
10636         from old FPSCR to new fenv to propagate DFP rounding modes.
10637         Call __fe_mask_env() if FP exceptions previously enabled.
10638         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
10639         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
10640         transitioning from all exceptions disabled to any exception enabled
10641         or visa versa.
10642         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
10643         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
10644         when transitioning from all exceptions disabled to any exception
10645         enabled or visa versa.
10646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
10647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
10648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
10649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
10650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
10651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
10653 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
10655         [BZ #4465]
10656         * posix/unistd.h: Remove __THROW from fdatasync.
10658 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
10660         [BZ #4465]
10661         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
10663 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
10665         * stdio-common/vfprintf.c (process_string_arg): Optimize
10666         ridiculous precision in wide char code printing multi-byte string.
10667         Reported by Jim Meyering <jim@meyering.net>.
10669         [BZ #4131]
10670         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
10671         boundaries to work around systems with overlapping binary loading.
10672         Based on a patch by Suzuki <suzuki@in.ibm.com>.
10674 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
10676         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
10677         __mbsnrtowcs after last change.
10679         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
10680         (get_ident): Likewise.
10682 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
10684         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
10685         with setting the sticky bit.
10686         * math/test-misc.c (main): Add more truncation tests.
10688 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
10690         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
10691         double in the function declaration.
10692         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
10693         double in the function declaration.
10694         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
10695         float in the function declaration.
10696         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
10697         float in the function declaration.
10699         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
10700         denormal operands.  Do not generate FP_EX_DENORM exception.
10701         (FP_UNPACK_RAW_EP): Ditto.
10702         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
10703         undefined _FP_UNPACK_RAW_E.
10704         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
10705         undefined _FP_UNPACK_RAW_EP.
10706         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
10707         undefined _FP_PACK_RAW_E.
10708         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
10709         undefined _FP_PACK_RAW_EP.
10711         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
10712         _FP_FRAC_COPY_2.
10713         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
10714         _FP_FRAC_COPY_4.
10716 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
10717             Jakub Jelinek  <jakub@redhat.com>
10719         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
10720         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
10721         this case.
10722         * soft-fp/op-common.h (FP_TRUNC): Ditto.
10724 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
10726         * math/test-misc.c (main): Add tests for rounding long double
10727         values close to smallest double denormalized value to double.
10729 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
10731         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
10732         condition for truncating to 0.  Set sticky bit for such
10733         truncation.
10735 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
10737         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
10738         fixed length array for ignore.
10740 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
10742         [BZ #4438]
10743         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
10744         stack for large precisions.
10745         * stdio-common/test-vfprintf.c (main): Add test for large
10746         precision.
10748 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
10750         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
10751         for exponent 0.
10752         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
10754         [BZ #4439]
10755         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
10756         account in the size check.
10757         * resolv/tst-inet_ntop.c: New test.
10758         * resolv/Makefile (tests): Add tst-inet_ntop.
10760 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
10761             Jakub Jelinek  <jakub@redhat.com>
10763         [BZ #4349]
10764         * malloc/malloc.c: Keep separate list for first blocks on the bin
10765         lists with a given size.  This helps skipping over list elements
10766         we know won't fit in two places.
10767         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
10769 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
10771         [BZ #4102]
10772         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
10773         label to Teredo tunnel addresses 2001://32.
10775 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
10777         * locale/programs/ld-collate.c (collate_read): Allow order_start
10778         after copy.
10780         * locale/programs/ld-collate.c (collate_read): Fix printing of
10781         error message.
10783         [BZ #3213]
10784         * locale/C-translit.h.in: Add entry for U2044.
10786         [BZ #4342]
10787         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
10788         hexa-decimal floats without exponent.
10789         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
10791 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
10793         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
10794         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
10795         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
10796         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
10797         GLIBC_2.6.
10798         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
10799         Add sched_getcpu.
10801 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
10803         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
10804         of 0 after the out_fail label.
10806 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
10808         [BZ #4406]
10809         * iconv/gconv_charset.h (strip): Allow ':'.
10810         * iconv/iconv_open.c (iconv_open): Adjust comment.
10812 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
10814         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
10815         version.
10817 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
10819         [BZ #4381]
10820         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
10821         alignment of buffer and tmp_buffer.
10822         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
10823         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
10824         alignment of buffer.
10825         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
10826         bigger than INT_MAX.
10827         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
10828         h_errnop arguments.  Fail if buflen is too small.
10829         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
10831 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
10833         [BZ #4405]
10834         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
10835         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
10837 2007-04-22  Roland McGrath  <roland@redhat.com>
10839         * elf/elf.h (NT_PRXFPREG): New macro.
10841 2007-04-19  Andreas Jaeger  <aj@suse.de>
10843         [BZ #3905]
10844         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
10845         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
10846         Added.
10848 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
10850         * include/sys/mman.h: Mark madvise hidden.
10851         * misc/madvise.c: Add libc_hidden_def.
10853 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
10855         * nis/nis_domain_of.c (__nis_domain_of): New function.
10856         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
10857         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
10858         * nis/nis_call.c (rec_dirsearch): Likewise.
10859         (first_shoot): Likewise.  Remove search_parent_first argument.
10860         (struct nis_server_cache): Rename search_parent_first field
10861         to search_parent.
10862         (nis_server_cache_search, nis_server_cache_add): Rename
10863         search_parent_first argument to search_parent.
10864         (__nisfind_server): Likewise.  If search_parent, call
10865         __nis_domain_of.
10867 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
10869         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
10871 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
10873         [BZ #4368]
10874         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
10876 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
10878         [BZ #4364]
10879         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
10881 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
10883         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
10884         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
10885         current number of locales in SUPPORTED.
10886         (create_archive): Initialize serial.
10887         (enlarge_archive): Preserve aliases rather than duplicating
10888         their locrecs.
10890 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
10892         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
10893         after _IO_un_link, not before it.
10895         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
10896         special case handling when wcp == wstartp + 1.  Fix a comment typo.
10897         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
10899 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
10901         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
10902         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
10903         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
10904         Remove __THROW.
10905         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
10906         _IO_file_xsgetn_maybe_mmap): Likewise.
10907         * libio/oldfileops.c (old_do_write): Likewise.
10908         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
10909         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
10910         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
10911         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
10912         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
10913         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
10914         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
10915         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
10916         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
10917         _IO_file_underflow, _IO_file_underflow_mmap,
10918         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
10919         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
10920         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
10921         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
10922         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
10923         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
10924         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
10925         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
10926         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
10927         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
10928         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
10929         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
10930         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
10931         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
10932         _IO_adjust_column_internal, _IO_default_uflow_internal,
10933         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
10934         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
10935         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
10936         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
10937         _IO_file_close_it_internal, _IO_file_underflow_internal,
10938         _IO_file_overflow_internal, _IO_file_attach_internal,
10939         _IO_file_fopen_internal, _IO_file_sync_internal,
10940         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
10941         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
10942         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
10943         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
10944         _IO_seekpos_unlocked): Likewise.
10945         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
10946         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
10948 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
10950         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
10951         argument in xmalloc size computation.
10953 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
10955         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
10956         math_opt_barrier and math_force_eval macros.
10958 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
10960         [BZ #3306]
10961         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
10962         * sysdeps/i386/fpu/math_private.h: New file.
10963         * sysdeps/x86_64/fpu/math_private.h: New file.
10964         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
10965         math_force_eval macros.  Use "+m" constraint on asm rather than
10966         "=m" and "m".
10967         * math/s_nextafter.c (__nextafter): Likewise.
10968         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
10969         Likewise.
10970         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
10971         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
10972         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
10973         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
10974         math_opt_barrier and math_force_eval macros.
10975         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
10976         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
10977         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
10978         (__nexttoward): Use math_opt_barrier and
10979         math_force_eval macros.  Use "+m" constraint on asm rather than
10980         "=m" and "m".  Only use asm to force double result if
10981         FLT_EVAL_METHOD is 2.
10982         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
10983         (__nexttowardf): Use math_opt_barrier and
10984         math_force_eval macros.  Use "+m" constraint on asm rather than
10985         "=m" and "m".  Only use asm to force double result if
10986         FLT_EVAL_METHOD is not 0.
10987         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
10988         (__nexttowardf): Use math_opt_barrier and
10989         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
10990         x to float using asm.
10991         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
10992         (__nldbl_nexttowardf): Use math_opt_barrier and
10993         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
10994         x to float using asm.
10995         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
10996         (__nexttowardf): Use math_opt_barrier and math_force_eval
10997         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
10998         * math/bug-nextafter.c (zero, inf): New variables.
10999         (main): Add new tests.
11000         * math/bug-nexttoward.c (zero, inf): New variables.
11001         (main): Add new tests.
11003 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
11005         [BZ #3427]
11006         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
11007         exceptions both in SW and MXCSR.
11008         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
11009         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
11010         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11011         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
11012         in MXCSR if SSE is available.
11013         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
11014         and ldsodefs.h.
11015         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
11016         Fix comment typo.
11017         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
11018         Return 0 rather than 1.
11019         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
11020         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
11021         * math/test-fenv.c (feholdexcept_tests): New function.
11022         (main): Call it.
11024 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
11026         [BZ #3427]
11027         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
11028         in SW.
11030 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
11032         [BZ #4344]
11033         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
11034         Reported by David Anderson <davea42@earthlink.net>.
11036 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
11038         * posix/sys/wait.h: Remove unnecessary forward declaration.
11040 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
11042         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
11043         with obj->do_servers after first_shoot.
11045 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
11047         * posix/Makefile (routines): Add sched_cpucount.
11048         (tests): Add tst-cpucount.
11049         * posix/sched_cpucount.c: New file.
11050         * posix/tst-cpucount.c: New file.
11051         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
11052         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
11053         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
11054         * posix/sched.h: Define CPU_COUNT.
11056 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
11058         * posix/fnmatch.c (STRUCT): Define.
11059         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
11060         * posix/fnmatch_loop.c (struct STRUCT): New type.
11061         (FCT): Add ends argument.  If ends != NULL and normal * is
11062         seen in the pattern, store current pattern and string pointers
11063         and return.  Adjust recursive calls.
11064         (EXT): Adjust FCT callers.
11065         (STRUCT): Undef at the end of the file.
11066         * posix/Makefile (tests): Add tst-fnmatch2.
11067         * posix/tst-fnmatch2.c: New test.
11069 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
11071         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
11072         and 1 on failure.
11074         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
11075         Change last argument to unsigned int.
11077 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
11079         * scripts/check-local-headers.sh: Filter out sys/capability.h.
11081 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
11083         * config.h.in (HAVE_LIBCAP): Add.
11084         * nscd/selinux.h: Include sys/capability.h rather than non-existent
11085         sys/capabilities.h.
11086         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
11087         free_caps.  Cast away const from 4th cap_set_flag argument.
11089 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
11091         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
11092         GLIBC_2.6.
11093         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
11094         Add sync_file_range.
11095         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
11097 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
11099         * sysdeps/powerpc/bits/atomic.h
11100         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
11101         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
11102         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11103         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
11104         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11105         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
11106         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
11107         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
11108         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11109         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
11110         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
11111         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
11112         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11113         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
11114         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11115         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
11116         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11117         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
11118         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11119         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
11121 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
11123         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
11124         (__cache_line_size): Define the variable here.  Add
11125         attribute_hidden, remove weak_extern.
11126         (__libc_start_main): Set __cache_line_size
11127         unconditionally.
11128         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
11129         (__cache_line_size): Define the variable here.  Add
11130         attribute_hidden, remove weak_extern.
11131         (DL_PLATFORM_AUXV): Set __cache_line_size
11132         unconditionally.
11133         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
11134         weak_extern, add attribute_hidden.
11135         (__elf_machine_runtime_setup): Assume __cache_line_size is always
11136         defined in ld.so.
11137         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
11138         definition.
11139         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
11141 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
11143         [BZ #4276]
11144         * timezone/africa: Update from tzdata2007d.
11145         * timezone/asia: Likewise.
11146         * timezone/australasia: Likewise.
11147         * timezone/backward: Likewise.
11148         * timezone/europe: Likewise.
11149         * timezone/iso3166.tab: Likewise.
11150         * timezone/leapseconds: Likewise.
11151         * timezone/northamerica: Likewise.
11152         * timezone/southamerica: Likewise.
11153         * timezone/zone.tab: Likewise.
11155         * timezone/private.h: Update from tzcode2007d.
11156         * timezone/zdump.c: Likewise.
11157         * timezone/zic.c: Likewise.
11159 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
11161         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
11162         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
11163         variables.
11164         (nis_server_cache_search, nis_server_cache_add): New functions.
11165         (__nisfind_server): Use them.  Add dbp and flags argument, if
11166         call __nisbind_create.
11167         (__nisbind_create): Add server_used and current_ep arguments,
11168         only call __nis_findfastest if server_used is ~0.
11169         (__do_niscall2, __prepare_niscall): Adjust callers.
11170         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
11171         ckey_cache_euid, ckey_cache_lock): New variables.
11172         (get_ckey): New function.
11173         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
11174         __pmap_getnisport.  Save __pmap_getnisport result in
11175         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
11176         key.
11177         * nis/nis_lookup.c (nis_lookup): Likewise.
11178         * nis/nis_table.c (nis_list): Likewise.
11179         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
11180         prototypes.
11182         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
11183         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
11184         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
11185         _nss_nisplus_getservbyport_r): Likewise.
11186         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
11187         _nss_nisplus_getnetbyaddr_r): Likewise.
11188         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
11189         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
11190         _nss_nisplus_getntohost_r): Likewise.
11191         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
11192         _nss_nisplus_getrpcbynumber_r): Likewise.
11194 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
11196         * configure.in (libc_cv_gnu89_inline): Only do compile test.
11197         * configure: Rebuilt.
11199         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
11200         bit-fields.
11201         * soft-fp/extended.h (_FP_UNION_E): Likewise.
11203 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
11205         [BZ #2831]
11206         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
11207         bit-fields.
11209 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
11211         * nscd/gai.c: Include alloca.h.
11212         (__libc_use_alloca): Define.
11214 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
11216         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
11217         smaller scopes.
11218         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
11219         (DL_DST_REQUIRED): Adjust user.
11221         * include/dlfcn.h (struct link_map): New forward decl.
11223         * inet/getnameinfo.c: Include stddef.h.
11224         (getnameinfo): Use offsetof.
11226         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
11228         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
11230         * string/strerror_l.c: Include stdlib.h.
11232         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
11233         * config.make.in (gnu89-inline-CFLAGS): New variable.
11234         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
11235         -std=gnu99.
11236         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
11237         * argp/argp.h: Use it.
11238         * bits/mathinline.h: Likewise.
11239         * bits/sigset.h: Likewise.
11240         * bits/string.h: Likewise.
11241         * ctype/ctype.h: Likewise.
11242         * hurd/hurd.h: Likewise.
11243         * hurd/hurd/fd.h: Likewise.
11244         * hurd/hurd/port.h: Likewise.
11245         * hurd/hurd/signal.h: Likewise.
11246         * hurd/hurd/threadvar.h: Likewise.
11247         * hurd/hurd/userlink.h: Likewise.
11248         * io/sys/stat.h: Likewise.
11249         * libio/bits/stdio.h: Likewise.
11250         * libio/bits/stdio2.h: Likewise.
11251         * mach/lock-intern.h: Likewise.
11252         * mach/mach/mig_support.h: Likewise.
11253         * math/bits/cmathcalls.h: Likewise.
11254         * posix/bits/unistd.h: Likewise.
11255         * socket/bits/socket2.h: Likewise.
11256         * stdlib/bits/stdlib.h: Likewise.
11257         * stdlib/stdlib.h: Likewise.
11258         * string/argz.h: Likewise.
11259         * string/bits/string2.h: Likewise.
11260         * string/bits/string3.h: Likewise.
11261         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
11262         * sysdeps/generic/inttypes.h: Likewise.
11263         * sysdeps/generic/machine-lock.h: Likewise.
11264         * sysdeps/generic/machine-sp.h: Likewise.
11265         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
11266         * sysdeps/i386/i486/bits/string.h: Likewise.
11267         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
11268         * sysdeps/mach/alpha/machine-lock.h: Likewise.
11269         * sysdeps/mach/alpha/machine-sp.h: Likewise.
11270         * sysdeps/mach/i386/machine-lock.h: Likewise.
11271         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
11272         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
11273         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
11274         * sysdeps/s390/bits/string.h: Likewise.
11275         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
11276         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
11277         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
11278         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
11279         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11280         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
11281         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
11282         * wcsmbs/bits/wchar2.h: Likewise.
11283         * wcsmbs/wchar.h: Likewise.
11284         * stdlib/gmp.h: Likewise.  Include <features.h> to get
11285         __extern_inline definition.
11287 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
11289         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
11290         NULL.
11292         [BZ #3919]
11293         * math/libm-test.inc (log_test): Test -Inf and NaN.
11294         (log10_test, log1p_test, log2_test): Test -Inf.
11295         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
11296         FE_INVALID when argument is qNaN.
11297         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11298         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11299         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11300         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
11301         andb $1, %ah with testb $1, %ah, don't test for parity, instead
11302         testb $4, %ah and jump if non-zero.
11303         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11304         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
11306         [BZ #4101]
11307         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
11308         ancestors with the same depths.
11309         Patch by Niels Moeller <nisse@lysator.liu.se>.
11310         (filter_doc): Don't crash if argp is NULL.
11311         * argp/Makefile (tests): Add tst-argp2.
11312         * argp/tst-argp2.c: New test.
11314         [BZ #4130]
11315         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
11316         open_not_cancel_2.
11317         (updwtmp_file): Likewise.
11319         [BZ #4181]
11320         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
11321         (inet6_opt_append): Don't check extlen is big enough if extbuf
11322         is NULL.
11323         (inet6_opt_finish): Likewise.
11324         * inet/Makefile (tests): Add test-inet6_opt.
11325         * inet/test-inet6_opt.c: New test.
11327         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
11328         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
11329         NLMSG_ERR.  Instead use a page sized buffer.
11330         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
11331         buffer.
11333 2007-03-14  Richard Henderson  <rth@redhat.com>
11335         * sysdeps/alpha/fpu/s_llround.c: New file.
11336         * sysdeps/alpha/fpu/s_llroundf.c: New file.
11337         * sysdeps/alpha/fpu/s_lround.c: New file.
11338         * sysdeps/alpha/fpu/s_lroundf.c: New file.
11339         * sysdeps/alpha/fpu/s_round.c: New file.
11340         * sysdeps/alpha/fpu/s_roundf.c: New file.
11341         * sysdeps/alpha/fpu/s_trunc.c: New file.
11342         * sysdeps/alpha/fpu/s_truncf.c: New file.
11344         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
11345         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
11346         * sysdeps/alpha/fpu/s_floor.c: Likewise.
11347         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
11348         * sysdeps/alpha/fpu/s_rint.c: Likewise.
11349         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
11351         * sysdeps/alpha/fpu/s_fmax.S: New file.
11352         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
11353         * sysdeps/alpha/fpu/s_fmin.S: New file.
11354         * sysdeps/alpha/fpu/s_fminf.S: New file.
11355         * sysdeps/alpha/fpu/s_isnan.c: New file.
11356         * sysdeps/alpha/fpu/s_isnanf.c: New file.
11357         * sysdeps/alpha/fpu/s_llrint.c: New file.
11358         * sysdeps/alpha/fpu/s_llrintf.c: New file.
11359         * sysdeps/alpha/fpu/s_lrint.c: New file.
11360         * sysdeps/alpha/fpu/s_lrintf.c: New file.
11361         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
11362         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
11364         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
11365         (__fdimf, fdimf, __fdim, fdim): Remove.
11366         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
11367         (__isnanf, __isnan, __isnanl): New.
11369 2007-03-13  Richard Henderson  <rth@redhat.com>
11371         * sysdeps/ieee754/ldbl-128/Makefile: New file.
11373 2007-03-13  Richard Henderson  <rth@redhat.com>
11375         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
11376         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
11377         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
11378         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
11379         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
11380         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
11382 2007-03-13  Richard Henderson  <rth@redhat.com>
11384         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
11385         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
11386         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
11387         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
11388         Move to dl-auxv.h; initialize instead of extern weak.
11389         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
11390         weak symbol.
11391         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
11392         Extern instead of initialized.
11394 2007-03-13  Richard Henderson  <rth@redhat.com>
11396         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
11397         __sigsuspend_nocancel.
11399 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
11401         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
11402         172.16/12 address range.
11404 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
11406         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
11407         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
11408         message.
11410 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
11412         [BZ #4069]
11413         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
11414         earlier.
11415         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
11417         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
11418         for x qNaN and y either +-inf or non-integer value.
11419         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
11420         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11421         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
11423 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
11425         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
11426         from sysdep_headers.
11428 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
11430         * time/tzfile.c (find_transition): Instead of a linear search try to
11431         guess the transition index, use a linear search if the result is at
11432         most 10 transitions away from the guess or binary search otherwise.
11434 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
11436         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
11437         memory reallocation.
11439 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
11441         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
11442         and fix some typos.
11443         Optimize use of TOLOWER.
11445         [BZ #3325]
11446         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
11447         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11448         * sysdeps/i386/fpu/e_fmod.S: Likewise.
11450         [BZ #3458]
11451         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
11452         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
11454         [BZ #4076]
11455         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
11456         (open_dir_stream): Likewise.
11457         * io/Makefile (tests): Add bug-ftw5.
11458         * io/bug-ftw5.c: New file.
11460         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
11461         * nscd/servicescache.c (cache_addserv): Likewise.
11463         * nscd/grpcache.c (cache_addgr): In case a record changed on
11464         refresh, adjust key_copy.
11466         [BZ #4074]
11467         * nscd/pwdcache.c (cache_addpw): In case a record changed on
11468         refresh, adjust key_copy.
11470         [BZ #4070]
11471         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
11472         special cases.
11473         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
11475 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
11477         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
11478         optimization.
11480         * stdio-common/vfscanf.c: Small cleanups throughout.
11482 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
11484         [BZ #3325]
11485         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
11486         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11487         * sysdeps/i386/fpu/e_fmod.S: Likewise.
11488         Patch by Jared Casper <jaredcasper@gmail.com>.
11490         * sysdeps/unix/closedir.c: Outside libc don't use locking.
11491         * sysdeps/unix/opendir.c: Likewise.
11492         * sysdeps/unix/readdir.c: Likewise.
11494         [BZ #2211]
11495         * stdio-common/vfscanf.c: Handle localized digits etc for floating
11496         point numbers.
11497         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
11499         * stdio-common/vfscanf.c: Fix problems in width accounting.
11500         * stdio-common/tst-sscanf.c (double_tests): New tests.
11501         (main): Hook them up.
11503         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
11504         More simplifications of floating-point reader.
11506         * stdio-common/Makefile (tests): Add tst-swscanf.
11507         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
11508         testing.
11509         * stdio-common/tst-swscanf.c: New file.
11511 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
11513         [BZ #2633]
11514         * libio/stdio.h: Define struct _IO_FILE in global namespace.
11515         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
11516         Remove using for __jmp_buf_tag.
11517         * locale/locale.h (struct lconv): Also define in std namespace.
11518         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
11520         [BZ #3842]
11521         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
11522         using __libc_enable_secure.
11524         [BZ #3818]
11525         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
11527         [BZ #3745]
11528         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
11529         of names for ellipsises.
11531         [BZ #3348]
11532         * malloc/memusage.sh: Cleanups.
11533         * debug/xtrace.sh: Quoting and trap changes.
11535 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
11537         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
11539         * locale/iso-3166.def: Update entry for Serbia.
11540         * locale/iso-4217.def: Define RSD, remove CSD.
11542         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
11543         and 64-bit operations.
11545         [BZ #4040]
11546         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
11547         16-bit operations.
11549         * nscd/nscd.c (parse_opt): One more conversion to use send instead
11550         of writev.
11552 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
11554         [BZ #3991]
11555         * assert/assert.h (assert): Simplify.
11556         (assert_perror): Likewise.
11557         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
11559         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
11560         reqdata.
11562         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
11563         change: don't pass NULL in place of an integer.
11565 2007-02-02  Bruno Haible  <bruno@clisp.org>
11567         [BZ #3954]
11568         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
11569         Add mapping for U+327E.
11570         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
11571         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
11572         mapping of 0xD9 0xE8.
11573         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
11574         mapping of U+327E.
11575         Reported by Jungshik Shin <jungshik@google.com>.
11577         [BZ #3955]
11578         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
11579         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
11580         Reported by Jungshik Shin <jungshik@google.com>.
11582 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
11584         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
11585         byte variants.
11587         [BZ #4040]
11588         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
11589         byte variants.  Patch mostly be tom@tommay.net.
11591 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
11593         [BZ #3996]
11594         * posix/glob.c (attribute_hidden): Define if not defined.
11595         (glob): Unescape dirname, filename or username when needed and not
11596         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
11597         is NULL.  Handle unescaped [ in pattern without closing ].
11598         Don't pass GLOB_CHECK down to recursive glob for directories.
11599         (__glob_pattern_type): New function.
11600         (__glob_pattern_p): Implement using __glob_pattern_type.
11601         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
11602         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
11603         Remove unreachable code.
11604         * posix/globtest.sh: Add a couple of new tests.
11606 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
11608         * po/ru.po: Update from translation team.
11610 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
11612         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
11613         to the list of i486+ CPUs.
11614         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
11616 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
11618         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
11619         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
11620         references.
11622 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
11624         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
11626         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
11627         * resolv/res_mkquery.c: Define __res_nopt.
11628         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
11629         try adding EDNS0 record.
11630         * resolv/res_send.c (send_dg): If request failed with FORMERR and
11631         EDNS0 record was send make sure we don't try it again.
11632         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
11633         * include/resolv.h: Declare __res_nopt.
11635 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
11637         [BZ #3944]
11638         * time/strptime_l.c (__strptime_internal): Set have_mon for
11639         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
11640         have been computed from tm_yday and tm_year.  Don't crash
11641         in day_of_the_week or day_of_the_year if not have_mon
11642         and tm_mon contains bogus value.
11643         * time/Makefile (tests): Add tst-strptime3.
11644         * time/tst-strptime3.c: New test.
11646 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
11648         [BZ #3957]
11649         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
11650         bit for RE_HAT_LISTS_NOT_NEWLINE.
11651         (build_charclass_op): Remove bogus comment.
11652         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
11653         * posix/bug-regex27.c: New test.
11654         * posix/bug-regex28.c: New test.
11656 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
11658         * po/sv.po: Update from translation team.
11660 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
11662         * nscd/nscd_helper.c (open_socket): Minor size optimization.
11664 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
11666         * include/locale.h (__uselocale): Add libc_hidden_proto.
11667         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
11669         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
11670         gettimeofday.
11672 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
11674         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
11675         returning.
11676         (PTR_DEMANGLE): Real definition now that it's not the same as
11677         PRT_MANGLE anymore.
11678         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11680         * string/strerror_l.c: New file.
11681         * string/Makefile (routines): Add strerror_l.
11682         * string/string.h: Declare strerror_l.
11683         * string/Versions: Export strerror_l for GLIBC_2.6.
11685 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
11687         * nscd/nscd_helper.c (open_socket): Now takes request type and key
11688         as parameter.  Construct request record.  Try sending request
11689         before the first poll use, it usually succeeds.  Adjust all
11690         callers.
11691         * nscd/nscd-client.h: Define MAXKEYLEN.
11692         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
11694 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
11696         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
11697         from return value.
11698         * nscd/nscd_helper.c: Include string.h.
11699         (__nscd_cache_search): Remove const qualifier from return value.
11700         On strict alignment architectures check hash entry and data head
11701         alignment.
11702         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
11703         mmapped data during GC cycle contains garbage.  If
11704         __nscd_drop_map_ref fails, decrement mapped->counter when returning
11705         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
11706         dropped to 0.
11707         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
11708         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
11709         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
11710         * nscd/nscd_getai.c (__nscd_getai): Likewise.
11711         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
11713 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
11715         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
11717 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
11719         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
11720         names not numbers in cfi_*.
11722 2007-01-26  Andreas Jaeger  <aj@suse.de>
11724         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
11725         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
11726         Correct values of PER_HPUX and PER_OSF4.
11728 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
11730         * elf/dl-minimal.c: Undefine _itoa first.
11731         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
11732         * malloc/mtrace.c: Revert last change.
11733         * posix/wordexp.c: Likewise.
11735 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
11737         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
11738         and __geode__ to the list of i486+ CPUs.
11739         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
11741 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
11743         * stdio-common/_itoa.c: Include <limits.h>.
11744         * stdio-common/_itowa.c: Likewise.
11746 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
11748         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
11749         platforms.
11750         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
11751         64-bit platforms.
11752         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
11753         possible.
11754         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
11755         if possible.
11757         [BZ #3902]
11758         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
11759         * stdio-common/Makefile (tests): Add bug17.
11760         * stdio-common/bug17.c: New file.
11762 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
11764         * iconvdata/brf.c: New file.
11765         * iconvdata/testdata/BRF: New file.
11766         * iconvdata/testdata/BRF..UTF8: New file.
11767         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
11768         * iconvdata/Makefile: Add rules to build BRF.
11769         * iconvdata/TESTS: Add BRF entry.
11770         * iconvdata/gconv-modules: Likewise.
11771         * iconvdata/tst-tables.sh: Likewise.
11773 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
11775         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
11776         type `long long int', not `long int'.
11777         (wcstoq): Likewise.
11779 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
11781         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
11782         of values on 64-bit platforms which are too large.
11784 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
11785             Joe Kerian  <jkerian@us.us.ibm.com>
11787         [BZ #2749]
11788         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
11789         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
11790         (__copysignl): Use signbit() for comparison.
11791         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
11792         SET_LDOUBLE_WORDS64.
11794         [BZ #2423, #2749]
11795         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
11796         (__ceill): Remove calls to fegetround(), fesetround().
11797         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
11798         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
11799         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
11801 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
11803         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
11805         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
11807 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
11809         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
11810         demangle pointer.
11811         * csu/libc-start.c: Likewise.
11813 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
11815         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
11816         really work anyway.
11818 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
11820         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
11821         users.
11822         (handle_request): Remove unnecessary tests.
11824         * nscd/cache.c (cache_add): Record the failure to add to the cache.
11826 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
11828         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
11829         workbits in semi-raw fraction.
11831         * math/test-misc.c: Add new tests.
11833 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
11835         * math/basic-test.c: Include test-skeleton.c.
11836         (TEST_TRUNC): Define.
11837         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
11838         (main): Rename to ...
11839         (do_test): ...this.  Run new tests.
11840         (TEST_FUNCTION): Define.
11842 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
11843             Joe Kerian  <jkerian@us.us.ibm.com>
11845         [BZ #2749]
11846         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
11847         handling for high words.
11848         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
11849         and overflow for infinity.
11851 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
11853         * nscd/connections.c (handle_request): Add a __builtin_expect.
11855         * nscd/connections.c (serv2db): Change type into structure which
11856         also says whether this is a request for data.  Renamed to
11857         servinfo.  All users changed.
11858         (handle_request): Much simpler test whether we should search the cache.
11860         * nscd/connections.c (handle_request): Fix thinko in selinux test
11861         invocation.
11863         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
11864         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
11865         it before getting dl_load_lock and then relock.
11866         (_dl_lookup_symbol_x): Pass flags to add_dependency.
11867         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
11868         case we unlocked the scope.
11869         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
11870         _dl_lookup_symbol_x in case we locked the scope.
11871         (_dl_profile_fixup): Likewise.
11872         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
11873         set DL_LOOKUP_SCOPE_LOCK.
11875 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
11877         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
11878         CFLAGS-getsrvbynpt_r.c.
11879         * nscd/getsrvbynm_r.c: New file.
11880         * nscd/getsrvbypt_r.c: New file.
11881         * nscd/nscd_getserv_r.c: New file.
11882         * nscd/servicescache.c: New file.
11883         * nscd/Makefile (routines): Add nscd_getserv_r.
11884         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
11885         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
11886         CFLAGS-getsrvbypt_r.c.
11887         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
11888         table.  Add entries for services database.
11889         * nscd/connections.c (serv2str): Mark as const.  Add entries for
11890         services database.
11891         (dbs): Add .reset_res and servdb initialization.
11892         (serv2db): Add entries for services database.
11893         (verify_persistent_db): Accept dbnr == servdb.
11894         (invalidate_cache): Rewrite database name recognition to use a table.
11895         Call res_init() if .reset_res is set for database.
11896         (handle_request): Add code to handle services database.
11897         * nscd/gai.c: Don't define __getservbyname_r.
11898         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
11899         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
11900         (serv_response_header): Define.
11901         (struct datahead): Add serv_response_header member.
11902         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
11903         using table.
11904         * nscd/nscd.conf: Add entries for services database.
11905         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
11906         Declare serv_iov_disabled.
11907         Declare addservbyname, readdservbyname, addservbyport, and
11908         readdservbyport.
11909         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
11910         (find_db): Fix error message.
11911         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
11912         __nscd_getservbyname_r, and __nscd_getservbyport_r.
11913         * nscd/selinux.c (perms): Add entries for services database.
11914         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
11915         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
11917         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
11918         * nscd/hstcache.c: Likewise.
11919         * nscd/pwdcache.c: Likewise.
11921         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
11922         computation of keylen.
11924         * include/string.h: Only redefine strndupa if this is really for
11925         libc code.
11927 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
11929         * nscd/nscd_gethst_r.c: Minor cleanups.
11931         * nscd/connections.c (handle_request): Check selinux permissions
11932         for all non-admin commands.
11934         * sysdeps/i386/i486/bits/atomic.h: Define
11935         atomic_compare_and_exchange_val_acq,
11936         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
11937         using __sync_* built-ins for gcc >= 4.1.
11938         * sysdeps/x86_64/bits/atomic.h: Likewise.
11940         [BZ #3840]
11941         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
11942         and .oS.d files.
11944 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
11946         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
11947         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
11948         (do_test): Check errno and exit(0) if ENOSYS.
11950 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
11952         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
11953         thousands separators.
11954         * stdlib/Makefile: Add rules to build and run tst-strtod4.
11955         * stdlib/tst-strtod4.c: New test.
11957         [BZ #3855]
11958         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
11959         hexadecimal digit should accept just the initial 0.
11960         * stdlib/tst-strtod2.c (tests): New variable.
11961         (do_test): Run several tests rather than just one.
11963 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
11965         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
11966         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
11968 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
11970         * io/fts.c: Make sure fts_cur is always valid after return from
11971         fts_read.
11972         Patch by Miloslav Trmac <mitr@redhat.com>.
11974 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
11976         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
11977         (R_MIPS_NUM): Bump by 1.
11979 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
11981         * posix/execvp.c: Include alloca.h.
11982         (allocate_scripts_argv): Renamed to...
11983         (scripts_argv): ... this.  Don't allocate buffer here nor count
11984         arguments.
11985         (execvp): Use alloca if possible.
11986         * posix/Makefile: Add rules to build and run tst-vfork3 test.
11987         * posix/tst-vfork3.c: New test.
11989 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
11991         * string/Makefile (tst-strxfrm2-ENV): Define.
11992         * stdlib/Makefile (tst-strtod3-ENV): Define.
11994 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
11996         * posix/getconf.c: Update copyright year.
11997         * nss/getent.c: Likewise.
11998         * iconv/iconvconfig.c: Likewise.
11999         * iconv/iconv_prog.c: Likewise.
12000         * elf/ldconfig.c: Likewise.
12001         * catgets/gencat.c: Likewise.
12002         * csu/version.c: Likewise.
12003         * elf/ldd.bash.in: Likewise.
12004         * elf/sprof.c (print_version): Likewise.
12005         * locale/programs/locale.c: Likewise.
12006         * locale/programs/localedef.c: Likewise.
12007         * nscd/nscd.c (print_version): Likewise.
12008         * debug/xtrace.sh: Likewise.
12009         * malloc/memusage.sh: Likewise.
12010         * malloc/mtrace.pl: Likewise.
12011         * debug/catchsegv.sh: Likewise.
12013 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
12015         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
12016         attempts.
12018 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
12020         * posix/wordexp.c: Remove some unnecessary tests.
12022 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
12024         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
12025         blacklist the group till after we look it up.
12027 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
12029         * include/atomic.h (atomic_forced_read): New macro.
12031 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
12033         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
12035 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
12037         * nss/getXXbyYY_r.c: Include atomic.h.
12038         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
12039         add atomic_write_barrier () in between.
12041         * stdlib/Makefile (tests): Add tst-makecontext.
12042         * stdlib/tst-makecontext.c: New test.
12044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
12045         (__makecontext): Don't realign uc_mcontext.uc_regs.
12047 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
12049         * elf/dl-support.c: Include dl-procinfo.h.
12050         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
12051         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
12052         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
12053         Define.
12054         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
12055         hardcoded constants.
12056         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
12057         PPC_PLATFORM_* macros for array designators.
12059 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
12061         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
12062         names to the beginning.
12063         (_dl_powerpc_platforms): Add "power6x".
12064         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
12065         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
12066         (_DL_PLATFORMS_COUNT): Increase.
12067         (_dl_string_platform): Handle power6x case.
12068         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
12069         PPC_FEATURE_POWER6_EXT): Define.
12070         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
12072 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
12074         [BZ #3747]
12075         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
12076         [-2^31 .. 2^31) range.
12077         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
12078         targets.
12079         * stdlib/tst-rand48-2.c: New test.
12080         * stdlib/Makefile (tests): Add tst-rand48-2.
12082 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
12084         * misc/tst-pselect.c (do_test): Fix sigblock argument.
12086 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
12088         * misc/tst-pselect.c (do_test): Make sure the helper process is
12089         terminating when the test is aborted.
12091 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
12093         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
12094         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12095         Handle relatime mount option.
12097         [BZ #2337]
12098         * libio/Makefile (tests): Add tst-setvbuf1.
12099         * libio/tst-setvbuf1.c: New file.
12101 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
12103         [BZ #2337]
12104         * libio/genops.c (__uflow): Fix a typo.
12105         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
12106         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
12107         the narrow buffer size.
12109 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
12111         [BZ #2337]
12112         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
12113         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
12114         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
12115         in _flags.
12116         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
12117         _IO_wstr_finish): Likewise.
12118         * libio/wmemstream.c (open_wmemstream): Likewise.
12119         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
12120         even for wide streams.
12122 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
12124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
12125         kernel-features.h.
12127 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
12129         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
12130         separators also if no non-zero digits found.
12131         * stdlib/Makefile (tests): Add tst-strtod3.
12133 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
12135         [BZ #3632]
12136         * include/features.h: Fix comment about default value for
12137         _POSIX_C_SOURCE.
12139         [BZ #3664]
12140         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
12141         empty parsed strings.
12142         * stdlib/Makefile (tests): Add tst-strtod2.
12143         * stdlib/tst-strtod2.c: New file.
12145         [BZ #3673]
12146         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
12147         computation.
12148         * stdlib/Makefile (tests): Add tst-atof2.
12149         * stdlib/tst-atof2.c: New file.
12151         [BZ #3674]
12152         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
12153         correctly if removing trailing zero of hex-float.
12154         * stdlib/Makefile (tests): Add tst-atof1.
12155         * stdlib/tst-atof1.c: New file.
12157 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
12159         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
12160         Start searching for next comma at p rather than rest.
12161         * misc/Makefile (tests): Add tst-mntent2.
12162         * misc/tst-mntent2.c: New test.
12164         * misc/getusershell.c (initshells): Check for integer overflows.
12165         Make strings buffer one bigger as fgets always succeeds when second
12166         argument is 1.  Don't use calloc for shells array.  Disallow
12167         / as shell.
12169 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
12171         * malloc/memusage.c: Handle realloc with new size of zero and
12172         non-NULL pointer correctly.
12173         (me): Really write first record twice.
12174         (struct entry): Make format bi-arch safe.
12175         (dest): Write out more realloc statistics.
12176         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
12178 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
12180         * nis/nis_subr.c (nis_getnames): Revert last change.
12182 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
12184         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
12185         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
12186         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
12187         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
12188         ENOTTY.
12189         * io/Makefile: Add rules to build and run tst-ttyname_r test.
12190         * io/tst-ttyname_r.c: New test.
12192 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12194         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
12196 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
12198         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
12199         jump table entries.
12201 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
12203         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
12204         `clone' function to ensure proper unwinding stop of gdb.
12205         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
12207 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
12209         * nscd/nscd.init: Remove obsolete and commented-out -S option
12210         handling.
12212 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
12214         [BZ #3514]
12215         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
12217         [BZ #3515]
12218         * manual/string.texi (strtok): Remove duplicate paragraph.
12220 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
12222         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
12223         libgcc not supporting `rflags' unwinding (register # >= 17).
12225 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
12227         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
12228         succeeded.
12230 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
12231             Jakub Jelinek  <jakub@redhat.com>
12232             Jan Kratochvil  <jan.kratochvil@redhat.com>
12234         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
12235         unwind information.
12236         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
12237         'restore_rt' even in the 'signal' directory.
12238         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
12240 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
12242         [BZ #3559]
12243         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
12244         malloc crashed.  Don't allocate memory unnecessarily in each
12245         loop.
12247 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
12249         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
12251 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
12253         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
12255 2006-11-18  Bruno Haible  <bruno@clisp.org>
12257         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
12258         __sysconf only after having tried to call getgroups32.
12260 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
12262         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
12263         addresses for IPv4 queries if they can be mapped.
12265 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
12267         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
12268         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
12269         (signmask): Add .size directive.
12270         (othermask): Add .type directive.
12272 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
12274         * po/nl.po: Update from translation team.
12276         * timezone/zdump.c: Redo fix for BZ #3137.
12278 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
12280         * nss/nss_files/files-alias.c (get_next_alias): Set line back
12281         to first_unused after parsing :include: file.
12283 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
12285         * timezone/africa: Update from tzdata2006o.
12286         * timezone/antarctica: Likewise.
12287         * timezone/asia: Likewise.
12288         * timezone/australasia: Likewise.
12289         * timezone/backward: Likewise.
12290         * timezone/europe: Likewise.
12291         * timezone/iso3166.tab: Likewise.
12292         * timezone/northamerica: Likewise.
12293         * timezone/southamerica: Likewise.
12294         * timezone/zone.tab: Likewise.
12296         * time/tzfile.c (__tzfile_read): Extend to handle new file format
12297         on machines with 64-bit time_t.
12299         * timezone/checktab.awk: Update from tzcode2006o.
12300         * timezone/ialloc.c: Likewise.
12301         * timezone/private.h: Likewise.
12302         * timezone/scheck.c: Likewise.
12303         * timezone/tzfile.h: Likewise.
12304         * timezone/tzselect.ksh: Likewise.
12305         * timezone/zdump.c: Likewise.
12306         * timezone/zic.c: Likewise.
12308         [BZ #3483]
12309         * elf/ldconfig.c (main): Call setlocale and textdomain.
12310         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
12312         [BZ #3480]
12313         * manual/argp.texi: Fix typos.
12314         * manual/charset.texi: Likewise.
12315         * manual/errno.texi: Likewise.
12316         * manual/filesys.texi: Likewise.
12317         * manual/lang.texi: Likewise.
12318         * manual/maint.texi: Likewise.
12319         * manual/memory.texi: Likewise.
12320         * manual/message.texi: Likewise.
12321         * manual/resource.texi: Likewise.
12322         * manual/search.texi: Likewise.
12323         * manual/signal.texi: Likewise.
12324         * manual/startup.texi: Likewise.
12325         * manual/stdio.texi: Likewise.
12326         * manual/sysinfo.texi: Likewise.
12327         * manual/syslog.texi: Likewise.
12328         * manual/time.texi: Likewise.
12329         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12331         [BZ #3465]
12332         * sunrpc/clnt_raw.c: Minimal message improvements.
12333         * sunrpc/pm_getmaps.c: Likewise.
12334         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
12335         * nis/nis_print_group_entry.c: Likewise.
12336         * locale/programs/repertoire.c: Likewise.
12337         * locale/programs/charmap.c: Likewise.
12338         * malloc/memusage.sh: Likewise.
12339         * elf/dl-deps.c: Likewise.
12340         * locale/programs/ld-collate.c: Likewise.
12341         * libio/vswprintf.c: Likewise.
12342         * malloc/memusagestat.c: Likewise.
12343         * sunrpc/auth_unix.c: Likewise.
12344         * sunrpc/rpc_main.c: Likewise.
12345         * nscd/cache.c: Likewise.
12346         * locale/programs/repertoire.c: Unify output messages.
12347         * locale/programs/charmap.c: Likewise.
12348         * locale/programs/ld-ctype.c: Likewise.
12349         * locale/programs/ld-monetary.c: Likewise.
12350         * locale/programs/ld-numeric.c: Likewise.
12351         * locale/programs/ld-time.c: Likewise.
12352         * elf/ldconfig.c: Likewise.
12353         * nscd/selinux.c: Likewise.
12354         * elf/cache.c: Likewise.
12355         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
12357         [BZ #3451]
12358         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
12359         change atomic.
12360         (ceil): Likewise.
12362 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
12364         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
12365         if N is one bigger than return value.
12366         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
12367         and l1 last arguments, if buf is defined, verify the return value
12368         equals to strlen (buf) and verify no byte beyond passed length
12369         is modified.
12371 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
12373         * po/sv.po: Update from translation team.
12375 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
12377         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
12378         noinline attribute.
12380 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
12382         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
12383         noinline attribute.
12385         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
12386         Use __new_sys_siglist instead of _sys_siglist_internal as
12387         second macro argument.
12388         (_old_sys_siglist): Use declare_symbol_alias macro instead of
12389         strong_alias.
12391 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
12393         [BZ #3493]
12394         * posix/unistd.h (sysconf): Remove const attribute.
12396         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
12397         temporary or deprecated addresses.
12398         Patch by Sridhar Samudrala <sri@us.ibm.com>.
12400         * string/Makefile (tests): Add tst-strxfrm2.
12401         * string/tst-strxfrm2.c: New file.
12403 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
12405         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
12406         rather than r->r_brk.
12408 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
12410         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
12411         optimization even if needed > n.
12413         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
12414         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
12415         return false, otherwise return true.
12416         (cache_rpath): Return decompose_rpath return value.
12418 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
12420         * include/libc-symbols.h (declare_symbol): Rename to...
12421         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
12422         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
12423         .size directive.
12424         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
12425         changes.
12426         * sysdeps/gnu/siglist.c: Likewise.
12428 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
12430         * sysdeps/powerpc/fpu/bits/mathinline.h
12431         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
12432         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
12434 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
12436         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
12437         Update handling of cache descriptor 0x49 for new models.
12438         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
12439         Likewise.
12441 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
12443         * malloc/memusage.c (dest): Reset not_me back to false after
12444         printing statistics.
12446 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
12448         * configure.in: Work around ld --help change and avoid -z relro
12449         test completely if the architecture doesn't care about security.
12451 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
12453         * po/sv.po: Update from translation team.
12455 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
12457         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
12458         generate compatibility version.
12460 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
12462         * configure.in: Relax -z relro requirement a bit.
12464         * po/sv.po: Update from translation team.
12466 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
12468         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
12469         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
12470         * elf/dl-close.c (_dl_close_worker): Likewise.
12471         * elf/dl-open.c (_dl_open_worker): Likewise.
12472         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
12474 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
12476         * configure.in: Require assembler support for visibility, compiler
12477         support for visibility and aliases, linker support for various -z
12478         options.
12479         * Makeconfig: Remove conditional code which now is unnecessary.
12480         * config.h.in: Likewise.
12481         * config.make.in: Likewise.
12482         * dlfcn/Makefile: Likewise.
12483         * elf/Makefile: Likewise.
12484         * elf/dl-load.c: Likewise.
12485         * elf/rtld.c: Likewise.
12486         * include/libc-symbols.h: Likewise.
12487         * include/stdio.h: Likewise.
12488         * io/Makefile: Likewise.
12489         * io/fstat.c: Likewise.
12490         * io/fstat64.c: Likewise.
12491         * io/fstatat.c: Likewise.
12492         * io/fstatat64.c: Likewise.
12493         * io/lstat.c: Likewise.
12494         * io/lstat64.c: Likewise.
12495         * io/mknod.c: Likewise.
12496         * io/mknodat.c: Likewise.
12497         * io/stat.c: Likewise.
12498         * io/stat64.c: Likewise.
12499         * libio/stdio.c: Likewise.
12500         * nscd/Makefile: Likewise.
12501         * stdlib/Makefile: Likewise.
12502         * stdlib/atexit.c: Likewise.
12503         * sysdeps/generic/ldsodefs.h: Likewise.
12504         * sysdeps/i386/dl-machine.h: Likewise.
12505         * sysdeps/i386/sysdep.h: Likewise.
12506         * sysdeps/i386/i686/memcmp.S: Likewise.
12507         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
12508         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
12509         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
12511         * Makerules: USE_TLS support is now default.
12512         * tls.make.c: Likewise.
12513         * csu/Versions: Likewise.
12514         * csu/libc-start.c: Likewise.
12515         * csu/libc-tls.c: Likewise.
12516         * csu/version.c: Likewise.
12517         * dlfcn/dlinfo.c: Likewise.
12518         * elf/dl-addr.c: Likewise.
12519         * elf/dl-cache.c: Likewise.
12520         * elf/dl-close.c: Likewise.
12521         * elf/dl-iteratephdr.c: Likewise.
12522         * elf/dl-load.c: Likewise.
12523         * elf/dl-lookup.c: Likewise.
12524         * elf/dl-object.c: Likewise.
12525         * elf/dl-open.c: Likewise.
12526         * elf/dl-reloc.c: Likewise.
12527         * elf/dl-support.c: Likewise.
12528         * elf/dl-sym.c: Likewise.
12529         * elf/dl-sysdep.c: Likewise.
12530         * elf/dl-tls.c: Likewise.
12531         * elf/ldconfig.c: Likewise.
12532         * elf/rtld.c: Likewise.
12533         * elf/tst-tls-dlinfo.c: Likewise.
12534         * elf/tst-tls1.c: Likewise.
12535         * elf/tst-tls10.h: Likewise.
12536         * elf/tst-tls14.c: Likewise.
12537         * elf/tst-tls2.c: Likewise.
12538         * elf/tst-tls3.c: Likewise.
12539         * elf/tst-tls4.c: Likewise.
12540         * elf/tst-tls5.c: Likewise.
12541         * elf/tst-tls6.c: Likewise.
12542         * elf/tst-tls7.c: Likewise.
12543         * elf/tst-tls8.c: Likewise.
12544         * elf/tst-tls9.c: Likewise.
12545         * elf/tst-tlsmod1.c: Likewise.
12546         * elf/tst-tlsmod13.c: Likewise.
12547         * elf/tst-tlsmod13a.c: Likewise.
12548         * elf/tst-tlsmod14a.c: Likewise.
12549         * elf/tst-tlsmod2.c: Likewise.
12550         * elf/tst-tlsmod3.c: Likewise.
12551         * elf/tst-tlsmod4.c: Likewise.
12552         * elf/tst-tlsmod5.c: Likewise.
12553         * elf/tst-tlsmod6.c: Likewise.
12554         * include/errno.h: Likewise.
12555         * include/link.h: Likewise.
12556         * include/tls.h: Likewise.
12557         * locale/global-locale.c: Likewise.
12558         * locale/localeinfo.h: Likewise.
12559         * malloc/arena.c: Likewise.
12560         * malloc/hooks.c: Likewise.
12561         * malloc/malloc.c: Likewise.
12562         * resolv/Versions: Likewise.
12563         * sysdeps/alpha/dl-machine.h: Likewise.
12564         * sysdeps/alpha/libc-tls.c: Likewise.
12565         * sysdeps/generic/ldsodefs.h: Likewise.
12566         * sysdeps/generic/tls.h: Likewise.
12567         * sysdeps/i386/dl-machine.h: Likewise.
12568         * sysdeps/ia64/dl-machine.h: Likewise.
12569         * sysdeps/ia64/libc-tls.c: Likewise.
12570         * sysdeps/mach/hurd/fork.c: Likewise.
12571         * sysdeps/mach/hurd/i386/tls.h: Likewise.
12572         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
12573         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
12574         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
12575         * sysdeps/s390/libc-tls.c: Likewise.
12576         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12577         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12578         * sysdeps/sh/dl-machine.h: Likewise.
12579         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12580         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12581         * sysdeps/x86_64/dl-machine.h: Likewise.
12583         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
12584         split out locking and parameter checking.
12585         (_dl_close): Call _dl_close_worker after locking and checking.
12586         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
12587         _dl_close.
12588         * elf/Makefile: Add rules to build and run tst-thrlock.
12589         * elf/tst-thrlock.c:  New file.
12591         [BZ #3426]
12592         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
12593         reality.
12595         [BZ #3429]
12596         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
12597         we are sure we do not need it anymore for _dl_close.  Also move
12598         the asserts inside the lock region.
12599         Patch mostly by Suzuki <suzuki@in.ibm.com>.
12601 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
12603         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
12604         argument.
12605         (_dl_lookup_symbol_x): Adjust caller.
12607         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
12608         _ns_global_scope.
12609         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
12611         * elf/dl-libc.c: Revert l_scope name changes.
12612         * elf/dl-load.c: Likewise.
12613         * elf/dl-object.c: Likewise.
12614         * elf/rtld.c: Likewise.
12615         * elf/dl-close.c (_dl_close): Likewise.
12616         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
12617         always use __rtld_mrlock_{change,done}.  Always free old scope list
12618         here if not l_scope_mem.
12619         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
12620         change.  Never free scope list here.  Just __rtld_mrlock_lock before
12621         the lookup and __rtld_mrlock_unlock it after the lookup.
12622         * elf/dl-sym.c: Likewise.
12623         * include/link.h (struct r_scoperec): Remove.
12624         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
12625         with l_scope_mem and l_scoperec_lock with l_scope_lock.
12627 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
12629         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
12631 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
12633         * configure.in: Disable building profile libraries by default.
12635 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
12637         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
12638         as signed longs, check for x_base + pos overflow.
12639         * sunrpc/Makefile (tests): Add tst-xdrmem2.
12640         * sunrpc/tst-xdrmem2.c: New test.
12642 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
12644         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
12645         _dl_lookup_symbol_x code.
12647 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
12649         * elf/dl-runtime.c: Include sysdep-cancel.h.
12650         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
12651         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
12652         instead of catomic_* macros.
12653         * elf/dl-sym.c: Include sysdep-cancel.h.
12654         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
12655         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
12656         * elf/dl-close.c: Include sysdep-cancel.h.
12657         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
12658         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
12659         * elf/dl-open.c: Include sysdep-cancel.h.
12660         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
12661         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
12663 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
12665         [BZ #3313]
12666         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
12667         fastbin rather than end of fastbin array.
12669 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
12671         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
12672         body macro.
12673         * sysdeps/x86_64/bits/atomic.h
12674         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
12675         (catomic_decrement): Use correct body macro.
12677 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
12679         * include/atomic.h: Add a unique prefix to all local variables
12680         in macros.
12681         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
12683 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
12685         [BZ #3369]
12686         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
12687         and 7.
12689 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
12691         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
12693 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
12695         [BZ #3313]
12696         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
12697         determine highest fast bin to consolidate, always look into all of
12698         them.
12699         (do_check_malloc_state): Only require for empty bins for large
12700         sizes in main arena.
12702         * libio/stdio.h: Add more __wur attributes.
12704         * elf/dl-minimal.c (realloc): Optimize last patch.
12706 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
12708         [BZ #3352]
12709         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
12710         and use memcpy() if it does.
12712 2006-11-12  Andreas Jaeger  <aj@suse.de>
12714         [BZ #2510]
12715         * manual/search.texi (Hash Search Function): Clarify.
12716         (Array Search Function): Clarify.
12718 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
12720         [BZ #2830]
12721         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
12722         shifting.
12723         * math/atest-exp2.c (read_mpn_hex): Likewise.
12724         * math/atest-sincos.c (main): Likewise.
12726 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
12728         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
12729         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
12730         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
12731         version GLIBC_2.6.
12732         * Versions.def: Add GLIBC_2.6 for libc.
12734         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
12736         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
12738 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
12740         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
12742         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
12744         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
12745         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
12747 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
12749         * include/atomic.c: Define catomic_* operations.
12750         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
12751         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
12752         * malloc/memusage.c: Likewise.
12753         * gmon/mcount.c: Likewise.
12754         * elf/dl-close.c: Likewise.
12755         * elf/dl-open.c: Likewise.
12756         * elf/dl-profile.c: Likewise.
12757         * elf/dl-sym.c: Likewise.
12758         * elf/dl-runtime.c: Likewise.
12759         * elf/dl-fptr.c: Likewise.
12760         * resolv/res_libc.c: Likewise.
12762 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
12764         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
12765         components which lack them.
12767         * nis/nis_subr.c (nis_getnames): Make sure that we always return
12768         at least one entry consisting of the parameter concatenated with
12769         the domain.
12771 2006-10-10  Roland McGrath  <roland@frob.com>
12773         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
12774         * sysdeps/mach/hurd/futimes.c: Likewise.
12775         * sysdeps/mach/hurd/lutimes.c: Likewise.
12777 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
12778             Jakub Jelinek  <jakub@redhat.com>
12780         Implement reference counting of scope records.
12781         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
12782         from the list in objects which remain.  Always allocate new scope
12783         record.
12784         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
12785         don't resize, allocate a new one.
12786         * elf/dl-runtime.c: Update reference counters before using a scope
12787         array.
12788         * elf/dl-sym.c: Likewise.
12789         * elf/dl-libc.c: Adjust for l_scope name change.
12790         * elf/dl-load.c: Likewise.
12791         * elf/dl-object.c: Likewise.
12792         * elf/rtld.c: Likewise.
12793         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
12794         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
12795         Add l_scoperec_lock.
12796         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
12797         * sysdeps/generic/rtld-lowlevel.h: New file.
12799         * include/atomic.h: Rename atomic_and to atomic_and_val and
12800         atomic_or to atomic_or_val.  Define new macros atomic_and and
12801         atomic_or which do not return values.
12802         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
12803         Various cleanups.
12804         * sysdeps/i386/i486/bits/atomic.h: Likewise.
12806         * po/sv.po: Update from translation team.
12808 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
12810         * Versions.def: Add GLIBC_2.6 to libpthread.
12812         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
12813         (versioned_symbol): Likewise.
12814         (compat_symbol): Likewise.
12816         * po/tr.po: Update from translation team.
12818 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
12820         * nis/Banner: Removed.  It's been integral part forever and the
12821         author info is incomplete anyway.
12822         * libio/Banner: Likewise.
12824         * nis/nis_table.c (nis_list): If __follow_path fails in the new
12825         code, make sure the nis_freeresult call doesn't crash and that the
12826         result is reported correctly.
12828 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
12830         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
12831         when callback is NULL.
12833         * nis/Versions (libnss_nisplus): Add
12834         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
12835         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
12836         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
12837         _nss_create_tablename): Rename to...
12838         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
12839         ... these.  No longer static.
12840         (internal_setgrent): Adjust users.
12841         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12842         Don't use locking around _nss_grp_create_tablename call.
12843         * nis/nss_nisplus/nisplus-initgroups.c: New file.
12845 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
12847         * version.h (VERSION): Bump to 2.5.90 for new development tree.
12849 2006-10-06  Andreas Jaeger  <aj@suse.de>
12851         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
12853 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
12855         * po/pl.po: Update from translation team.
12857         * nscd/nscd.c (main): Fix typo in message.
12858         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
12860 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
12862         [BZ #3291]
12863         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
12864         errno.h, signal.h, unistd.h and sysdep-cancel.h.
12865         (__sigprocmask): Define.
12867 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
12869         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
12870         used.
12872 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
12874         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
12875         in oldtotal and newtotal calculation.
12876         * nscd/nscd-client.h (struct mapped_database): Add datasize
12877         field.
12878         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
12879         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
12880         increased.
12881         (__nscd_cache_search): Add checks to make sure we never reference
12882         data beyond the current mapping.
12884 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
12886         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
12887         variables const to avoid compiler warnings.
12889         * io/fts.c (fts_close): Remove redundant checks.
12890         (fts_build): Likewise.
12891         (fts_palloc): Likewise.
12893         * manual/message.texi (Advanced gettext functions,
12894         Using gettextized software): Fix typos.
12896 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
12898         * posix/glob.c (glob_in_dir): Add some comments and asserts to
12899         explain why there are no leaks.
12901 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
12903         * libio/wmemstream.c: Include <wchar.h>.
12904         * libio/bug-wmemstream1.c: Likewise.
12905         * libio/tst-wmemstream1.c: Likewise.
12906         * libio/tst-wmemstream2.c: Likewise.
12908         * version.h (RELEASE): Bump to 2.5.
12909         * README: Regenerated.
12911         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
12913         [BZ #3273]
12914         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
12915         found no group members.
12916         Patch by Petr Baudis.
12918 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
12920         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
12921         assert bootstrap_map.l_tls_modid is zero.
12922         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
12923         if USE___THREAD.
12925 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
12927         * libio/stdio.h: Move open_wmemstream prototype to ...
12928         * wcsmbs/wchar.h: ... here.
12930 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
12932         [BZ #3252]
12933         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
12934         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
12935         __{,l}chown to handle the rest.
12936         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
12937         fchownat syscall and __ASSUME_32BITUIDS case inline, call
12938         __{,l}chown to handle the rest.
12939         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
12940         i386/fchownat.c.
12941         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
12942         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
12944         [BZ #3253]
12945         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
12946         time, rather allocate increasingly bigger arrays of pointers, if
12947         possible with alloca, if too large with malloc.
12949 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
12951         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
12953         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
12955 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
12957         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
12958         home addresses.
12959         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
12960         IFA_F_HOMEADDRESS flag for interfaces.
12961         * include/ifaddrs.h (struct in6addrinfo): Define
12962         in6ai_homeaddress.
12964 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
12966         [BZ #3225]
12967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
12968         PTR_DEMANGLE3): Define.
12969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
12970         PTR_DEMANGLE3): Likewise.
12971         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
12972         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
12973         Likewise.
12974         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
12976 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
12978         * po/libc.pot: Regenerated.
12979         * po/be.po: Updated.
12980         * po/ca.po: Likewise.
12981         * po/cs.po: Likewise.
12982         * po/da.po: Likewise.
12983         * po/de.po: Likewise.
12984         * po/el.po: Likewise.
12985         * po/en_GB.po: Likewise.
12986         * po/es.po: Likewise.
12987         * po/fi.po: Likewise.
12988         * po/fr.po: Likewise.
12989         * po/gl.po: Likewise.
12990         * po/hr.po: Likewise.
12991         * po/hu.po: Likewise.
12992         * po/ja.po: Likewise.
12993         * po/ko.po: Likewise.
12994         * po/nb.po: Likewise.
12995         * po/nl.po: Likewise.
12996         * po/pl.po: Likewise.
12997         * po/pt_BR.po: Likewise.
12998         * po/ru.po: Likewise.
12999         * po/rw.po: Likewise.
13000         * po/sk.po: Likewise.
13001         * po/sv.po: Likewise.
13002         * po/tr.po: Likewise.
13003         * po/zh_CN.po: Likewise.
13004         * po/zh_TW.po: Likewise.
13006         [BZ #3137]
13007         * iconv/iconv_prog.c (main): Fix spelling in error message.
13008         * iconv/iconvconfig.c (main): Likewise.
13009         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
13010         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
13011         * locale/programs/localedef.c (main): Likewise.
13012         * locale/programs/repertoire.c (repertoire_read): Likewise.
13013         * timezone/zdump.c (main): Likewise.
13014         * nscd/connections.c (handle_request): Fix spelling in log message.
13015         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
13017 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
13019         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
13020         interfaces.
13022 2006-09-20  Andreas Jaeger  <aj@suse.de>
13024         * math/libm-test.inc (lrint_test_upward): Fix typo.
13026 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
13028         [BZ #2592]
13029         * math/libm-test.inc (lrint_test_tonearest): New function.
13030         (lrint_test_towardzero): New function.
13031         (lrint_test_downward): New function.
13032         (lrint_test_upward): New function.
13033         (main): Run these new tests.
13034         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
13035         of values near to 0.
13036         (two52): Use double not long double.
13037         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
13038         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
13039         (two23): Use float not double.
13040         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
13041         (two23): Use float not double.
13042         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
13043         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
13044         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
13045         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
13047 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13049         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
13050         Cast sp to unsigned long to avoid compiler warning.
13051         Use __makecontext_ret function instead of a trampoline on the stack.
13052         (__makecontext_ret): New function.
13053         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
13055 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
13057         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
13058         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
13059         bits.
13061 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
13063         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
13064         sure no reference to the unloaded map's search list remains in the
13065         dependency's scope.
13067 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
13069         * elf/Makefile: Add rules to build and run unload7 test.
13070         * elf/unload7.c: New test.
13071         * elf/unload7mod1.c: New file.
13072         * elf/unload7mod2.c: New file.
13074 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
13076         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
13077         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
13078         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
13079         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
13080         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
13081         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
13082         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
13083         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
13084         PTRACE_GETEVENTMSG): Likewise.
13085         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
13086         values.
13088 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
13090         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
13091         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
13092         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
13093         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
13095 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
13097         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
13098         write '\0' to the fd.
13099         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
13100         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
13101         Change regs to unsigned long pointer from unsigned int, fix fscr
13102         offset.
13104 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
13106         * io/Makefile (CFLAGS-fstatat.c): Set.
13107         (CFLAGS-fstatat64.c): Likewise.
13108         (CFLAGS-mknodat.c): Likewise.
13110         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
13111         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
13112         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
13113         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
13115 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
13116             Steven Munroe  <sjmunroe@us.ibm.com>
13118         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
13119         names to the beginning.  Rename "cell" to "cellbe".
13120         (_dl_powerpc_platforms): New.
13121         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
13122         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
13123         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
13124         (_DL_HWCAP_PLATFORM): Define to new mask.
13125         (_dl_platform_string, _dl_string_platform): New functions.
13126         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
13127         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
13129 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
13131         [BZ #2526]
13132         * README.libm: Fix a thinko in sqrt algorithm description.
13134         [BZ #3143]
13135         * manual/string.texi (argz_delete): Fix prototype.
13136         Patch by <alpt@freaknet.org>.
13138 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
13140         [BZ #3138]
13141         * io/test-lfs.c (do_prepare): Give name_len type size_t.
13142         * io/tst-fcntl.c (do_prepare): Likewise.
13143         * posix/tst-exec.c (do_prepare): Likewise.
13144         * posix/tst-preadwrite.c (do_prepare): Likewise.
13145         * posix/tst-spawn.c (do_prepare): Likewise.
13146         * posix/tst-truncate.c (do_prepare): Likewise.
13147         * rt/tst-aio.c (do_prepare): Likewise.
13148         * rt/tst-aio64.c (do_prepare): Likewise.
13149         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
13150         size_t.
13152 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
13154         [BZ #2821]
13155         * time/mktime.c (guess_time_tm): Fix overflow detection.
13156         * time/Makefile (tests): Add bug-mktime1.
13157         * time/bug-mktime1.c: New file.
13159         [BZ #3189, #3188]
13160         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
13161         (mremap): Likewise.
13163 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
13165         [BZ #1006]
13166         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
13167         Ensure relocation doesn't clobber any bits outside of the
13168         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
13169         R_SPARC_HI22 and R_SPARC_H44.
13171         [BZ #2775]
13172         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
13173         (long) (MINSIZE + nb - old_size) is positive.
13175         * malloc/arena.c (grow_heap): When growing bail even if new_size
13176         is negative.
13178         [BZ #3155]
13179         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
13180         stack below r1.
13182 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
13184         * posix/regex_internal.c (re_string_reconstruct): Handle
13185         offset < pstr->valid_raw_len && pstr->offsets_needed case.
13186         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
13187         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
13188         re_string_context_at.
13189         * posix/Makefile: Add rules to build and run bug-regex26 test.
13190         * posix/bug-regex26.c: New test.
13192         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
13193         rather than col_sym_free.  Move seqp declaration earlier.
13195         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
13197 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
13199         * nscd/initgrcache.c (addinitgroupsX): Move any_success
13200         decl before first goto out.
13202 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
13204         * Makerules (shlib.lds): If have-hash-style, put .hash section
13205         at the end of the RO segment.
13207 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
13209         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
13210         style hash table format is used.
13212 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
13214         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
13215         randomization rather than before.
13216         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
13218 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
13220         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
13222         * malloc/malloc.c (_int_malloc): Use full list insert and not
13223         shortcut which assumes the list is empty for large requests
13224         too.
13226         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
13228 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
13230         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
13231         and offout arguments to the prototype.
13232         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
13233         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
13234         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
13235         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
13236         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
13237         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
13238         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
13239         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
13241 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
13243         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
13245         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
13246         dlopen parameters.
13248 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
13250         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
13251         only if herrno is NETDB_INTERNAL.  Handle errors other than
13252         ERANGE outside of the loops, handle TRY_AGAIN.
13254         * locale/programs/ld-ctype.c (translit_flatten): Issue error
13255         if other's ctype category was missing.
13256         * locale/programs/ld-collate.c (collate_read): Return if
13257         copy_locale's collate category is missing.
13259 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
13261         [BZ #2684]
13262         * malloc/malloc.c (public_rEALLOc): Try harder by using other
13263         arenas if allocation failed.
13264         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
13266 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
13268         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
13269         waste bins[0..1].
13270         (malloc_state): Reduce bins size by 2.
13271         (_int_malloc): Fix test for large enough buffer for early termination.
13272         When no unsorted block matches perfectly and an exiting block has
13273         to be split, use full list insert and not shortcut which assumes
13274         the list is empty.
13276         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
13277         failure.
13279 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
13281         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
13282         do anything.
13284         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
13285         symbol require exact match (these are PLTs).
13286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
13287         (_dl_ppc64_addr_sym_match): Likewise.
13289         [BZ #2683]
13290         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
13291         If symbol has a value use it.
13292         * elf/tst-dladdr1.c: New file.
13293         * elf/Makefile: Add rules to build and run tst-addr1.
13295 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
13297         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
13298         keeps failing and heap growth or new heap creation isn't
13299         successful either.
13300         * malloc/tst-malloc.c (main): Add new tests.
13302 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
13304         [BZ #2734]
13305         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
13306         as in the x86-64 code to use bswap.
13308 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
13310         [BZ #2680]
13311         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
13312         __USE_UNIX98.
13313         * posix/bits/unistd.h: Likewise.
13315 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
13317         [BZ #2751]
13318         * string/strchr.c: Add cast to avoid warning.
13320 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
13322         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
13323         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
13324         limit is needed to avoid the exploding of the address space
13325         requirement for secondary heaps.
13326         * malloc/arena.c (HEAP_MAX_SIZE): Define using
13327         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
13329 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
13331         [BZ #3018]
13332         * Makerules (depfiles): Handle extra-test-objs the same as
13333         extra-objs.
13334         (common-mostlyclean): Likewise.
13335         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
13336         instead.
13337         * elf/Makefile (extra-objs): Likewise.
13338         * stdlib/Makefile (extra-objs): Likewise.
13340 2006-08-14  Eric Blake  <ebb9@byu.net>
13342         [BZ #3044]
13343         * misc/error.h: Assume C89 or better.
13344         * misc/error.c: Likewise.
13346 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
13348         [BZ #3040]
13349         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
13350         __ASSUME_ATFCTS is defined.
13352 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
13354         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
13355         to sort in each call.
13357         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
13358         is empty simply return and use next service.
13359         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
13361         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
13362         tells us when not finding a charmap file is an error.
13363         * locale/programs/charmap.h: Adjust charmap_read prototype.
13364         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
13365         cannot find a charmap.
13366         * locale/programs/localedef.c (main): Adjust charmap_read call.
13368 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
13370         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
13371         sysdeps/posix/pause.c implementation instead.
13373 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
13375         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
13376         to EPERM.
13378 2006-08-13  Andreas Schwab  <schwab@suse.de>
13380         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
13381         Don't clobber caller's LRSAVE.
13382         (_dl_prof_resolve): Likewise.
13384 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
13386         [BZ #1996]
13387         * libio/memstream.c (open_memstream): Allocate initial buffer with
13388         calloc.
13389         * libio/wmemstream.c (open_wmemstream): Likewise.
13390         * libio/strops.c: Pretty printing.
13391         (_IO_str_overflow): Clear uninitialized part of the new buffer.
13392         (enlarge_userbuf): New function.
13393         (_IO_str_seekoff): Call it if seek position is larger than current
13394         buffer.
13395         * libio/wstrops.c: Likewise.
13396         * libio/vasprintf.c: Add comment as to why we do not have to use
13397         calloc instead of malloc to allocate initial buffer.
13398         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
13399         * libio/bug-memstream1.c: New file.
13400         * libio/bug-wmemstream1.c: New file.
13402 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
13404         * libio/wstrops.c: Remove dead macro definitions and comments.
13405         * libio/strops.c: Likewise.
13407         [BZ #2764]
13408         * login/utmpname.c (__utmpname): Remove unnecessary test.
13410 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
13412         [BZ #2832]
13413         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
13414         0s from integers.
13416 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
13418         [BZ #2987]
13419         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
13420         for CPU clocks.
13421         * sysdeps/unix/clock_settime.c: Add support for platform-specific
13422         setting of CPU clocks.
13424 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13426         [BZ #2841]
13427         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
13428         since C99 requires the result to promote to 'int' when uint_least8_t
13429         and uint_least16_t promote to 'int'.
13431 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
13433         [BZ #3013]
13434         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
13435         lenght of one output field, correct bitmask creation.
13436         * locale/programs/ld-time.c: Add alignment.
13438         [BZ #2997]
13439         * misc/error.c: Add space between program name and message if file
13440         name is missing.
13442 2006-08-03  Eric Blake  <ebb9@byu.net>
13444         [BZ #2998]
13445         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
13447 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
13449         * malloc/memusagestat.c: Silence warnings.
13451         * malloc/malloc.c: Dynamically size mmap treshold if the program
13452         frees mmaped blocks.
13453         Patch by Valerie Henson and Arjan van de Ven.
13455 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
13457         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
13458         __USE_GNU.
13460         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
13461         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
13462         (DEF): Don't put the var into .gnu.linkonce.r.* section.
13463         Only provide var definitions in strtol_l (or for *ull*
13464         in strtoll_l).
13466         * stdio-common/bug16.c (tests): New array.
13467         (do_tests): Allow the first hexadecimal digit
13468         to be 1, 2, 4 or 8.  Do 3 additional tests.
13470         * sysdeps/s390/fpu/libm-test-ulps: Update.
13472         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
13473         fchownat syscall if available.
13474         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
13475         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
13476         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
13478 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
13480         * nis/nis_xdr.c: Avoid some function calls.
13482 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
13483             Ulrich Drepper  <drepper@redhat.com>
13485         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
13486         short cut if only one name component is stripped away.
13488 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
13490         * nis/nis_call.c: Minor cleanups throughout.
13491         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
13492         (first_shoot): Add search_parent_first parameter.  Only if it is set
13493         search parent server first.
13494         If directory for table found through cold start cache is not the same
13495         as referenced in the cache, don't use it.
13496         (__nisfind_server): Take additional parameter.  Pass it on to
13497         first_shoot.
13498         (__prepare_niscall): Adjust __nisfind_server call.
13499         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
13500         * nis/nis_table.c: Adjust __nisfind_server call.
13501         * nis/nis_lookup.c: Likewise.
13502         (nis_lookup): Don't loop endlessly if name is reduced to ".".
13504 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
13506         [BZ #2182]
13507         * math/s_cacosh.c: Return values from positive branch.
13508         * math/s_cacoshf.c: Likewise.
13509         * math/s_cacoshl.c: Likewise.
13511         [BZ #2883]
13512         * sysvipc/sys/msg.h: Change return value to ssize_t.
13513         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
13514         * sysvipc/msgrcv.c: Likewise.
13515         * include/sys/msg.h: Likewise.
13517         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
13518         test introduced in patch for bz #661.
13519         (getgrouplist): Simplify code a bit.  Don't allocate one additional
13520         element for NEWGROUPS.
13522         [BZ #2908]
13523         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
13524         'f', use '1' as leading digit not '\1'.
13525         * stdio-common/Makefile (tests): Add bug16.
13526         * stdio-common/bug16.c: New file.
13528         [BZ #2914]
13529         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
13530         and don't try to open it.  The patch introducing the macro
13531         contained a bug and used the same file name as the new file
13532         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
13533         this out completely.
13535         [BZ #2926]
13536         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
13537         Patch by Jerry James <Jerry.James@usu.edu>.
13539         * rt/Makefile (tests): Add tst-clock2.
13540         * rt/tst-clock2.c: New file.
13542         [BZ #2978]
13543         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
13544         function and its parameters and pass it to new thread.
13545         (__gai_notify): Add support for alternative waiting for completion.
13546         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
13547         waiting for completion.
13548         * resolv/getaddrinfo_a.c: Likewise.
13549         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
13550         waiting for completion is used.
13551         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
13552         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
13553         * resolv/gai_error.c: Likewise.
13554         * resolv/gai_sigqueue.c: Likewise.
13556 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
13558         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
13559         errno to EBADF and return MACH_PORT_NULL.
13561 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
13563         [BZ #2980]
13564         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
13566 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
13568         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
13569         walk them instead of the symbol table.
13571 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
13573         [BZ #2098]
13574         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
13575         status of NSS calls, not the number of returned entries.
13577         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
13578         request_key, keyctl.
13580 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
13582         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
13584 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
13586         * elf/tst-auditmod1.c: Fix typo in #error.
13588 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
13590         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
13592         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
13594 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
13596         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
13597         that the directory is empty even on non-POSIX filesystems.
13599 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
13601         * elf/dl-open.c (dl_open_worker): Add branch prediction.
13603         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
13604         the backend NSS module.  If backend setgrent call failed, don't have
13605         internal_setgrent fail.  Just remember this until it is needed.
13606         * nis/nss_compat/compat-pwd.c: Likewise.
13607         * nis/nss_compat/compat-spwd.c: Likewise.
13609 2006-07-30  Roland McGrath  <roland@redhat.com>
13611         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
13612         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
13613         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
13614         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
13616         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
13617         (nanosleep_not_cancel): New macro.
13618         (sigsuspend_not_cancel): new macro.
13619         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
13620         (do_sigsuspend): Define as inline.
13621         (__sigsuspend): Always use do_sigsuspend.
13622         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
13623         * include/signal.h: Declare __sigsuspend_nocancel.
13624         * sysdeps/posix/pause.c
13625         [! NO_CANCELLATION] (__pause_nocancel): New function.
13627         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
13628         * include/time.h (__nanosleep_nocancel): Likewise.
13630 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
13632         * locale/programs/localedef.c (add_to_readlist): Rename local
13633         variables to avoid confusion.
13635         * locale/programs/charmap.c (charmap_read): Emit error message if
13636         charmap couldn't be found or read.
13638 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
13640         * sysdeps/unix/sysv/linux/kernel-features.h: Define
13641         __ASSUME_FUTEX_LOCK_PI.
13642         * include/time.h: Declare __nanosleep_nocancel.
13643         * include/unistd.h: Declare __pause_nocancel.
13645         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
13646         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
13647         get the __stack_chk_fail_local definition when it's needed.
13649 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
13651         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
13652         * dlfcn/bug-atexit3.c: New file.
13653         * dlfcn/bug-atexit3-lib.cc: New file.
13655         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
13656         used when the namespace is not the base namespace.
13658 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
13660         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
13661         (__new_exitfn): Bump it in every successful call.
13662         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
13663         more exit handlers, call them right away.
13664         * stdlib/exit.h: Declare __new_exitfn_called.
13666 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
13668         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
13669         calling registered handler.
13671         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
13672         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
13673         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
13674         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
13675         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
13676         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
13677         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
13678         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
13680 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
13682         * elf/dl-lookup.c (dl_new_hash): New functions.
13683         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
13684         value here.  Compute new-style hash value.  Pass new hash value
13685         and reference to variable with the old value to do_lookup_x.
13686         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
13687         old-style hash table.
13688         (_dl_debug_bindings): Pass new hash value and reference to variable
13689         with the old value to do_lookup_x.
13690         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
13691         new-style hash value and change old-style hash value parameter to
13692         be a reference.  Reoganize functions to determine whether
13693         new-style hash table is available.  Only fall back on old-style
13694         table.  If old-style hash value is needed, compute it here.
13695         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
13696         entry.
13697         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
13698         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
13699         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
13700         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
13701         * Makeconfig: If linker supports --hash-style option add it to all
13702         linker command lines to build DSOs.
13703         * config.make.in: Define have-hash-style.
13704         * configure.in: Test whether linker supports --hash-style option.
13706         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
13707         * sysdeps/generic/ldsodefs.h: Adjust prototype.
13709 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
13711         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
13712         auditing.
13714         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
13715         RPATH of main map twice.
13717 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
13719         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
13720         look further, return original strings.
13721         (_nl_find_msg): Do not return found translation if the conversion
13722         failed.  Either signal the string is unusable or that something went
13723         wrong and the original should be used.
13725 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
13727         * string/_strerror.c (__strerror_r): Add __builtin_expect.
13729 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
13731         [BZ #2766]
13732         * misc/insremque.c (insque): Handle prev == NULL.
13733         * misc/Makefile (tests): Add tst-insremque.
13734         * misc/tst-insremque.c: New test.
13736 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
13738         [BZ #2792]
13739         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
13740         conflict with DL_DST_REQUIRED.
13742 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
13744         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
13745         match what Solaris does.
13747 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
13749         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
13750         local_setegid instead of seteuid and setegid.
13751         * sysdeps/generic/local-setxid.h: New file.
13752         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
13754         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
13756         * string/Makefile (tests): Add bug-envz1.
13757         * string/bug-envz1.c: New file.
13759 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
13761         * posix/regex_internal.c (re_string_skip_chars): If no character has
13762         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
13763         to the byte which couldn't be converted.
13764         (re_string_reconstruct): Don't clear valid_raw_len before calling
13765         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
13766         tip_context using re_string_context_at.
13767         * posix/Makefile: Add rules to build and run bug-regex25 test.
13768         * posix/bug-regex25.c: New test.
13770 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
13772         [BZ #2703]
13773         * string/envz.c (envz_strip): Correct erroneously reversed src
13774         and dest parameters to memmove() invocation.
13776 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
13778         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
13779         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
13780         to make sure the database has been already invalidated.
13781         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
13782         after the cache has been invalidated.  Use pthread_mutex_lock rather
13783         than pthread_mutex_trylock if fd != -1.
13784         * nscd/connections.c (invalidate_cache): Add fd argument, write
13785         response to fd if not calling prune_cache, pass fd to prune_cache.
13786         (handle_request): Adjust invalidate_cache caller.
13787         (nscd_run): Pass -1 as fd to prune_cache.
13789 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
13791         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
13792         the correct place.
13794 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
13796         * nscd/nscd.h (struct database_dyn): Add prunelock field.
13797         * nscd/cache.c (prune_cache): Take prunelock before starting the
13798         work.  Just return in case it is already taken.
13799         * nscd/connections.c (dbs): Initialize .prunelock.
13801 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
13803         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
13804         copying.  No need to allocate new array for group members.  Just
13805         move the pointers and update the size.
13807         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
13808         Avoid memory leak in case realloc fails.  Simplification for
13809         better code generation.
13811         Avoid deprecation warning because of libc_hidden_proto for
13812         inet6_option_alloc.
13813         * inet/inet6_option.c (option_alloc): Renamed from
13814         inet6_option_alloc.  Made static.
13815         (inet6_option_alloc): Now a simple wrapper around option_alloc.
13816         (inet6_option_append): Call option_alloc.
13817         * include/netinet/in.h: Remove libc_hidden_proto for
13818         inet6_option_alloc.
13820         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
13821         for cleanup when cb!=NULL [Coverity CID 233].
13823 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
13825         [BZ #2693]
13826         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
13827         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
13828         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
13829         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
13830         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
13831         and inet6_rth_getaddr.
13832         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
13833         array.
13834         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
13835         Mark inet6_option_* interfaces as deprecated.
13836         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
13837         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
13838         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
13839         inet6_rth_segments, and inet6_rth_getaddr.
13840         * inet/inet6_opt.c: New file.
13841         * inet/inet6_rth.c: New file.
13843         * inet/netinet/icmp6.h: Pretty printing.
13845         [BZ #2683]
13846         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
13848 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
13850         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
13851         doing it all here.  When server does not know the answer do not
13852         fail immediate, try parent first.
13854         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
13855         overflow test.
13857 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
13859         * nis/nis_call.c (__prepare_niscall): New function.  Split out
13860         from __do_niscall.
13861         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
13862         and exported.
13863         (__follow_path): New function.  Split out from nis_list.
13864         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
13865         _xdr_nis_result.
13866         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
13867         _xdr_nis_result.
13868         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
13869         and __follow_path.
13870         * nis/Versions: Export __prepare_niscall, __create_ib_request,
13871         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
13872         from libnsl for version GLIBC_PRIVATE.
13873         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
13874         Remove entry parameter from _nss_nisplus_parse_pwent and
13875         _nss_nisplus_parse_grent.
13876         * nis/nss_nisplus/nisplus-parser.c: Likewise.
13877         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
13878         again.  Rewrite getpwent handling to not use nis_first_entry and
13879         nis_next_entry.  Roll out own niscall handling.
13880         * nis/nss_nisplus/nisplus-grp.c: Likewise.
13882         * sunrpc/xdr_rec.c: Fix typo in comment.
13884 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
13886         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
13887         handling.
13889         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
13890         to allocate memory for my_pollfd.  Better initialization of
13891         cb_is_running.  Use TEMP_FAILURE_RETRY.
13893         * malloc/memusage.sh (memusageso): Add quotes.
13894         (memusagestat): Likewise.
13895         * debug/xtrace.sh (pcprofileso): Likewise.
13896         (pcprofiledump): Likewise.
13897         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
13898         replacement.
13899         * malloc/Makefile ($(objpfx)memusage): Likewise.
13901         * nis/nis_callback.c (__nis_create_callback): Calls to
13902         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
13903         asprintf call fails.
13905         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
13906         no uninitialized memory is passed to sendto.
13908 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
13910         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
13911         of snprintf+strdup.  Handle OOM.
13912         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
13913         cb->serv together.  Remove now obsolete free calls.
13914         (__nis_destroy_callback): Remove now obsolete free call.
13916 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
13918         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
13919         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
13920         and ULA respectively). Set precedence for IPv4 address to 10 as
13921         defined in RFC3484 for preferring IPv6.
13922         * posix/gai.conf: Update to match the new default tables.
13924 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
13926         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
13927         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
13928         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
13929         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
13931         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
13932         Removed.
13933         (init_nss_interface): Remove initialization of these variables.
13935 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
13937         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
13938         nis_free_directory forward to avoid duplication.
13940 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
13942         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
13943         rec_dirsearch returning NULL.
13944         (first_shoot): Handle __nis_finddirectory returning NULL.
13945         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
13947         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
13948         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
13950 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
13952         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
13953         pid changed.
13955 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
13957         * include/rpc/pmap_prot.h: Mark all functions as hidden.
13959         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
13960         * nscd/nscd_getgr_r.c: Likewise.
13962         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
13964         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
13965         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
13967         * stdlib/longlong.h (__clz_tab): Mark as hidden.
13969         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
13971         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
13973         * include/rpc/auth.h: Mark xdr_des_block_internal and
13974         xdr_opaque_auth_internal as hidden.
13976         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
13977         hidden.
13979         * include/rpc/xdr.h: Mark all _internal functions as hidden.
13981         * misc/getusershell.c (okshells): Don't use static initializers,
13982         do it dynamically.
13984         * stdlib/fmtmsg.c (keywords): Change type of len element to
13985         uint32_t to not waste space on 64bit machines.
13987         * locale/setlocale.c: Change _nl_category_names into a string.
13988         Add new _nl_category_name_idxs.  Change all users.
13989         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
13990         Declare _nl_category_name_idxs.
13991         * locale/findlocale.c: Adjust for _nl_category_names change.
13992         * locale/loadlocale.c: Likewise.
13993         * locale/newlocale.c: Likewise.
13994         * intl/dcigettext.c: Likewise.
13996         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
13997         (add_alias2): ...here.  New function.
13998         (__gconv_read_conf): Simplify builtin alias handling.
13999         (builtin_aliases): Convert to string to avoid relocations.
14000         * iconv/gconv_builtin.h: Add comment about correct formatting.
14002 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
14004         * resolv/res_debug.c (loc_ntoa): Make error const.
14006 2006-05-14  Andreas Schwab  <schwab@suse.de>
14008         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
14010 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
14012         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
14013         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
14014         sizeof (cpu_set_t).
14016 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
14018         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
14020         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
14022         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
14023         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
14025         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
14026         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
14028         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
14029         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
14030         xdr_cback_data.
14032         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
14033         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
14034         xdr_ypupdate_args.
14036         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
14037         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
14039         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
14040         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
14042         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
14043         * include/rpcsvc/nis_callback.h: New file.
14045         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
14046         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
14048         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
14049         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
14051         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
14052         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
14054         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
14055         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
14057         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
14058         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
14059         xdr_ypdelete_args.
14061         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
14062         __BEGIN_DECLS and __END_DECLS, the header is not installed.
14064         * nis/nis_error.c: Remove table of strings.  Use position
14065         independent mechanism.
14066         * nis/nis_error.h: New file.
14068 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
14070         * locale/programs/ld-time.c (time_finish): If wide era name or
14071         format aren't provided, set both wname and wformat to L"".
14073 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
14075         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
14076         results if the call was succesful.
14078         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
14080         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
14081         as hidden.
14083 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
14085         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
14087 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
14089         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
14090         caller makes sure this is not the case.
14091         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
14093 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
14095         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
14096         calls.
14098         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
14099         [Coverity CID 229, 230]
14101         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
14102         DGETTEXT calls.
14103         (hol_help): Likewise.  [Coverity CID 226, 227]
14105         * string/argz-replace.c (__argz_replace): Unconditionally call
14106         free on SRC.  [Coverity CID 225]
14108         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
14109         the return value of __nis_default_owner and __nis_default_group,
14110         it has been especially allocated.  [Coverity CID 224]
14112         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
14113         searchgroup and searchowner.  Significantly simplified.
14114         (__nis_default_owner): Remove duplication.  Do not locally copy the
14115         string before duplicating it.
14116         (__nis_default_group): Likewise.
14118         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
14119         we must clear the variable before calling __nisfind_server.
14121         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
14122         nis_getnames.  [Coverity CID 223]
14124         * locale/programs/locfile.c (locfile_read): Use alloca instead of
14125         xmalloc to allocate local repertoire name.  [Coverity CID 222]
14127         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
14128         allocate memory for the input to add_bytes.  [Coverity CID 221]
14130         * posix/wordexp.c (w_addword): Free word if realloc fails and it
14131         was allocated here.  [Coverity CID 219, 220]
14133         * posix/getconf.c (print_all): Free confstr data after printing.
14134         [Coverity CID 218]
14136         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
14137         list allocation fails.  [Coverity CID 215]
14139         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
14140         [Coverity CID 213]
14142         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
14143         string is NULL.  [Coverity CID 212]
14144         * argp/Makefile: Add rules to build and run bug-argp1.
14145         * argp/bug-argp1.c: New file.
14147         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
14148         end of string.
14149         * stdlib/canonicalize.c (__realpath): Likewise.
14151         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
14152         pointer.  [Coverity CID 206]
14154         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
14155         in statically linked code.
14156         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
14157         statically built code, be prepared to have no link map.
14158         [Coverity CID 205]
14160         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
14161         dgettext calls. [Coverity CID 204]
14163         * argp/argp-help.c (struct uparams): Remove valid member.  Change
14164         the one user.
14165         (uparam_names): Reduce size.  Avoid relative relocations.
14166         Moved to read-only segment.
14167         (fill_in_uparams): Update for new layout.
14169         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
14170         assumed to always be != NULL. [Coverity CID 202]
14172         * argp/argp-help.c (hol_entry_help): Remove some dead code
14173         [Coverity CID 200].
14175         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
14176         away a few more unconditional yperr2nss calls.
14177         (_nss_nis_getservbyname_r): Likewise.
14179 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
14181         * sysdeps/generic/ldsodefs.h: Remove support for non-core
14182         architectures.
14184         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
14185         that unused memory passed to sendto is nevertheless initialized.
14187         [BZ #2499]
14188         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
14189         possibly unaligned memory accesses.
14191         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
14192         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
14193         and __putlong respectively.  Correct buffer overflow check for
14194         NS_NOTIFY_OP.
14196         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
14198         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
14199         (send_dg): Rewrite error handling to be more compact and avoid
14200         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
14202         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
14204         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
14205         instead of ns_get16.
14206         (res_queriesmatch): Likewise.  Minor optimization.
14208         [BZ #2499]
14209         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
14210         __libc_res_nsend might reallocate the buffer for the answer.  In
14211         this case we have to reload the HP pointer.
14213 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14215         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
14216         some branch prediction hints.
14218         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
14219         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14220         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14221         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
14222         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14223         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14224         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
14225         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
14227 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14229         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
14230         by a GOT relocation to make Scrt1.o position independent.
14231         * sysdeps/s390/s390-64/elf/start.S: Likewise.
14233         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
14234         six system call parameters.
14235         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
14237 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14239         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
14240         malloc&bzero.
14242         * sunrpc/svc_udp.c (BZERO): Remove definition.
14243         (CALLOC): Define.
14244         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
14246         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
14247         (des_SPtrans): Use uint32_t type.
14248         (des_skb): Likewise.
14250         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
14252 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
14254         [BZ #2509]
14255         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
14256         on 32-bit arches.
14258 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14260         * locale/programs/ld-address.c (address_finish): Fix one more
14261         place where the iso639 array might be accessed beyond the limits.
14263 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
14265         * nis/nis_table.c (nis_list): Avoid clearing res twice before
14266         filling it for the first time.
14268         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
14269         Adjust all callers.
14270         Free res object content before returning.
14272         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
14274         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
14275         client->cl_auth.
14277         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
14278         cleanup for initial thread, just the free call on TVP.
14280         * nscd/gai.c (__getline): Define.
14283 See ChangeLog.16 for earlier changes.