Prevent unintended file desriptor leak in grantpt.
[glibc.git] / ChangeLog
blob173fe780f8b0d49444a8bd872b87f7be284f7f45
1 2009-11-24  Ulrich Drepper  <drepper@redhat.com>
3         * sysdeps/unix/grantpt.c (grantpt): Use CLOSE_ALL_FDS is available
4         before the exec.
5         * sysdeps/unix/sysv/linux/grantpt.c: New file.
6         * login/programs/pt_chown.c (main): Don't print message on errors
7         when doing real work.
9         * sysdeps/unix/grantpt.c (grantpt): Only get tty group information
10         once.
12         * csu/elf-init.c (__libc_csu_irel): New function.  Code to perform
13         irel relocations split out from...
14         (__libc_csu_init): ...here.
15         * csu/libc-start.c [!SHARED]: Call __libc_csu_irel early.
17 2009-11-23  Andreas Schwab  <schwab@redhat.com>
19         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Use struct timespec
20         for timestamps also if __USE_XOPEN2K8.
21         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
22         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
23         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
24         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
26 2009-11-22  Ulrich Drepper  <drepper@redhat.com>
28         * nscd/connections.c (restart): Try harder to re-exec.
30         * sunrpc/create_xid.c (_create_xid): Reinitialize state after fork.
32         * sysdeps/unix/sysv/linux/ntp_gettimex.c:  New file.
33         * sysdeps/unix/sysv/linux/Makefile: Add rules to build ntp_gettimex.
34         * sysdeps/unix/sysv/linux/Versions: Export ntp_gettimex for GLIBC_2.12.
35         * sysdeps/unix/sysv/linux/sys/timex.h (ntptimeval): Add tai member and
36         some placeholders.  Redirect ntp_gettime to ntp_gettimex.
37         * sysdeps/unix/sysv/linux/ntp_gettime.c: Adjust for header change.
39         * sysdeps/unix/sysv/linux/sys/timex.h (MOD_TAI, MOD_MICRO, MOD_NANO):
40         Define.
41         (STA_RONLY): Add STA_NANO, STA_MODE, and STA_CLK.
43 2009-11-18  H.J. Lu  <hongjiu.lu@intel.com>
45         [BZ #10162]
46         * sysdeps/ia64/memchr.S: Don't use a simple loop on data shorter
47         than software pipeline.  Properly recover from shorter read.
49 2009-11-19  Ulrich Drepper  <drepper@redhat.com>
51         [BZ #10958]
52         * libio/libio.h (_IO_getwc_unlocked): Check for _wide_data being
53         initialized before using it.
54         (_IO_putwc_unlocked): Likewise.
56         [BZ #10918]
57         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ISSET_S): Use __const
58         in cast to not throw away const-ness of parameters.
59         (__CPU_EQUAL_S): Likewise.
60         (__CPU_OP_S): Likewise.
62         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Introduce new symbol
63         F_OWNER_PGRP and mark F_OWNER_GID obsolete.  The kernel people made
64         this gratuitous change and we have to keep compatibility.
65         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
66         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
67         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
68         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
69         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
70         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
72 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
74         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Change misleading names
75         of parameters of sync_file_range.
76         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
77         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
78         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
79         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
80         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
81         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
83 2009-11-16  Jakub Jelinek  <jakub@redhat.com>
85         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
86         Implement using sync_file_range2 syscall if __NR_sync_file_range2
87         is defined.
88         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c: New
89         file.
91 2009-11-17  Paolo Bonzini  <bonzini@gnu.org>
93         * posix/bug-regex30.c: New file.
94         * posix/Makefile: Add rules to build and run bug-regex30.
95         * posix/regcomp.c (re_compile_fastmap_iter): Add all multibyte
96         character lead bytes when there is a range in a COMPLEX_BRACKET.
97         Reported by Oleg Bylatov.
99 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
101         [BZ #10969]
102         * locale/duplocale.c (__duplocale): Handle LC_GLOBAL_LOCALE special.
103         * locale/tst-duplocale.c: New file.
104         * locale/Makefile (tests): Add tst-duplocale.
106         [BZ #10968]
107         * locale/langinfo.h (_NL_LOCALE_NAME): Correct definition.
108         Patch by Bruno Haible <bruno@clisp.org>.
109         * locale/tst-locname.c: New file.
110         * locale/Makefile (tests): Add tst-locname.
112         [BZ #10972]
113         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Add new MADV_*
114         constants from recent kernels.
115         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
116         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
117         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
118         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
119         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
120         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
122 2009-11-09  H.J. Lu  <hongjiu.lu@intel.com>
124         [BZ #10162]
125         * sysdeps/ia64/memchr.S: Use a simple loop on data shorter than
126         software pipeline.
128 2009-11-09  Mike Frysinger  <vapier@gentoo.org>
130         * sysdeps/unix/sysv/linux/i386/fallocate.c: Include errno.h.
131         (fallocate): Return ENOSYS if __NR_fallocate is not defined.
132         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
134 2009-11-06  Mike Frysinger  <vapier@gentoo.org>
136         * posix/bug-regex29.c: Include stdio.h.
138 2009-11-14  Ulrich Drepper  <drepper@redhat.com>
140         [BZ #10939]
141         * Versions.def: Define GLIBC_2.12 for libc.
142         * manual/errno.texi: Add ERFKILL entry.
143         * sysdeps/unix/sysv/linux/Versions: Add new errlist compat entries
144         for 2.12.
145         * sysdeps/unix/sysv/linux/bits/errno.h: Define ERFKILL is not done.
146         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: Likewise.
148         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Update F_SETOWN_EX and
149         F_GETOWN_EX definitions according to corrected kernel definitions.
150         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
151         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
152         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
153         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
154         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
155         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
157 2009-11-12  Ulrich Drepper  <drepper@redhat.com>
159         * version.h: Bump for 2.12 development.
161 2009-11-10  Andreas Schwab  <schwab@redhat.com>
163         * resolv/mapv4v6hostent.h (map_v4v6_hostent): Return non-zero if
164         out of buffer space.
165         * resolv/nss_dns/dns-host.c (getanswer_r): Check for
166         map_v4v6_hostent running out of space.
168 2009-11-10  Ulrich Drepper  <drepper@redhat.com>
170         * string/bits/string3.h (memset): If the second parameter is constant
171         and zero there is likely no transposition.
172         Patch by Caolan McNamara <caolanm@redhat.com.
174 2009-11-04  Philippe De Muyter  <phdm@macqel.be>
176         * sysdeps/powerpc/fpu/e_sqrt.c: Fix spelling of (Newton-)Raphson.
177         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
179 2009-10-30  Holger Hans Peter Freyther  <zecke@selfish.org>
181         * malloc/memusagestat.c (main): Fix spelling in an error message.
183 2009-11-01  H.J. Lu  <hongjiu.lu@intel.com>
185         * elf/dl-sym.c (do_sym): Properly handle STT_GNU_IFUNC symbols.
186         * elf/ifuncmain3.c (main): Test dlopen STT_GNU_IFUNC symbol.
188 2009-11-03  Andreas Schwab  <schwab@redhat.com>
190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
191         readahead.
193 2009-11-03  Jakub Jelinek  <jakub@redhat.com>
195         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Don't
196         relocate opd entry when resolving prelink conflicts.
198 2009-11-04  Jakub Jelinek  <jakub@redhat.com>
200         * misc/sys/uio.h (preadv, pwritev): Fix type of last argument
201         when -D_FILE_OFFSET_BITS=64.
203         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (fallocate): Fix types
204         of last two arguments when -D_FILE_OFFSET_BITS=64.
205         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (fallocate): Likewise.
206         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (fallocate): Likewise.
207         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (fallocate): Likewise.
208         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (fallocate): Likewise.
209         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (fallocate): Likewise.
210         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (fallocate): Likewise.
212 2009-11-03  Andreas Schwab  <schwab@linux-m68k.org>
214         [BZ #4457]
215         * sysdeps/generic/libgcc_s.h: New file.
216         * sysdeps/generic/framestate.c: Include it and use LIBGCC_S_SO.
218 2009-11-01  Ulrich Drepper  <drepper@redhat.com>
220         * malloc/hooks.c (free_check): Restore locking and call _int_free
221         appropriately.
223 2009-10-30  Ulrich Drepper  <drepper@redhat.com>
225         * version.h (VERSION): Bump for 2.11 release.
226         * include/features.h (__GLIBC_MINOR__): Bump to 11.
228         * elf/tst-execstack.c (do_test): Add cast to avoid warning.
230         * stdio-common/scanf13.c (main): Remove unused variable wbuf.
232         * stdlib/tst-strtol.c (tests): Mark one more constant as unsigned
233         to avoid warning.
234         * stdlib/tst-strtoll.c (tests): Likewise.
236         [BZ #9986]
237         * time/strftime_l.c (__strftime_internal): Allow %OC.
239         * misc/mkostemps.c: New file.
240         * misc/mkostemps64.c: New file.
242 2009-10-30  Andreas Schwab  <schwab@redhat.com>
244         * locale/programs/locale-spec.c: Include <error.h> and
245         <libintl.h>.
247         * sysdeps/unix/sysv/linux/readlinkat.c: Fix last change.
249 2009-10-28  Roland McGrath  <roland@redhat.com>
251         * Makefile (dist-prepare): New target.
252         (tag-for-dist): Target removed.
253         (glibc-%.tar): Pattern rule removed.
254         (%.tar): New pattern rule, does simple use of git archive.
255         (dist-version): Remove variable definition.
256         (dist): Just depend on that.  Add .tar.xz dependency.
257         If dist-version variable not set on command line, depend on
258         dist-prepare, re-invoke with dist-version set via git describe.
260         * Makerules (%.xz): New pattern rule.
262 2009-10-28  Alan Modra  <amodra@bigpond.net.au>
264         * elf/ifuncdep2.c: Include ifunc-sel.h.
265         (global): Delete.
266         (foo1_ifunc, foo2_ifunc, foo3_ifunc): Use ifunc_sel.
267         * elf/ifuncmain1.c (global): Delete.
268         * elf/ifuncmain1vis.c: Likewise.
269         * elf/ifuncmain2.c: Likewise.
270         * elf/ifuncmain5.c: Likewise.
271         * elf/ifuncmod3.c: Likewise.
272         * elf/ifuncmain6pie.c: Include ifunc-sel.h.
273         (foo_ifunc): Use ifunc_one.
274         * elf/ifuncmain7.c: Likewise.
275         * elf/ifuncmod1.c: Include ifunc-sel.h.
276         (global): Define protected var.
277         (foo_ifunc, foo_hidden_ifunc, foo_protected_ifunc): Use ifunc_sel.
278         * elf/ifuncmod5.c: Likewise.
279         * sysdeps/generic/elf/ifunc-sel.h: New file.
280         * sysdeps/powerpc/elf/ifunc-sel.h: New file.
282 2009-07-30  Alan Modra  <amodra@bigpond.net.au>
284         * elf/elf.h (R_PPC_NUM, R_PPC64_NUM): Delete unused and incorrect.
285         (R_PPC_REL16*): Correct comments.
286         (R_PPC_IRELATIVE, R_PPC64_IRELATIVE, R_PPC64_JMP_IREL): Define.
287         (R_PPC64_REL16, R_PPC64_REL16_LO, R_PPC64_REL16_HI,
288          R_PPC64_REL16_HA): Define.
289         * sysdeps/powerpc/powerpc32/dl-irel.h: New file.
290         * sysdeps/powerpc/powerpc64/dl-irel.h: New file.
291         * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_fixup_plt):
292         Delete unused "reloc" param.
293         (__process_machine_rela): Handle R_PPC_IRELATIVE.
294         * sysdeps/powerpc/powerpc32/dl-machine.h (__elf_machine_fixup_plt):
295         Delete "reloc" param.
296         (elf_machine_rela): Handle STT_GNU_IFUNC functions and
297         R_PPC_IRELATIVE.
298         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): New function.
299         (elf_machine_rela): Handle STT_GNU_IFUNC functions and new ifunc
300         relocations.
302 d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
304         [BZ #10315]
305         * sysdeps/gnu/netinet/udp.h: Define UDP_CORK, UDP_ENCAP,
306         UDP_ENCAP_ESPINUDP_NON_IKE, UDP_ENCAP_ESPINUDP, and
307         UDP_ENCAP_L2TPINUDP.
309         [BZ #10349]
310         * sysdeps/posix/tempname.c (__gen_tempname): Take new second
311         parameter, specifying length of prefix.
312         * stdio-common/tempname.c: Likewise.
313         * include/stdio.h: Adjust prototypes.
314         * libio/oldtmpfile.c: Adjust caller.
315         * misc/mkdtemp.c: Likewise.
316         * misc/mkostemp.c: Likewise.
317         * misc/mkostemp64.c: Likewise.
318         * misc/mkstemp.c:  Likewise.
319         * misc/mkstemp64.c: Likewise.
320         * misc/mktemp.c: Likewise.
321         * stdio-common/tempnam.c: Likewise.
322         * stdio-common/tmpfile.c: Likewise.
323         * stdio-common/tmpnam.c: Likewise.
324         * stdio-common/tmpnam_r.c: Likewise.
325         * misc/mkstemps.c: New file.
326         * misc/mkstemps64.c: New file.
327         * stdlib/stdlib.h: Add prototypes.
328         * misc/Makefile (routines): Add mkstemps and mkstemps64.
329         * misc/Versions: Export mkstemps and mkstemps64 for GLIBC_2.11.
331 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
333         * locale/iso-639.def: Add sml entry.
335         [BZ #10391]
336         * resolv/res_send.c (send_dg): Initialize resplen.
338         [BZ #10446]
339         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Match sigevent
340         definition to the kernel's.
341         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
343 2009-08-18  Anders Johansson  <ajohansson@novell.com>
345         * nscd/aicache.c: Fix mixing up dataset and dataset->resp
346         offsets and record sizes in assert()s and response sending.
347         * nscd/grpcache.c: Likewise.
348         * nscd/hstcache.c: Likewise.
349         * nscd/initgrcache.c: Likewise.
350         * nscd/pwdcache.c: Likewise.
352 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
354         [BZ #10540]
355         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): If
356         /etc/hosts does not exist set errnop and herrnop appropriately.
357         Patch by Steve Langasek <vorlon@debian.org>.
359         [BZ #10553]
360         * malloc/malloc.c (malloc_info): Fix typos in format strings.
361         Patch by John Sullivan <jsrhbz@kanargh.force9.co.uk>.
363         [BZ #10564]
364         * login/utmp_file.c (TIMEOUT): Increase to 10.
366         [BZ #10609]
367         * sysdeps/unix/sysv/linux/faccessat.c: Fix handling of empty parameters
368         for file names in case the syscall is not available.
369         * sysdeps/unix/sysv/linux/fchmodat.c: Likewise.
370         * sysdeps/unix/sysv/linux/fchownat.c: Likewise.
371         * sysdeps/unix/sysv/linux/futimesat.c: Likewise.
372         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
373         * sysdeps/unix/sysv/linux/fxstatat64.c: Likewise.
374         * sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise.
375         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise.
376         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
377         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
378         * sysdeps/unix/sysv/linux/openat.c: Likewise.
379         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Likewise.
380         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
381         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
382         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
383         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
384         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise.
385         * sysdeps/unix/sysv/linux/xmknodat.c: Likewise.
387         [BZ #10643]
388         * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): If thread
389         creation filed, remove the request from the 'requests' list and signal
390         the caller that the request is finished.
392         [BZ #10692]
393         * nis/nss_nis/nis-grp.c (internal_nis_getgrent_r): Don't free buffer
394         in error if batch_read.  Patch by Joe Landers <jlanders@vmware.com>.
396         [BZ #10713]
397         * nis/nss_nis/nis-grp.c (internal_nis_endgrent): Start freeing blocks
398         from intern.start.  Patch by Joe Landers <jlanders@vmware.com>.
400         [BZ #10780]
401         * libio/ioputs.c (_IO_puts): Make sure to not return a number which
402         overflows the int return type.
404         [BZ #10717]
405         * malloc/memusagestat.c (main): Fix repairing of trace files.  We also
406         have to compute maxsize_total, we have to update the variables, and
407         the also_total handling must happen after the repair.
409         [BZ #10742]
410         * nscd/dbg_log.c (dbg_log): Print timestamp before the message text.
411         Based on patch by Jeffrey Bastian <jbastian@redhat.com>.
413 2009-10-27  Andreas Schwab  <schwab@redhat.com>
415         * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Make sure
416         errno is always set when returning unsuccessfully.
418 2009-10-29  Andreas Schwab  <schwab@redhat.com>
420         * malloc/memusage.c (update_data): Fix index wraparound handling
421         so that buffer_cnt is actually reset.
423 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
425         [BZ #10784]
426         * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Always copy name
427         of the directory we look at into the static buffer if there is one
428         at the start of the loop.
430         [BZ #10789]
431         * sysdeps/generic/netinet/ip.h: Define IPTOS_ENC* and IPTOS_DSCP*
432         macros.  Patch by Philip Prindeville <philipp@redfish-solutions.com>.
434         [BZ #10840]
435         * sysdeps/unix/sysv/linux/kernel-features.h: Define
436         __ASSUME_F_GETOWN_EX.
437         * sysdeps/unix/sysv/linux/fcntl.c: Implement F_GETOWN using F_GETOWN_EX
438         if possible.
439         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
441         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_OWNER_*
442         and f_owner_ex.
443         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
444         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
445         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
446         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
447         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
448         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
450         [BZ #10847]
451         * sysdeps/gnu/getutmp.c: Allow compatibility code to play around with
452         getutmpx symbol.
454         [BZ #10823]
455         * resolv/res_send.c (__libc_res_nsend): Fix copying of IPv4 server
456         addresses.  Patch by Petar Bogdanovic <petar@smokva.net>.
458 2009-10-24  Joseph Myers  <joseph@codesourcery.com>
460         * sysdeps/ieee754/ldbl-128/w_expl.c: Add hidden_def (__expl).
462 2009-10-27  Jakub Jelinek  <jakub@redhat.com>
464         [BZ #10817]
465         * math/w_coshl.c (__coshl): Use __finitel instead of __finite.
466         Reported by Ray Chason.
468 2009-10-21  H.J. Lu  <hongjiu.lu@intel.com>
470         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
471         strend-sse4.
472         * sysdeps/x86_64/multiarch/strchr.S: New file.
473         * sysdeps/x86_64/multiarch/strend-sse4.S: New file.
474         * sysdeps/x86_64/multiarch/strrchr.S: New file.
476 2009-10-21  Andreas Schwab  <schwab@redhat.com>
478         * elf/dl-sym.c (do_sym): Resolve STT_GNU_IFUNC symbols.
480 2009-10-19  Andreas Schwab  <schwab@redhat.com>
482         * include/math.h: Add hidden protos for __exp/__expf/__expl.
483         * sysdeps/ieee754/dbl-64/w_exp.c: Add hidden alias.
484         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
485         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
486         * sysdeps/i386/fpu/s_expm1.S: Call __exp to handle overflow.
487         * sysdeps/i386/fpu/s_expm1f.S: Call __expf to handle overflow.
488         * sysdeps/i386/fpu/s_expm1l.S: Call __expl instead of
489         __ieee751_expl to handle overflow.
491 2009-10-14  David S. Miller  <davem@davemloft.net>
493         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: New file.
494         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: New file.
496 2009-10-13  Andreas Schwab  <schwab@redhat.com>
498         * csu/elf-init.c (__libc_csu_init): Run preinit array even if
499         !USE_MULTIARCH.
501 2009-10-08  Ulrich Drepper  <drepper@redhat.com>
503         [BZ #10730]
504         * stdlib/random_r.c (__initstate_r): Remove duplicate __set-errno.
505         Patch in part by Steve Ward <planet36@gmail.com>.
507         [BZ #10731]
508         * stdlib/rand_r.c: Fix typo.
510         * po/cs.po: Update from translation team.
512 2009-10-06  Andreas Schwab  <schwab@redhat.com>
514         * elf/dl-load.c (_dl_map_object_from_fd): Close fd before
515         returning if RTLD_NOLOAD.
517 2009-10-06  Roland McGrath  <roland@redhat.com>
519         * sysdeps/x86_64/multiarch/strstr-c.c
520         [! SHARED]: Omit libc_hidden_builtin_def fiddling.
522         * sysdeps/x86_64/multiarch/strcasestr-c.c: Remove
523         libc_hidden_builtin_def fiddling, does not apply to strcasestr at all.
525         * sysdeps/x86_64/multiarch/init-arch.h
526         [NOT_IN_libc] (__get_cpu_features): Define it as a macro.
527         (HAS_CPU_FEATURE): New macro.
528         (HAS_SSE2, HAS_POPCOUNT, HAS_SSE4_2, HAS_FMA): Use it.
529         * sysdeps/x86_64/multiarch/init-arch.c
530         (__get_cpu_features): #undef it before definition.
532 2009-10-05  Andreas Schwab  <schwab@redhat.com>
534         * locale/C-time.c: Revert week-1stday back to 19971130 and set
535         first_weekday to 1 and first_workday to 2.
537 2009-10-01  Ulrich Drepper  <drepper@redhat.com>
539         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and
540         F_GETOWN_EX.
541         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
542         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
543         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
544         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
545         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
546         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
548 2009-09-28  Andreas Schwab  <schwab@redhat.com>
550         * stdio-common/printf_fp.c: Check for and avoid integer overflows.
551         * stdio-common/vfprintf.c: Likewise.
553 2009-09-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
555         * sysdeps/mach/hurd/mkdirat.c: Include <hurd/fd.h>.
556         (mkdirat): Call __directory_name_split_at instead of
557         __directory_name_split.
559 2009-09-28  Ulrich Drepper  <drepper@redhat.com>
561         * locale/programs/locale-spec.c (locale_special): If nothing matches
562         fail with an appropriate message.
564 2009-09-10  H.J. Lu  <hongjiu.lu@intel.com>
566         * configure.in: Exclude binutils 2.X.  Support binutils 2.100
567         and XX.
569 2009-09-25  Andreas Schwab  <schwab@redhat.com>
571         * elf/dl-reloc.c (RESOLVE_MAP): Always pass
572         DL_LOOKUP_ADD_DEPENDENCY to _dl_lookup_symbol_x.
574 2009-09-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
576         * bits/termios.h [__USE_UNIX98] (IXANY): Define macro.
578 2009-09-20  Andreas Schwab  <schwab@linux-m68k.org>
580         * iconvdata/iso646.c (gconv_init): Correctly initialize the
581         character size elements in step data.
583 2009-09-20  Ulrich Drepper  <drepper@redhat.com>
585         * po/hu.po: Update from translation team.
586         * po/vi.po: Likewise.
588 2009-09-19  Roland McGrath  <roland@redhat.com>
590         * libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables.
592 2009-09-15  Roland McGrath  <roland@redhat.com>
594         * aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE.
595         * nptl/sysdeps/pthread/configure: Regenerated.
596         * nptl/sysdeps/x86_64/configure: Regenerated.
597         * sysdeps/unix/sysv/linux/configure: Regenerated.
598         * sysdeps/x86_64/elf/configure: Regenerated.
600         * Makefile (autoconf-it): Set execute bit only on top-level configure.
602         * configure.in: Let add-ons set $libc_add_on_config_subdirs to have
603         the effect of AC_CONFIG_SUBDIRS relative to the add-on directory.
604         * aclocal.m4 (GLIBC_PROVIDES): Add AC_CONFIG_SUBDIRS.
605         * configure: Regenerated.
607 2009-09-09  Ulrich Drepper  <drepper@redhat.com>
609         * posix/getconf.c (main): Handle -- on command line.
611 2009-09-05  H.J. Lu  <hongjiu.lu@intel.com>
613         * configure.in: Support binutils 2.100 and 3.0.
615 2009-09-08  Jakub Jelinek  <jakub@redhat.com>
617         * sysdeps/s390/s390-32/____longjmp_chk.c: Removed.
618         * sysdeps/s390/s390-64/____longjmp_chk.c: Removed.
619         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: New file.
620         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: New file.
622 2009-09-07  Ulrich Drepper  <drepper@redhat.com>
624         * locale/programs/ld-collate.c (struct locale_collate_t): Add
625         unnamed_section_defined field.
626         (collate_read): Test and set unnamed_section_defined.
628         * posix/getconf.c (vars): Handle POSIX2_LINE_MAX in addition to
629         _POSIX2_LINE_MAX.
631 2009-09-04  H.J. Lu  <hongjiu.lu@intel.com>
633         * configure.in: Support binutils 2.20.
635 2009-09-03  Ulrich Drepper  <drepper@redhat.com>
637         * sysdeps/i386/i686/multiarch/strstr-c.c (__strstr_sse42,
638         __strstr_ia32): Add attribute_hidden.
640 2009-09-01  Andreas Schwab  <schwab@redhat.com>
642         * hesiod/nss_hesiod/hesiod-grp.c (internal_gid_from_group): Fix
643         parsing of group entry.
645 2009-09-02  Andreas Schwab  <schwab@redhat.com>
647         * libio/wfileops.c (_IO_wfile_seekoff): Account for readahead in
648         external buffer.  Always discard readahead in internal buffer.
649         * libio/Makefile (tests): Add bug-wsetpos.
650         * libio/bug-wsetpos.c: New file.
652 2009-09-02  Jakub Jelinek  <jakub@redhat.com>
654         * sysdeps/x86_64/multiarch/strstr-c.c (__strstr_sse42, __strstr_sse2):
655         Add attribute_hidden.
656         * sysdeps/x86_64/multiarch/strcasestr-c.c (__strcasestr_sse42,
657         __strcasestr_sse2): Likewise.
658         * sysdeps/x86_64/multiarch/s_fma.c (__fma_sse2): Add attribute_hidden.
659         (__fma_fma): Make static.
660         * sysdeps/x86_64/multiarch/s_fmaf.c (__fmaf_sse2): Add attribute_hidden.
661         (__fmaf_fma): Make static.
663 2009-08-31  Andreas Schwab  <schwab@redhat.com>
665         * libio/wfileops.c (_IO_wfile_seekoff): Remove dead code and
666         reformulate in-buffer optimisation check to match code in
667         _IO_new_file_seekoff.
669 2009-08-31  Joshua W. Boyer  <jwboyer@linux.vnet.ibm.com>
671         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Change srdi instruction
672         to srwi in 32-bit memcpy for power6.
674 2009-09-01  Andreas Schwab  <schwab@redhat.com>
676         * include/stdio.h: Declare hidden proto for fflush.
677         * libio/iofflush.c: Add hidden weak alias for fflush.
679 2009-09-01  Jakub Jelinek  <jakub@redhat.com>
681         * sysdeps/x86_64/fpu/bits/mathinline.h: Include bits/wordsize.h.
682         (__signbitf, __signbit): Only use SSE inline asm for 64-bit.
684 2009-08-31  Andreas Schwab  <schwab@redhat.com>
686         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
688 2009-08-31  Ulrich Drepper  <drepper@redhat.com>
690         [BZ #10560]
691         * malloc/malloc.c: Add local assert definition to avoid problems with
692         memory allocation in the real one.
694 2009-08-27  H.J. Lu  <hongjiu.lu@intel.com>
696         * sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):
697         Removed.
698         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Don't
699         turn off SSSE3 on Atom.
701 2009-08-28  Ulrich Drepper  <drepper@redhat.com>
703         * stdlib/tst-strtol.c (tests): More tests.
704         * stdlib/tst-strtoll.c (tests): Likewise.
706 2009-08-26  Ulrich Drepper  <drepper@redhat.com>
708         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: New file.
710         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: New file.
712 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
714         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Add llround aliases.
715         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: New file.
717         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: New file
719         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: New file.
721         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: New file.
723 2009-08-25  Joseph Myers  <joseph@codesourcery.com>
725         * math/s_fdiml.c (__fdiml): Use fpclassify instead of fpclassifyl.
727 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
729         * sysdeps/x86_64/fpu/s_scalbln.c: New file.
730         * sysdeps/x86_64/fpu/s_scalbn.c: New file.
732         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
734         * sysdeps/x86_64/fpu/s_signbit.S: New file.
735         * sysdeps/x86_64/fpu/s_signbitf.S: New file.
737         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: New file.
738         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: New file.
740         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Remove
741         leftover YMM_SIZE definition.
743 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
745         * math/math_private.h (ieee_double_shape_type): Add uint64_t word to
746         union.
747         (EXTRACT_WORDS64, INSERT_WORDS64): Define.
748         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64, INSERT_WORDS64):
749         Redefine.
750         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: New file.
752         * sysdeps/x86_64/fpu/math_private.h: Add specialized GET_FLOAT_WORD
753         and SET_FLOAT_WORD definitions.
755 2009-08-24  Roland McGrath  <roland@redhat.com>
757         * sysdeps/unix/syscall-template.S: New file.
758         * sysdeps/unix/make-syscalls.sh: Generate rules to use it.
759         * sysdeps/unix/Makefile (omit-deps): Do not omit syscall stubs' deps.
760         (compile-syscall): Pass mkdep and -g options as normal.
761         (s-proto.d, s-proto-cancel.d): Don't "-include" these.
762         (common-generated): Don't add them here.
764 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
766         * math/s_fdim.c: In case of overflows set errno.
767         * math/s_fdimf.c: Likewise.
768         * math/s_fdiml.c: Likewise.
770         * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined.
771         * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we
772         are using the inline optimizations.
774         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbit): Optimize.
775         (__signbitf): Likewise.
777 2009-08-23  Ulrich Drepper  <drepper@redhat.com>
779         * posix/regcomp.c (parse_dup_op): Verify the expression is correctly
780         terminated.
781         * posix/Makefile (tests): Add bug-regex29.
782         * posix/bug-regex29.c: New file.
784         * posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if
785         older POSIX versions are selected.
787         * stdio-common/printf_fp.c: ISO C expects to print the sign of NaN
788         as well.
789         * stdio-common/printf_fphex.c: Likewise.
790         * stdio-common/tstdiomisc.c: Add more tests.
792         * locale/locale.h: Include xlocale.h and the thread-local locale
793         declarations for XPG7, not XPG6.
795 2009-08-21  Andreas Schwab  <schwab@redhat.com>
797         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: Removed.
798         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: Removed.
799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: New file.
800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S: New file.
801         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Move CHECK_SP earlier.
802         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
804 2009-08-20  Roland McGrath  <roland@redhat.com>
806         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
807         Use l_addr instead of l_map_start (dli_fbase).
808         Print "FILE([+-]OFFSET) [ADDRESS]" with the file-relative
809         address when there is no proximate symbol.
810         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd):
811         Likewise.
813 2009-08-16  Ulrich Drepper  <drepper@redhat.com>
815         * scripts/gen-as-const.awk: Fix test for 64-bit platform.
817 2009-08-14  Ulrich Drepper  <drepper@redhat.com>
819         * test-skeleton.c (signal_handler): Renamed from timeout_handler.
820         Also handle SIGINT.  In that case only do the cleanup and then
821         re-raise the signal.
822         (main): Install handler for SIGINT.
824 2009-08-10  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
826         * stdlib/longlong.h [__sh__] (udiv_qrnnd, sub_ddmmss): Add "t" to
827         clobber list.
829 2009-08-01  H.J. Lu  <hongjiu.lu@intel.com>
831         * elf/Makefile (distribute): Add tst-audit6.c tst-auditmod6a.c
832         tst-auditmod6b.c tst-auditmod6c.c tst-audit7.c tst-auditmod7a.c
833         tst-auditmod7b.c.
834         (tests): Add tst-audit6 tst-audit7.
835         (modules-names): Add st-auditmod6a tst-auditmod6b tst-auditmod6c
836         tst-auditmod7a tst-auditmod7b.
837         ($(objpfx)tst-audit6): New.
838         ($(objpfx)tst-audit6.out): Likewise.
839         ($(objpfx)tst-audit7): Likewise.
840         ($(objpfx)tst-audit7.out): Likewise.
841         (tst-audit6-ENV): Likewise.
842         (tst-audit7-ENV): Likewise.
843         (CFLAGS-tst-auditmod6b.c): Likewise.
844         (CFLAGS-tst-auditmod6c.c): Likewise.
845         (CFLAGS-tst-auditmod7b.c): Likewise.
846         * elf/tst-audit6.c: New file.
847         * elf/tst-audit7.c: New file.
848         * elf/tst-auditmod6a.c: New file.
849         * elf/tst-auditmod6b.c: New file.
850         * elf/tst-auditmod6c.c: New file.
851         * elf/tst-auditmod7a.c: New file.
852         * elf/tst-auditmod7b.c: New file.
853         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
854         saving and restoring SSE/AVX registers to ...
855         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
857 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
859         * sysdeps/i386/i686/multiarch/strcspn.S (STRCSPN): Use PIC
860         only if SHARED is defined.
861         * sysdeps/i386/i686/multiarch/strspn.S (strspn): Likewise.
863 2009-08-03  Jim Meyering  <meyering@redhat.com>
865         * sysdeps/i386/configure.in: Use AC_HEADER_CHECK.
867 2009-08-08  Ulrich Drepper  <drepper@redhat.com>
869         * sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same
870         section as the other functions for this architecture.
871         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
873 2009-08-07  Ulrich Drepper  <drepper@redhat.com>
875         * sysdeps/x86_64/strcmp.S: Add support to compile with
876         USE_SSSE3.  In this case palignr is used.
877         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): If SSE4.2 is not
878         available but SSSE3 is, pick __str{,n}cmp_ssse3.
879         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
880         Add strcmp-ssse3 and strncmp-ssse3.
881         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: New file.
882         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: New file.
884         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Avoid
885         warning through fake initialization.
887 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
889         * sysdeps/i386/i686/multiarch/strlen.S (ENTRY): Add the missing "; \".
891 2009-08-07  Andreas Schwab  <schwab@redhat.com>
893         * elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
894         unique symbols.
896 2009-08-05  H.J. Lu  <hongjiu.lu@intel.com>
898         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Properly use
899         EBX from EAX = 1.  Handle EAX = 11.
901 2009-08-07  Andreas Schwab  <schwab@redhat.com>
903         * Makefile (TAGS): Use separate sed -e expressions to avoid \
904         inside ''.
906 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
908         * sysdeps/i386/i686/multiarch/strcspn.S: Add comments for no
909         hidden IFUNC functions.
910         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
912         * sysdeps/i386/i686/multiarch/strlen.S: New file.
914         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
915         (sysdep_routines): Add strcspn-c, strpbrk-c, strspn-c, strstr-c, and
916         strcasestr-c.
917         (CFLAGS-strcspn-c.c): Define.
918         (CFLAGS-strpbrk-c.c): Define.
919         (CFLAGS-strspn-c.c): Define.
920         (CFLAGS-strstr.c): Define.
921         (CFLAGS-strcasestr.c): Define.
922         * sysdeps/i386/i686/multiarch/strcspn-c.c: New file.
923         * sysdeps/i386/i686/multiarch/strcspn.S: New file.
924         * sysdeps/i386/i686/multiarch/strpbrk-c.c: New file.
925         * sysdeps/i386/i686/multiarch/strpbrk.S: New file.
926         * sysdeps/i386/i686/multiarch/strspn-c.c: New file.
927         * sysdeps/i386/i686/multiarch/strspn.S: New file.
928         * sysdeps/i386/i686/multiarch/strstr-c.c: New file.
929         * sysdeps/i386/i686/multiarch/strstr.c: New file.
930         * sysdeps/i386/i686/multiarch/strcasestr-c.c: New file.
931         * sysdeps/i386/i686/multiarch/strcasestr.c: New file.
932         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Use
933         -16L instead of 0xfffffffffffffff0L.
934         * sysdeps/x86_64/multiarch/strspn-c.c (__strspn_sse42): Likewise.
936 2009-08-02  Ulrich Drepper  <drepper@redhat.com>
938         * sysdeps/i386/configure.in: Add test for <cpuid.h>.
940 2009-07-31  Ulrich Drepper  <drepper@redhat.com>
942         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Yet
943         another rewrite.  Much smaller and faster.
944         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
946         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Get
947         ss_flags from the correct location.
949 2009-07-31  H.J. Lu  <hongjiu.lu@intel.com>
951         * sysdeps/i386/i686/Makefile (sysdep_routines): Add cacheinfo.
952         * sysdeps/i386/i686/cacheinfo.c: New file.
953         * sysdeps/i386/i686/multiarch/Makefile: New file.
954         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: New file.
955         * sysdeps/i386/i686/multiarch/init-arch.c: New file.
956         * sysdeps/i386/i686/multiarch/init-arch.h: New file.
957         * sysdeps/i386/i686/multiarch/sched_cpucount.c: New file.
958         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: New file.
959         * sysdeps/x86_64/cacheinfo.c: Include <cpuid.h>.
960         (__cpuid_count): New. Provide the default.
961         (__x86_64_prefetchw): Define only if DISABLE_PREFETCHW is not defined.
962         (__x86_64_preferred_memory_instruction): Define only if
963         DISABLE_PREFERRED_MEMORY_INSTRUCTION is not defined.
964         (intel_check_word): Use __cpuid.
965         (handle_intel): Likewise.
966         (handle_amd): Likewise.
967         (__cache_sysconf): Likewise.
968         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
969         (__cache_sysconf): Likewise.
970         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
971         * sysdeps/x86_64/multiarch/init-arch.c: Include <cpuid.h>.
972         (get_common_indeces): Use __cpuid.
973         (__init_cpu_features): Likewise.  Disable SSSE3 on Atom only
974         if ENABLE_SSSE3_ON_ATOM is not defined.
975         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE2): Define.
976         * sysdeps/x86_64/multiarch/sched_cpucount.c (POPCNT): Use
977         popcnt instead of popcntq.
979 2009-07-31  Jakub Jelinek  <jakub@redhat.com>
981         * malloc/Makefile (CFLAGS-obstack.c): Add $(uses-callbacks).
983 2009-07-30  Ulrich Drepper  <drepper@redhat.com>
985         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file.
986         * sysdeps/i386/____longjmp_chk.S: Remove all code.  This is now a file
987         which always causes a compile error.
989         * sysdeps/i386/__longjmp.S: Remove bound-checking pointer support.
991         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: New file.  Content
992         comes from...
993         * sysdeps/x86_64/____longjmp_chk.S: ...here.  This is now a file
994         which always causes a compile error.
996         * debug/Makefile (tests): Add tst-longjmp_chk2.
997         * debug/tst-longjmp_chk2.c: New file.
999         * sysdeps/x86_64/__longjmp.S: Remove CHECK_RSP handling.  Fix CFI.
1000         Remove incorrect use of BP_SYM.
1001         * sysdeps/x86_64/____longjmp_chk.S: Rewrite.  Complete implementation
1002         here now since it is more complex than just a simple check.
1004         * sysdeps/ia64/backtrace.c (backtrace_helper): Stop backtrace when
1005         we make no more progress.
1007 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
1009         * math/s_fma.c: Don't define alias if __fma is a macro.
1010         * math/s_fmaf.c: Likewise.
1011         * sysdeps/x86_64/multiarch/s_fma.c: New file.
1012         * sysdeps/x86_64/multiarch/s_fmaf.c: New file.
1013         Partially based on a patch by H.J. Lu <hongjiu.lu@intel.com>.
1015         * sysdeps/x86_64/multiarch/init-arch.h (__get_cpu_features): Declare.
1016         (HAS_POPCOUNT, HAS_SSE4_2): Add variants which work outside libc.
1017         New macro HAS_FMA.
1018         * sysdeps/x86_64/multiarch/init-arch.c (__get_cpu_features): New
1019         function.
1020         * include/libc-symbols.h (libm_ifunc): Define.
1021         * sysdeps/x86_64/multiarch/Versions: New file.
1023         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
1025 2009-07-28  H.J. Lu  <hongjiu.lu@intel.com>
1027         * sysdeps/x86_64/dl-trampoline.S: Properly restore AVX registers.
1029 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
1031         * elf/dl-runtime.c (_dl_fixup): Indicate before _dl_lookup_symbol_x
1032         call that registers used in calling conventions need to be preserved.
1033         * elf/dl-lookup.c (do_lookup_x): Use RTLD_*_FOREIGN_CALL macros
1034         to preserve register content if necessary.
1035         * sysdeps/x86_64/dl-trampoline.S (_dl_x86_64_save_sse): New function.
1036         (_dl_x86_64_restore_sse): New function.
1037         * sysdeps/x86_64/tst-xmmymm.sh: There is now one more function that
1038         is allowed to modify xmm/ymm registers.
1040         * stdio-common/scanf15.c: Undefine _LIBC.  We want to test from an
1041         application's perspective.
1042         * stdio-common/scanf17.c: Likewise.
1044 2009-07-28  Ulrich Drepper  <drepper@redhat.com>
1046         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Don't add TCB
1047         size to memsz.
1048         (init_static_tls) [TLS_TCB_AT_TP]: Add it to GL(dl_tls_static_size)
1049         here.
1050         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Compute freebytes in
1051         two steps to catch bugs.
1053 2009-07-27  Ulrich Drepper  <drepper@redhat.com>
1055         * sysdeps/x86_64/tst-xmmymm.sh: Refine testing.  The script now
1056         determines which files are used in runtime lookups and only checks
1057         those for SSE use.
1058         * sysdeps/x86_64/rtld-memchr.c: Removed.  Not needed with refined
1059         testing.
1060         * sysdeps/x86_64/rtld-rawmemchr.c: Removed.
1061         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: Removed
1062         * sysdeps/x86_64/Makefile: Emit warning that tst-xmmymm.sh might
1063         take a while.
1065         * elf/dl-open.c: Move _dl_scope_free to...
1066         * elf/dl-scope.c: ...here.  New file.
1067         * elf/Makefile (dl-routines): Add scope.
1069         * resolv/resolv.h (RES_USE_DNSSEC): Define.
1070         * resolv/res_debug.c (p_option): Handle RES_USE_EDNS0 and
1071         RES_USE_DNSSEC.
1072         * resolv/res_mkquery.c (__res_nopt): Set flags for RES_USE_DNSSEC.
1073         * resolv/res_query.c (__libc_res_nquery): Handle RES_USE_DNSSEC in
1074         all the places we handled RES_USE_EDNS0 only before.
1075         Patch by Adam Tkac <atkac@redhat.com>.
1077 2009-07-27  Jakub Jelinek  <jakub@redhat.com>
1079         * elf/dl-lookup.c (do_lookup_x): Fix check for table more than
1080         3/4 full.  Pass size + 1 rather than size to _dl_higher_prime_number.
1081         Update size when reallocating.
1083 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
1085         * sysdeps/x86_64/tst-xmmymm.sh: New file.  Check whether any of the
1086         functions used in ld.so modify xmm/ymm registers.
1087         * sysdeps/x86_64/Makefile:  Hook new test up.
1088         * sysdeps/x86_64/rtld-memchr.c: New file.
1089         * sysdeps/x86_64/rtld-memcmp.c: New file.
1090         * sysdeps/x86_64/rtld-rawmemchr.c: New file.
1091         * sysdeps/x86_64/rtld-strchr.S: New file.
1092         * sysdeps/x86_64/rtld-strlen.S: New file.
1093         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: New file.
1094         * sysdeps/x86_64/multiarch/rtld-strlen.S: New file.
1096 2009-07-26  H.J. Lu  <hongjiu.lu@intel.com>
1098         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
1099         strncmp-c.
1100         * sysdeps/x86_64/multiarch/strcmp.S (aftertail): Removed.
1101         (exit): Likewise.
1102         (Byte1): Likewise.
1103         (Byte2): Likewise.
1104         (Byte3): Likewise.
1105         (Byte4): Likewise.
1106         (Byte5): Likewise.
1107         (Byte6): Likewise.
1108         (next_8_bytes): Likewise.
1109         (Byte0): Remove commented out codes.
1110         (unaligned_table): Align jump table at 8 bytes.
1111         Add _sse4_2 to all labels.  Always include "../strcmp.S".
1112         * sysdeps/x86_64/multiarch/strncmp-c.c: Removed.
1113         * sysdeps/x86_64/strcmp.S: Add SSE2 support.
1114         * sysdeps/x86_64/strncmp.S: New file.
1116 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
1118         [BZ #10422]
1119         * sysdeps/unix/sysv/linux/eventfd.c: Add compatibility for old
1120         kernels, dropped when eventfd2 support was added.
1121         * sysdeps/unix/sysv/linux/signalfd.c: Add compatibility for old
1122         kernels, dropped when signalfd4 support was added.
1123         * sysdeps/unix/sysv/linux/kernel-features.h: More CLOEXEC syscalls
1124         added, name them.
1126         [BZ #10452]
1127         * resolv/res_send.c (send_dg): Pass full SERVFAIL, NOTIMP, REFUSED
1128         replies up.
1130         * elf/elf.h: Define NT_GNU_GOLD_VERSION.
1132 2009-07-25  Ulrich Drepper  <drepper@redhat.com>
1134         * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for
1135         modern processor versions.  Patch by H.J. Lu <hongjiu.lu@intel.com>.
1137         [BZ #10448]
1138         * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no
1139         callback we must touch the status to avoid using stale value.
1141         * sysdeps/x86_64/multiarch/strcmp.S: Exclude unused code from being
1142         compiled in.
1144 2009-07-24  Ulrich Drepper  <drepper@redhat.com>
1146         * sysdeps/unix/sysv/linux/configure.in: Don't automatically include
1147         /lib/modules/* headers anymore.  We have sane headers in the standard
1148         place now.
1150 2009-06-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1152         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): "hpage",
1153         "etf3enh" and "highgprs" added.
1154         (_dl_s390_platforms): "z10" added.
1155         * sysdeps/s390/dl-procinfo.h (_DL_HWCAP_COUNT, _DL_PLATFORMS_COUNT):
1156         Increased for the new entries.
1157         (HWCAP enum): HWCAP_S390_HPAGE, HWCAP_S390_ETF3EH and
1158         HWCAP_S390_HIGH_GPRS added.
1160         * sysdeps/s390/s390-64/Makefile: Adjusted to build the new modules.
1161         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: New file.
1162         * sysdeps/s390/s390-64/utf16-utf32-z9.c: New file.
1163         * sysdeps/s390/s390-64/utf8-utf16-z9.c: New file.
1164         * sysdeps/s390/s390-64/utf8-utf32-z9.c: New file.
1166 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
1168         * sysdeps/x86_64/cacheinfo.c [USE_MULTIARCH]: Rearrange code to
1169         avoid additional cpuid instructions.  Most of the information is
1170         stored somewhere.
1172         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add more
1173         cache descriptors.
1174         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Likewise.
1176         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset
1177         SSSE3 bit for Atoms.
1178         * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test
1179         here anymore.
1181         * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in
1182         structure before copying it to avoid warning.
1183         * posix/tst-rfc3484-2.c (do_test): Likewise.
1184         * posix/tst-rfc3484-3.c (do_test): Likewise.
1186         [BZ #10416]
1187         * include/unistd.h: Make header file suitable for C++ test cases.
1188         Patch by Duncan Simpson <dps@simpson.demon.co.uk>.
1190         * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the
1191         stack alignment in the exit code.
1193         * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can
1194         potentially be zero.
1196         * elf/tst-unique1.c: Extend test to check for unloading DSO with
1197         unique symbol definition.
1198         Patch by Jakub Jelinek.
1199         * elf/dl-lookup.c (do_lookup_x): When entering a new unique symbol,
1200         make sure the object with the definition cannot be unloaded.  Adjust
1201         a few types.
1202         * sysdeps/generic/ldsodefs.h (struct rtld_global): The map element in
1203         the unique symbol hash table should not be const.
1205 2009-07-21  Ulrich Drepper  <drepper@redhat.com>
1207         * sysdeps/x86_64/multiarch/strstr.c: Minor cleanups.  Remove
1208         unnecesary variables.  Comment fixes.
1210 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
1212         * sysdeps/x86_64/multiarch/strstr.c [USE_AS_STRCASESTR] (STRSTR_SSE42):
1213         Use NONASCII_CASE information provided by the locale to determine
1214         whether optimized string load function can be used.  Minor cleanups.
1216 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
1218         * string/strcasestr.c (STRCASESTR): New macro.
1219         (__strcasestr): Renamed to ..
1220         (STRCASESTR): ...this.
1221         * string/strstr.c (STRSTR): New macro.
1222         (strstr): Renamed to ..
1223         (STRSTR): ...this.
1224         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1225         strstr-c strcasestr-c
1226         (CFLAGS-strstr.c): New.
1227         (CFLAGS-strcasestr.c): Likewise.
1228         * sysdeps/x86_64/multiarch/strcasestr-c.c: New file.
1229         * sysdeps/x86_64/multiarch/strcasestr.c: New file.
1230         * sysdeps/x86_64/multiarch/strstr-c.c: New file.
1231         * sysdeps/x86_64/multiarch/strstr.c: New file.
1233 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
1235         * locale/localeinfo.h (LIMAGIC): Update value for LC_CTYPE.
1236         * locale/langinfo.h: Define _NL_CTYPE_NONASCII_CASE.
1237         * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializer for
1238         _NL_CTYPE_NONASCII_CASE.
1239         * locale/programs/ld-ctype.c (locale_ctype_t): Add nonascii_case
1240         field.
1241         (ctype_finish): Check whether there are any 8-bit characters outside
1242         the range ASCII has or whether the mapping isn't the same as for
1243         ASCII (±0x20).  Set nonascii_case appropriately.
1244         (ctype_output): Add output handler for nonascii_case.
1246 2009-07-17  Ulrich Drepper  <drepper@redhat.com>
1248         * sysdeps/generic/sysdep.h: Define cfi_personality, cfi_lsda,
1249         CFI_PERSONALITY, CFI_LSDA, and DW_EH_PE_* constants.
1251 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
1253         [BZ #10360]
1254         * resolv/res-mkquery.c (__res_nopt): If anslen is > 0xffff store
1255         0xffff in the EDNS0 record.
1257 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
1259         * nscd/cache.c (cache_add): Use atomic_compare_and_exchange_bool_rel
1260         instead of atomic_compare_and_exchange_bool_acq to ensure pointer
1261         is written before the list head update.
1262         Patch by Andreas Schwab <aschwab@redhat.com>.
1264 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
1265             Jakub Jelinek  <jakub@redhat.com>
1267         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Make check for
1268         corruption thread-safe.
1270 2009-07-13  Jakub Jelinek  <jakub@redhat.com>
1272         * include/atomic.h (catomic_compare_and_exchange_val_rel): If arch
1273         overrides atomic_compare_and_exchange_val_rel, define to
1274         atomic_compare_and_exchange_val_rel by default, otherwise default
1275         to catomic_compare_and_exchange_val_acq.
1276         (catomic_compare_and_exchange_bool_rel): If arch overrides
1277         atomic_compare_and_exchange_bool_rel, define to
1278         atomic_compare_and_exchange_bool_rel by default.
1279         * malloc/malloc.c (_int_free): Revert 2009-07-02 change.
1280         Use catomic_compare_and_exchange_val_rel instead of
1281         catomic_compare_and_exchange_val_acq.
1283 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
1285         * sysdeps/generic/ldsodefs.h: Add prototype for
1286         _dl_higher_prime_number.
1287         * elf/dl-misc.c (_dl_higher_prime_number): Mark with internal_function.
1289         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize
1290         restoring of ymm registers a bit.
1292 2009-07-15  H.J. Lu  <hongjiu.lu@intel.com>
1294         * sysdeps/x86_64/memcmp.S: New file.
1296 2009-07-15  Ulrich Drepper  <drepper@redhat.com>
1298         * sysdeps/x86-64/dl-trampoline.h: Remove after integrating code into...
1299         * sysdeps/x86-64/dl-trampoline.S: ...here.  Rewrite to avoid function
1300         pointers in writable memory.
1302 2009-07-07  H.J. Lu  <hongjiu.lu@intel.com>
1304         * config.h.in: Add HAVE_AVX_SUPPORT entry.
1305         * config.make.in: Add config-cflags-avx entry.
1306         * configure.in: Substitute libc_cv_cc_avx.
1307         * elf/Makefile: Add rules to build and run tst-audit4 and tst-audit5.
1308         * elf/tst-audit4.c: New file.
1309         * elf/tst-audit5.c: New file.
1310         * elf/tst-auditmod4a.c: New file.
1311         * elf/tst-auditmod4b.c: New file.
1312         * elf/tst-auditmod5a.c: New file.
1313         * elf/tst-auditmod5b.c: New file.
1314         * sysdeps/x86_64/Makefile (gen-as-const-headers): Add
1315         link-defines.sym.
1316         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): New.
1317         (La_x86_64_vector): Likewise.
1318         (La_x86_64_regs): Append lr_vector.
1319         (La_x86_64_retval): Append lr_vector0/lrv_vector1.
1320         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
1321         saving and restoring SSE registers to ...
1322         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
1323         * sysdeps/x86_64/dl-trampoline.S: Include <config.h> and
1324         <link-defines.h>.
1325         (_dl_runtime_profile): Use LR_SIZE to allocate space for
1326         La_x86_64_regs.  Allocate extra space and jump to memory at
1327         save_and_restore_vector if HAVE_AVX_SUPPORT is defined.
1328         (save_and_restore_vector_sse): New.
1329         (save_and_restore_vector_avx): Likewise.
1330         (check_avx): Likewise.
1331         (save_and_restore_vector): Likewise.
1332         * sysdeps/x86_64/elf/configure.in: Set libc_cv_cc_avx and
1333         HAVE_AVX_SUPPORT.
1334         * sysdeps/x86_64/link-defines.sym: New file.
1336 2009-07-10  Ulrich Drepper  <drepper@redhat.com>
1338         * elf/do-lookup.h: Removed after folding content into...
1339         * elf/dl-lookup.c: ...here.
1341         * sysdeps/unix/sysv/linux/sys/epoll.h: Fix comment.
1343 2009-07-09  Ulrich Drepper  <drepper@redhat.com>
1345         * configure.in: Check for gnu_unique_symbol symbol type.
1346         * config.h.in: Add HAVE_ASM_UNIQUE_OBJECT entry.
1347         * elf/do-lookup.h (do_lookup_x): Take new parameter with link map of
1348         the undefined symbol.  Handle STB_GNU_UNIQUE binding of found symbol.
1349         * elf/dl-lookup.c (_dl_lookup_symbol_x): Adjust callers for do_lookup_x
1350         change.
1351         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add definitions for
1352         unique symbol table.
1353         * elf/rtld.c (rtld_global): Initialize lock of unique symbol hash table
1354         for first namespace.
1355         * elf/dl-open.c (_dl_open): For new namespace, initialize lock for
1356         unique symbol hash table.
1357         * elf/Makefile: Add rules to build and run tst-unique1 and tst-unique2.
1358         * elf/tst-unique1.c: New file.
1359         * elf/tst-unique1mod1.c: New file.
1360         * elf/tst-unique1mod2.c: New file.
1361         * elf/tst-unique2.c: New file.
1362         * elf/tst-unique2mod1.c: New file.
1363         * elf/tst-unique2mod2.c: New file.
1365 2009-07-07  Ulrich Drepper  <drepper@redhat.com>
1367         * elf/elf.h (STB_GNU_UNIQUE): Define.
1369         * elf/dl-misc.c (_dl_higher_prime_number): New function.  Moved here
1370         from...
1371         * include/inline-hashtab.h: ...here.
1372         (htab_expand): Adjust for renamed function.  Correct memory handling.
1374 2009-07-06  Ulrich Drepper  <drepper@redhat.com>
1376         * elf/do-lookup.h (do_lookup_x): Optimize test for valid symbol types.
1378 2009-07-03  Andreas Schwab  <aschwab@redhat.com>
1380         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_ARCH_2_06): Fix value.
1381         (PPC_FEATURE_HAS_VSX): Likewise.
1383 2009-07-03  Ulrich Drepper  <drepper@redhat.com>
1385         * sysdeps/x86_64/multiarch/strcspn-c.c: Minor cleanups.
1386         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
1388         * sysdeps/x86_64/multiarch/strcmp.S: Make sure functions are all
1389         aligned to 16 byte boundaries.
1390         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1391         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
1392         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
1394 2009-07-02  H.J. Lu  <hongjiu.lu@intel.com>
1396         * config.h.in (HAVE_SSE4_SUPPORT): New macro.
1397         * config.make.in (config-cflags-sse4): New variable.
1398         * configure.in: Substitute libc_cv_cc_sse4.
1399         * sysdeps/i386/configure.in: Set libc_cv_cc_sse4 and
1400         HAVE_SSE4_SUPPORT.
1401         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1402         strcspn-c, strpbrk-c, strspn-c for string if gcc supports SSE4.
1403         * sysdeps/x86_64/multiarch/strcspn-c.c: New file.
1404         * sysdeps/x86_64/multiarch/strcspn.S: New file.
1405         * sysdeps/x86_64/multiarch/strpbrk-c.c: New file.
1406         * sysdeps/x86_64/multiarch/strpbrk.S: New file.
1407         * sysdeps/x86_64/multiarch/strspn-c.c: New file.
1408         * sysdeps/x86_64/multiarch/strspn.S: New file.
1410 2009-06-30  H.J. Lu  <hongjiu.lu@intel.com>
1412         * elf/Makefile (distribute): Remove tst-audit.sh.  Add
1413         tst-audit2.c, tst-audit3.c, tst-auditmod3a.c, tst-auditmod3b.c.
1414         (tests): Add tst-audit3 for x86_64.
1415         (modules-names): Add tst-auditmod3a, tst-auditmod3b.
1416         ($(objpfx)tst-audit3): Define.
1417         ($(objpfx)tst-audit3.out): Define.
1418         (tst-audit3-ENV): Define.
1419         * elf/tst-audit3.c: New file.
1420         * elf/tst-auditmod3a.c: New file.
1421         * elf/tst-auditmod3b.c: New file.
1422         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
1423         and restore xmm6.
1425         * string/stpncpy.c (STPNCPY): New.  Defined if not defined.
1426         (__stpncpy): Renamed to ...
1427         (STPNCPY): This.
1428         (stpncpy): Create alias only if STPNCPY is not defined.
1429         * string/strncpy.c (STRNCPY): New.  Defined to strncpy if not
1430         defined.
1431         (strncpy): Renamed to ...
1432         (STRNCPY): This.
1433         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1434          stpncpy-c strncpy-c for string.
1435         * sysdeps/x86_64/multiarch/stpcpy.S: New file.
1436         * sysdeps/x86_64/multiarch/stpncpy-c.c: New file.
1437         * sysdeps/x86_64/multiarch/stpncpy.S: New file.
1438         * sysdeps/x86_64/multiarch/strcpy.S: New file.
1439         * sysdeps/x86_64/multiarch/strncpy-c.c: New file.
1440         * sysdeps/x86_64/multiarch/strncpy.S: New file.
1442 2009-07-02  Ulrich Drepper  <drepper@redhat.com>
1444         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Add full barrier when
1445         adding to fast bin list.
1447 2009-07-01  Ulrich Drepper  <drepper@redhat.com>
1449         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyaddr_r): Don't use
1450         inet_makeaddr.  This worked only with class-based networks.
1451         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
1452         Likewise.
1454         * nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
1455         recognize all types.
1456         * nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
1457         to getnetbyaddr.  Fix network parameter to getnetbyaddr.  It must
1458         be in host byte order.
1460 2009-06-26  H.J. Lu  <hongjiu.lu@intel.com>
1462         * sysdeps/x86_64/multiarch/ifunc-defines.sym (FAMILIY_OFFSET): Define.
1463         (MODEL_OFFSET): Define.
1464         * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add
1465         family and model.
1466         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Break
1467         out common code into new function get_common_indeces. Determine
1468         extended family and model for Intel processors.
1470 2009-06-26  Ulrich Drepper  <drepper@redhat.com>
1472         * resolv/resolv.h: Define RES_SNGLKUPREOP.
1473         * resolv/res_init.c (res_setoptions): Recognize single-request-reopen
1474         option.
1475         * resolv/res_send.c (reopen): New function.  Broken out of...
1476         (send_dg): ... here.  Recognize RES_SNGLKUPREOP.  Implement second
1477         fallback mechanism.  If single-request fails switch to
1478         single-request-reopen mode which opens a new socket for the second
1479         request.
1481 2009-06-25  Andreas Schwab  <aschwab@redhat.com>
1483         * sysdeps/powerpc/powerpc32/____longjmp_chk.S (LOAD_ARG): Define.
1484         (CHECK_SP): Use it.
1486 2009-06-24  Andreas Schwab  <aschwab@redhat.com>
1488         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Fix cfa offset
1489         for saved registers.
1490         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
1491         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
1492         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
1494 2009-06-23  Andreas Schwab  <aschwab@redhat.com>
1496         * time/tzfile.c (__tzfile_read): Don't use an empty TZ string.
1498 2009-06-22  Ulrich Drepper  <drepper@redhat.com>
1500         * po/id.po: Update from translation team.
1502         * po/bg.po: Update from translation team.
1504 2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>
1506         * string/strncmp.c (STRNCMP): New.  Defined to strncmp if not
1507         defined.
1508         (strncmp): Renamed to STRNCMP.
1509         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1510         strncmp-c for string.
1511         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE4_2): Define.
1512         * sysdeps/x86_64/multiarch/strcmp.S: New file.
1513         * sysdeps/x86_64/multiarch/strncmp.S: New file.
1514         * sysdeps/x86_64/multiarch/strncmp-c.c: New file.
1516 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
1518         * elf/Makefile (distribute): Add ifuncmain1staticpie.c,
1519         ifuncmain5.c, ifuncmain5pic.c, ifuncmain5picstatic.c,
1520         ifuncmain5pie.c, ifuncmain5static.c, ifuncmain5staticpic.c,
1521         ifuncdep5.c, ifuncdep5pic.c, ifuncmod5.c, ifuncmain7.c,
1522         ifuncmain7pic.c, ifuncmain7picstatic.c, ifuncmain7pie.c, and
1523         ifuncmain7static.c.
1524         (tests-static): Add ifuncmain5static, ifuncmain5picstatic,
1525         ifuncmain7static, and ifuncmain7picstatic.
1526         (tests): Also depend on $(objpfx)ifuncmain1staticpie.out,
1527         $(objpfx)ifuncmain5pie.out, $(objpfx)ifuncmain6pie.out, and
1528         $(objpfx)ifuncmain7pie.out.
1529         (modules-names): Add ifuncmod5 ifuncmod6
1530         (ifuncmod5.so-no-z-defs): Define.
1531         (ifuncmod6.so-no-z-defs): Define.
1532         (CFLAGS-ifuncmain5pic.c): Define.
1533         (CFLAGS-ifuncmain5picstatic.c): Define.
1534         (CFLAGS-ifuncmain5staticpic.c): Define.
1535         (CFLAGS-ifuncdep5pic.c): Define.
1536         (CFLAGS-ifuncmain7pic.c): Define.
1537         (CFLAGS-ifuncmain7picstatic.c): Define.
1538         (CFLAGS-ifuncmain1staticpie.c): Define.
1539         (CFLAGS-ifuncmain5pie.c): Define.
1540         (CFLAGS-ifuncmain6pie.c): Define.
1541         (CFLAGS-ifuncmain7pie.c): Define.
1542         ($(objpfx)ifuncmain1staticpie.out): Define.
1543         ($(objpfx)ifuncmain1staticpie): Define.
1544         ($(objpfx)ifuncmain5pie.out): Define.
1545         ($(objpfx)ifuncmain5pie): Define.
1546         ($(objpfx)ifuncmain6pie.out): Define.
1547         ($(objpfx)ifuncmain6pie): Define.
1548         ($(objpfx)ifuncmain5): Define.
1549         ($(objpfx)ifuncmain5pic): Define.
1550         ($(objpfx)ifuncmain5static): Define.
1551         ($(objpfx)ifuncmain5staticpic): Define.
1552         ($(objpfx)ifuncmain5picstatic): Define.
1553         (generated): Add ifuncmain1staticpie, ifuncmain1staticpie.out,
1554         ifuncmain5pie, ifuncmain5pie.out, ifuncmain6pie, and
1555         ifuncmain6pie.out.
1556         * elf/b/elf/ifuncmain1staticpie.c: New file.
1557         * elf/ifuncdep5.c: New file.
1558         * elf/ifuncdep5pic.c: New file.
1559         * elf/ifuncmain5.c: New file.
1560         * elf/ifuncmain5pic.c: New file.
1561         * elf/ifuncmain5picstatic.c: New file.
1562         * elf/ifuncmain5pie.c: New file.
1563         * elf/ifuncmain5static.c: New file.
1564         * elf/ifuncmain5staticpic.c: New file.
1565         * elf/ifuncmain6pie.c: New file.
1566         * elf/ifuncmain7.c: New file.
1567         * elf/ifuncmain7pic.c: New file.
1568         * elf/ifuncmain7picstatic.c: New file.
1569         * elf/ifuncmain7pie.c: New file.
1570         * elf/ifuncmain7static.c: New file.
1571         * elf/ifuncmod5.c: New file.
1572         * elf/ifuncmod6.c: New file.
1574 2009-06-20  Ulrich Drepper  <drepper@redhat.com>
1576         [BZ #10085]
1577         * nis/nss_compat/compat-initgroups.c (nss_setgrent): New variable.
1578         (nss_endgrent): New variable.
1579         (struct ent_t): Add need_endgrent and skip_initgroups_dyn
1580         fields. Change type of files to bool and adjust all users.
1581         (init_nss_interface): Initialize nss_setgrent and nss_endgrent.
1582         (internal_endgrent): Call nss_endgrent if necessary.
1583         (add_group): New function.  Broken out of...
1584         (check_and_add_group): ...here.
1585         (getgrent_next_nss): Remove test that any callback is available.
1586         Use skip_initgroups_dyn to determine whether to use initgroups_dyn
1587         callback.  If there is no blacklist we can trust the results returned
1588         by the initgroups_dyn callback.  In case there is a callback and we
1589         find a group entry for the group ID but it doesn't contain the
1590         correct member, switch to the slow mode and use getgrent_r.
1591         (internal_getgrent_r): When we see a +: entry, determine whether
1592         there is any callback and which we can use the initgroups_dyn
1593         callback.
1595 2009-06-18  Ulrich Drepper  <drepper@redhat.com>
1597         * malloc/malloc.c (_int_malloc): Add some consistency checks.
1598         (_int_free): Likewise.
1600         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_IEEE802154 and
1601         AF_IEEE802154.
1602         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1603         * sysdeps/unix/sysv/linux/net/if_arp.h: Define ARPHRD_IEEE802154
1604         and ARPHRD_IEEE802154_PHY.
1606         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Add missing definitions
1607         relative to generic Linux version.
1609 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
1611         * elf/Makefile ($(objpfx)ifuncmain1pie): Use $(+link-pie).
1612         ($(objpfx)ifuncmain1vispie): Likewise.
1614 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
1616         * login/Makefile: Build pt_chown as PIE.
1618 2009-06-15  Andreas Schwab  <aschwab@redhat.com>
1620         * debug/xtrace.sh (do_help): Don't treat bug reporting message as
1621         a format string.
1622         * elf/sln.c (usage): Likewise.
1623         * malloc/memusage.sh (do_help): Likewise.
1624         * nss/getent.c (more_help): Likewise.
1625         * posix/getconf.c (main): Likewise.
1626         * sunrpc/rpcinfo.c (usage): Likewise.
1627         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1629 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
1631         * login/programs/pt_chown.c: Use libcap to drop privileges other than
1632         those needed.
1633         * login/Makefile: If necessary link pt_chown with -lcap.
1634         * sysdeps/generic/pty-private.h: Define FAIL_ENOMEM.
1635         * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM.
1637 2009-06-16  Jakub Jelinek  <jakub@redhat.com>
1639         * sysdeps/x86_64/memchr.S (memchr): Use unsigned instead of signed
1640         comparisons.
1641         * string/test-memchr.c (do_random_tests): Test very large lengths
1642         as well.
1644 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
1646         * Makeconfig (+link-pie): Define.
1647         (+prectorS): Define.
1648         (+postctorS): Define.
1649         * elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie).
1650         * nscd/Makefile ($(objpfx)nscd): Likewise.
1652 2009-04-22  Ryan S. Arnold  <rsa@us.ibm.com>
1654         [BZ #10107]
1655         * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Replace cmpldi
1656         with cmplwi.
1657         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
1659 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
1661         * sysdeps/unix/sysv/linux/grantpt.c: Remove file after folding changes
1662         into ...
1663         * sysdeps/unix/grantpt.c: ...here.
1665 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
1667         * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
1668         chmod if it is necessary.
1670         [BZ #10166]
1671         * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
1672         when the slave device is in devpts or devfs.
1674         [BZ #10183]
1675         * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
1677         [BZ #10195]
1678         * inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
1679         of nd_opt_home_agent_info_preference to uint16_t.
1680         Patch by Arnaud Ebalard <arno@natisbad.org>.
1682         [BZ #10207]
1683         * nss/getent.c: Add support for printing gshadow data.
1685         [BZ #10203]
1686         * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers,
1687         not just the currently used one and those which follow.
1688         Patch by Joe Landers <jlanders@vmware.com>.
1690         [BZ #10196]
1691         * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
1692         * libio/Makefile: Run tst-fgetwc with necessary envvar.
1693         Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
1695         [BZ #10217]
1696         * stdlib/abort.c: Define variable __abort_msg.
1697         * stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.
1698         * include/stdlib.h: Declare __abort_msg.
1699         * assert/assert-perr.c: Don't free buffer for message immediately.
1700         Store atomically in __abort_msg and free old buffer if necessary.
1701         * assert/assert.c: Likewise.
1702         * sysdeps/posix/libc_fatal.c: Allocate buffer for message, copy it,
1703         store pointer in __abort_msg, and possibly free old string.
1704         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
1706         * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
1708         [BZ #10211]
1709         * time/tzfile.c (__tzfile_compute): If we use the envvar format still
1710         handle leap seconds if they are available.
1711         Patch by Akinori Hattori <hattya@gentoo.org>.
1713         * timezone/tzselect.ksh: Update from tzcode2009i.
1714         * timezone/zdump.c: Likewise.
1715         * timezone/zic.c: Likewise.
1717         * timezone/africa: Update from tzdata2009i.
1718         * timezone/antarctica: Likewise.
1719         * timezone/asia: Likewise.
1720         * timezone/australasia: Likewise.
1721         * timezone/backward: Likewise.
1722         * timezone/etcetera: Likewise.
1723         * timezone/europe: Likewise.
1724         * timezone/factory: Likewise.
1725         * timezone/iso3166.tab: Likewise.
1726         * timezone/leapseconds: Likewise.
1727         * timezone/northamerica: Likewise.
1728         * timezone/pacificnew: Likewise.
1729         * timezone/solar87: Likewise.
1730         * timezone/solar88: Likewise.
1731         * timezone/solar89: Likewise.
1732         * timezone/southamerica: Likewise.
1733         * timezone/systemv: Likewise.
1734         * timezone/yearistype: Likewise.
1735         * timezone/zone.tab: Likewise.
1737 2009-06-15  Jakub Jelinek  <jakub@redhat.com>
1739         * elf/dl-lookup.c (_dl_debug_bindings): When resolving to
1740         STT_GNU_IFUNC symbol or in 8 into type_class.
1742         * sysdeps/i386/dl-irel.h (elf_irel): Use Elf32_Addr type
1743         instead of Elf64_Addr.
1745 2009-06-14  Ulrich Drepper  <drepper@redhat.com>
1747         * po/sv.po: Update from translation team.
1749         [BZ #10229]
1750         * misc/sys/select.h (__NFDBITS): Expression should have type int.
1751         * sysdeps/x86_64/bits/select.h: Remove asm versions for __FD_SET,
1752         __FD_CLR, and __FD_ISSET.  gcc nowadays generates better code from
1753         the C version.
1755 2009-06-12  Ulrich Drepper  <drepper@redhat.com>
1757         * Versions.def: Add GLIBC_2.11 for libpthread.
1759 2009-06-11  Ulrich Drepper  <drepper@redhat.com>
1761         * resolv/res_send.c (send_dg): Remember we switched to
1762         single-request mode.
1764 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
1766         * dlfcn/dlfcn.h: Remove comma at end of enum.
1767         Patch by J.H.M. Dassen <rdassen@redhat.com>.
1769         * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
1770         parsing mode string.
1772 2009-06-05  Ulrich Drepper  <drepper@redhat.com>
1774         * sysdeps/x86_64/rawmemchr.S: Minor optimization.
1776         * sysdeps/x86_64/multiarch/rawmemchr.S: New file.
1778         * sysdeps/x86_64/multiarch/strlen.S: New file.
1779         * sysdeps/x86_64/multiarch/ifunc-defines.sym: New file.
1780         * sysdeps/x86_64/multiarch/Makefile: Add rule to build ifunc-defines.h.
1781         * sysdeps/x86_64/multiarch/init-arch.h: Name structure with register
1782         content.
1784         * csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH
1785         is defined.
1787 2009-06-04  Ulrich Drepper  <drepper@redhat.com>
1789         * sysdeps/x86_64/strlen.S: Minor optimizations.
1791 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
1793         * elf/Makefile (distribute): Add ifuncmain1.c, ifuncmain1pic.c,
1794         ifuncmain1vis.c, ifuncmain1vispic.c, ifuncmain1static.c,
1795         ifuncmain1staticpic.c, ifuncmain1picstatic.c, ifuncdep1.c,
1796         ifuncdep1pic.c, ifuncmod1.c, ifuncmain1pie.c, ifuncmain1vispie.c,
1797         ifuncmain2.c, ifuncmain2static.c, ifuncdep2.c,
1798         funcmain2pic.c, ifuncmain2picstatic.c, ifuncdep2pic.c,
1799         ifuncmain3.c, ifuncmod3.c,.
1800         ifuncmain4.c, ifuncmain4static.c, ifuncmain4picstatic.c.
1801         (tests-static): Add ifuncmain1static, ifuncmain1picstatic,
1802         ifuncmain2static, ifuncmain2picstatic, ifuncmain4static,
1803         ifuncmain4picstatic.
1804         (tests): Add ifuncmain1, ifuncmain1pic, ifuncmain1vis,
1805         ifuncmain1vispic, ifuncmain1staticpic, ifuncmain2, ifuncmain2pic,
1806         ifuncmain3, ifuncmain4.
1807         (tests): Depend on $(objpfx)ifuncmain1pie.out and
1808         $(objpfx)ifuncmain1vispie.out.
1809         (modules-names): Add ifuncmod1 ifuncmod3.
1810         (generated): Add ifuncmain1pie ifuncmain1pie.out
1811         ifuncmain1vispie ifuncmain1vispie.out.
1812         Define rules to build and run the tests.
1813         * elf/ifuncdep1.c: New file.
1814         * elf/ifuncdep1pic.c: New file.
1815         * elf/ifuncdep2.c: New file.
1816         * elf/ifuncdep2pic.c: New file.
1817         * elf/ifuncmain1.c: New file.
1818         * elf/ifuncmain1pic.c: New file.
1819         * elf/ifuncmain1picstatic.c: New file.
1820         * elf/ifuncmain1pie.c: New file.
1821         * elf/ifuncmain1static.c: New file.
1822         * elf/ifuncmain1staticpic.c: New file.
1823         * elf/ifuncmain1vis.c: New file..
1824         * elf/ifuncmain1vispic.c: New file..
1825         * elf/ifuncmain1vispie.c: New file.
1826         * elf/ifuncmain2.c: New file.
1827         * elf/ifuncmain2pic.c: New file.
1828         * elf/ifuncmain2picstatic.c: New file.
1829         * elf/ifuncmain2static.c: New file.
1830         * elf/ifuncmain3.c: New file.
1831         * elf/ifuncmain4.c: New file.
1832         * elf/ifuncmain4picstatic.c: New file.
1833         * elf/ifuncmain4static.c: New file.
1834         * elf/ifuncmod1.c: New file.
1835         * elf/ifuncmod3.c: New file.
1837 2009-06-03  Ulrich Drepper  <drepper@redhat.com>
1839         * elf/dl-sysdep.c (_dl_show_auxv): Terminate correct string.
1841 2009-06-02  Ulrich Drepper  <drepper@redhat.com>
1843         [BZ #10221]
1844         * posix/Makefile (routines): Add execvpe.
1845         * posix/Versions: Export execvpe for GLIBC_2.11.
1846         * posix/execvp.c: Now only a wrapper.  Move code to...
1847         * posix/execvpe.c: ...here.  New file.
1848         * posix/unistd.h: Declare execvpe.
1850 2009-06-01  Ulrich Drepper  <drepper@redhat.com>
1852         * sysdeps/i386/dl-machine.h (elf_machine_rel): Reorder conditions
1853         for STT_GNU_IFUNC handling for efficiency.
1854         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
1856         * sysdeps/i386/dl-irel.h (elf_irel): Use __libc_fatal instead of just
1857         _exit.
1858         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
1860 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
1862         * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code
1863         for !SHARED.
1865 2009-05-29  H.J. Lu  <hongjiu.lu@intel.com>
1867         * csu/elf-init.c: Include <link.h> and <dl-irel.h> if LIBC_NONSHARED
1868         is not defined.
1869         (__rela_iplt_start): New declaration.
1870         (__rela_iplt_end): Likewise.
1871         (__rel_iplt_start): Likewise.
1872         (__rel_iplt_end): Likewise.
1873         (__libc_csu_init): Process __rela_iplt_start and __rel_iplt_start.
1874         * elf/elf.h (R_386_IRELATIVE): New macro.
1875         (R_X86_64_IRELATIVE): New macro.
1876         (R_386_NUM): Updated.
1877         (R_X86_64_NUM): Likewise.
1878         * include/libc-symbols.h (libc_ifunc_hidden_def1): New macro.
1879         (libc_ifunc_hidden_def): New macro.
1880         * sysdeps/generic/dl-irel.h: New file.
1881         * sysdeps/i386/dl-irel.h: New file.
1882         * sysdeps/x86_64/dl-irel.h: New file.
1883         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle R_386_IRELATIVE.
1884         (elf_machine_rela): Check SHN_UNDEF for STT_GNU_IFUNC symbol.
1885         Handle R_386_IRELATIVE.
1886         (elf_machine_lazy_rel): Handle R_386_IRELATIVE.
1887         (elf_machine_lazy_rela): Likewise.
1888         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
1889         R_X86_64_IRELATIVE.
1890         (elf_machine_lazy_rel): Handle R_X86_64_IRELATIVE.
1892 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
1894         * sysdeps/x86_64/multiarch/init-arch.h: Define COMMON_CPUID_INDEX_1
1895         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  So far there
1896         are no differences.  If an architecture has bits in CPUID index 1
1897         meaning different things the values for the COMMON_CPUID_INDEX_1
1898         index must not be set.
1899         (INTEL_HAS_POPCOUNT, AMD_HAS_POPCOUNT): Removed in favor of...
1900         (HAS_POPCOUNT): ...this.  New macro.
1901         * sysdeps/x86_64/multiarch/init-arch.c: Use COMMON_CPUID_INDEX_1
1902         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  Unify code
1903         to set the value for Intel and AMD architectures.
1904         * sysdeps/x86_64/cacheinfo.c: Use COMMON_CPUID_INDEX_1 instead of
1905         INTEL_CPUID_INDEX_1.
1906         * sysdeps/x86_64/multiarch/sched_cpucount.c: Adjust for HAS_POPCOUNT
1907         change.
1909 2009-05-30  Andreas Schwab  <schwab@linux-m68k.org>
1911         * configure.in: Move AC_CANONICAL_HOST before first use of $host
1912         and $build.
1914 2009-05-29  Jakub Jelinek  <jakub@redhat.com>
1916         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <errno.h>.
1917         (__expm1l): Set errno to ERANGE on overflow.
1918         * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <errno.h>.
1919         (__tanl): Set errno to EDOM for Â±Inf.
1920         * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <errno.h>.
1921         (__cosl): Set errno to EDOM for Â±Inf.
1922         * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <errno.h>.
1923         (__sinl): Set errno to EDOM for Â±Inf.
1925         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): If CHECK_SP is
1926         defined, use it.
1927         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
1928         * sysdeps/s390/s390-32/____longjmp_chk.c: New file.
1929         * sysdeps/s390/s390-64/____longjmp_chk.c: New file.
1931 2009-05-29  Ulrich Drepper  <drepper@redhat.com>
1933         * sysdeps/x86_64/cacheinfo.c: Compact intel_02_known array.  Adjust
1934         code accessing it.
1935         * sysdeps/unix/sysv/linux/i386/sysconf.c: Likewise.
1937 2009-05-22  Andreas Schwab  <schwab@linux-m68k.org>
1939         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Set errno for Â±Inf.
1940         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
1941         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
1942         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Set errno for overflow.
1944         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: New file.
1945         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: New file.
1946         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Use CHECK_SP if
1947         defined.
1948         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1949         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1951 2009-05-22  Jakub Jelinek  <jakub@redhat.com>
1953         * sysdeps/unix/sysv/linux/accept4.c: Include kernel-features.h.
1954         (accept4): If __NR_accept4 is not defined, but __NR_socketcall
1955         is, either do nothing at all if __ASSUME_ACCEPT4, or
1956         call __internal_accept4 and handle EINVAL -> ENOSYS translation.
1957         * sysdeps/unix/sysv/linux/internal_accept4.S: New file.
1958         * sysdeps/unix/sysv/linux/i386/accept4.S (SOCKOP_accept4): Don't
1959         define.
1960         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: New file.
1961         * sysdeps/unix/sysv/linux/Makefile (sysdep-routines): Add
1962         internal_accept4 in socket directory.
1964 2009-05-20  H.J. Lu  <hongjiu.lu@intel.com>
1966         * sysdeps/ia64/configure.in: New file.
1968 2009-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1970         [BZ #10162]
1971         * sysdeps/ia64/memchr.S: Use speculative load.
1973         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S: New file.
1974         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: If CHECK_RSP is defined,
1975         use it.
1977         * sysdeps/i386/__longjmp.S: Add .text.
1978         * sysdeps/x86_64/__longjmp.S: Likewise.
1980 2009-05-21  Ulrich Drepper  <drepper@redhat.com>
1982         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
1983         __ASSUME_ACCEPT4 for IA-64.
1985 2009-05-21  Jakub Jelinek  <jakub@redhat.com>
1987         * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
1989         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
1990         (SOCKOP_accept4): Define.
1992 2009-05-20  Ulrich Drepper  <drepper@redhat.com>
1994         Sun approved the change of the license.
1995         * sunrpc/auth_des.c: Replace license text.
1996         * sunrpc/auth_none.c: Likewise.
1997         * sunrpc/auth_unix.c: Likewise.
1998         * sunrpc/authdes_prot.c: Likewise.
1999         * sunrpc/authuxprot.c: Likewise.
2000         * sunrpc/bindrsvprt.c: Likewise.
2001         * sunrpc/clnt_gen.c: Likewise.
2002         * sunrpc/clnt_perr.c: Likewise.
2003         * sunrpc/clnt_raw.c: Likewise.
2004         * sunrpc/clnt_simp.c: Likewise.
2005         * sunrpc/clnt_tcp.c: Likewise.
2006         * sunrpc/clnt_udp.c: Likewise.
2007         * sunrpc/clnt_unix.c: Likewise.
2008         * sunrpc/des_crypt.c: Likewise.
2009         * sunrpc/des_soft.c: Likewise.
2010         * sunrpc/get_myaddr.c: Likewise.
2011         * sunrpc/getrpcport.c: Likewise.
2012         * sunrpc/key_call.c: Likewise.
2013         * sunrpc/key_prot.c: Likewise.
2014         * sunrpc/openchild.c: Likewise.
2015         * sunrpc/pm_getmaps.c: Likewise.
2016         * sunrpc/pm_getport.c: Likewise.
2017         * sunrpc/pmap_clnt.c: Likewise.
2018         * sunrpc/pmap_prot.c: Likewise.
2019         * sunrpc/pmap_prot2.c: Likewise.
2020         * sunrpc/pmap_rmt.c: Likewise.
2021         * sunrpc/rpc/auth.h: Likewise.
2022         * sunrpc/rpc/auth_unix.h: Likewise.
2023         * sunrpc/rpc/clnt.h: Likewise.
2024         * sunrpc/rpc/des_crypt.h: Likewise.
2025         * sunrpc/rpc/key_prot.h: Likewise.
2026         * sunrpc/rpc/netdb.h: Likewise.
2027         * sunrpc/rpc/pmap_clnt.h: Likewise.
2028         * sunrpc/rpc/pmap_prot.h: Likewise.
2029         * sunrpc/rpc/pmap_rmt.h: Likewise.
2030         * sunrpc/rpc/rpc.h: Likewise.
2031         * sunrpc/rpc/rpc_des.h: Likewise.
2032         * sunrpc/rpc/rpc_msg.h: Likewise.
2033         * sunrpc/rpc/svc.h: Likewise.
2034         * sunrpc/rpc/svc_auth.h: Likewise.
2035         * sunrpc/rpc/types.h: Likewise.
2036         * sunrpc/rpc/xdr.h: Likewise.
2037         * sunrpc/rpc_clntout.c: Likewise.
2038         * sunrpc/rpc_cmsg.c: Likewise.
2039         * sunrpc/rpc_common.c: Likewise.
2040         * sunrpc/rpc_cout.c: Likewise.
2041         * sunrpc/rpc_dtable.c: Likewise.
2042         * sunrpc/rpc_hout.c: Likewise.
2043         * sunrpc/rpc_main.c: Likewise.
2044         * sunrpc/rpc_parse.c: Likewise.
2045         * sunrpc/rpc_parse.h: Likewise.
2046         * sunrpc/rpc_prot.c: Likewise.
2047         * sunrpc/rpc_sample.c: Likewise.
2048         * sunrpc/rpc_scan.c: Likewise.
2049         * sunrpc/rpc_scan.h: Likewise.
2050         * sunrpc/rpc_svcout.c: Likewise.
2051         * sunrpc/rpc_tblout.c: Likewise.
2052         * sunrpc/rpc_util.c: Likewise.
2053         * sunrpc/rpc_util.h: Likewise.
2054         * sunrpc/rpcinfo.c: Likewise.
2055         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
2056         * sunrpc/rpcsvc/key_prot.x: Likewise.
2057         * sunrpc/rpcsvc/klm_prot.x: Likewise.
2058         * sunrpc/rpcsvc/mount.x: Likewise.
2059         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
2060         * sunrpc/rpcsvc/rex.x: Likewise.
2061         * sunrpc/rpcsvc/rstat.x: Likewise.
2062         * sunrpc/rpcsvc/rusers.x: Likewise.
2063         * sunrpc/rpcsvc/sm_inter.x: Likewise.
2064         * sunrpc/rpcsvc/spray.x: Likewise.
2065         * sunrpc/rpcsvc/yppasswd.x: Likewise.
2066         * sunrpc/rtime.c: Likewise.
2067         * sunrpc/svc.c: Likewise.
2068         * sunrpc/svc_auth.c: Likewise.
2069         * sunrpc/svc_authux.c: Likewise.
2070         * sunrpc/svc_raw.c: Likewise.
2071         * sunrpc/svc_run.c: Likewise.
2072         * sunrpc/svc_simple.c: Likewise.
2073         * sunrpc/svc_tcp.c: Likewise.
2074         * sunrpc/svc_udp.c: Likewise.
2075         * sunrpc/svc_unix.c: Likewise.
2076         * sunrpc/svcauth_des.c: Likewise.
2077         * sunrpc/xcrypt.c: Likewise.
2078         * sunrpc/xdr.c: Likewise.
2079         * sunrpc/xdr_array.c: Likewise.
2080         * sunrpc/xdr_float.c: Likewise.
2081         * sunrpc/xdr_mem.c: Likewise.
2082         * sunrpc/xdr_rec.c: Likewise.
2083         * sunrpc/xdr_ref.c: Likewise.
2084         * sunrpc/xdr_sizeof.c: Likewise.
2085         * sunrpc/xdr_stdio.c: Likewise.
2087         * po/da.po: Update from translation team.
2089 2009-05-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2091         * sysdeps/sh/____longjmp_chk.S: New file.
2092         * sysdeps/sh/sh3/__longjmp.S: If CHECK_SP is defined, use it.
2093         * sysdeps/sh/sh4/__longjmp.S: Likewise.
2095 2009-05-18  Jakub Jelinek  <jakub@redhat.com>
2096             Ulrich Drepper  <drepper@redhat.com>
2098         * nscd/nscd_helper.c (MINIMUM_HASHENTRY_SIZE): Define.
2099         (__nscd_cache_search): Assume each entry in the
2100         hash chain needs one hashentry and half of datahead.  Use
2101         MINIMUM_HASHENTRY_SIZE instead of sizeof(hashentry).
2103 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
2105         * posix/sys/wait.h: Fix typos.  Pretty printing.
2106         * stdlib/stdlib.h: Likewise.  Correct comments.
2108         [BZ #10159]
2109         * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
2111         * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
2112         patch.
2114 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
2116         * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
2117         Use it if we absolutely cannot reach any more correct list elements
2118         because that many do not fit into the currently mapped database.
2120 2009-05-14  Jakub Jelinek  <jakub@redhat.com>
2122         * nscd/nscd_helper.c: Include stddef.h.
2123         (__nscd_cache_search): Add datalen argument.  Use atomic_forced_read
2124         in a couple of places.  Return NULL if trail is not less than
2125         datasize, don't consider dataheads with length smaller than
2126         offsetof (struct datahead, data) + datalen.
2127         * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
2128         * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
2129         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
2130         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
2131         * nscd/nscd_getai.c (__nscd_getai): Likewise.
2132         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
2133         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
2135         * sysdeps/unix/sysv/linux/i386/fallocate64.c (__fallocate64_l64):
2136         Rename ...
2137         (fallocate64): ... to this.
2138         * sysdeps/unix/sysv/linux/fallocate64.c (__fallocate64_l64):
2139         Rename ...
2140         (fallocate64): ... to this.
2141         * sysdeps/unix/sysv/linux/Versions (libc): Remove fallocate64.
2142         * sysdeps/unix/sysv/linux/wordsize-64/Versions (libc): Add
2143         fallocate64@@GLIBC_2.10.
2144         * sysdeps/unix/sysv/linux/i386/Versions (libc): Add
2145         fallocate64@@GLIBC_2.11.
2146         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
2147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Likewise.
2148         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
2149         * sysdeps/unix/sysv/linux/sh/Versions (libc): Likewise.
2151         * nscd/selinux.c (nscd_avc_destroy): Removed.
2152         * nscd/selinux.h (nscd_avc_destroy): Likewise.
2153         * nscd/nscd.c (termination_handler): Don't call
2154         nscd_avc_destroy.
2156 2009-05-12  Jakub Jelinek  <jakub@redhat.com>
2158         * include/atomic.h: Formatting.
2159         (catomic_compare_and_exchange_val_acq): Don't define if already
2160         defined by bits/atomic.h.
2162 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
2164         * math/libm-test.inc (expm1_test): Add test for range error.
2166         * Versions.def: Add GLIBC_2.11 for libc.
2167         * debug/Makefile (routines): Add longjmp_chk.
2168         Add rules to build and run tst-longjmp_chk.
2169         * debug/Versions: Export __longjmp_chk for GLIBC_2.11.
2170         * debug/longjmp_chk.c: New file.
2171         * debug/tst-longjmp_chk.c: New file.
2172         * include/bits/setjmp2.: New file.
2173         * include/stdio.h: Mark __fortify_fail as internal_function.
2174         * setjmp/Makefile (headers): Add bits/setjmp2.h.
2175         * setjmp/bits/setjmp2.h: New file.
2176         * setjmp/longjmp.c: If __libc_siglongjmp is defined, don't define any
2177         of the aliases.
2178         * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
2179         defined.
2180         * sysdeps/i386/____longjmp_chk.S: New file.
2181         * sysdeps/x86_64/____longjmp_chk.S: New file.
2182         * sysdeps/i386/__longjmp.S: If CHECK_ESP is defined, use it.
2183         * sysdeps/x86_64/__longjmp.S: Likewise.
2185         * version.h: Bump for 2.11 development.
2187         * elf/check-execstack.c: New file.
2188         * elf/Makefile: Add rules to build and run check-execstack.
2190 2009-05-10  Ulrich Drepper  <drepper@redhat.com>
2192         * version.h (VERSION): Bump to 2.10.1.
2194         * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
2195         compatibility functions.
2196         * nss/getXXent_r.c: Likewise.
2197         * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
2198         * gshadow/getsgnam_r.c: Likewise.
2199         * gshadow/Version: Remove duplicate entries.
2201         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
2202         for recent processor.
2203         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
2204         Likewise.
2206 2009-05-09  Ulrich Drepper  <drepper@redhat.com>
2208         * version.h (VERSION): Bump for 2.10 release.
2209         * include/features.h (__GLIBC_MINOR__): Bump to 10.
2211         * Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the
2212         same place we add ASFLAGS-config.
2214 2009-05-05  Aurelien Jarno  <aurelien@aurel32.net>
2216         [BZ #10128]
2217         * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
2218         or FORMERR and the other NOERROR, don't raise an error.
2220 2009-05-06  Ryan S. Arnold  <rsa@us.ibm.com>
2222         [BZ #10118]
2223         * Makeconfig (+asflags): New variable based upon ASFLAG or
2224         asflags-cpu.
2225         (ASFLAGS): Add override to set ASFLAGS to +asflags.
2226         * config.make.in (asflags-cpu): Add variable based upon
2227         @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
2228         the assembler.
2229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
2230         Remove unneeded file now that the assembler emits _ARCH_PWR6 and
2231         recognizes power6 instruction set due to passing -mcpu=power6 from
2232         --with-cpu=power6 when compiling .S files.
2233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
2234         Likewise.
2235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
2236         Likewise.
2237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
2238         Likewise.
2240 2009-05-09  Jakub Jelinek  <jakub@redhat.com>
2242         * string/stratcliff.c (do_test): Test for zero length
2243         STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
2244         at the end of the page.
2246 2009-05-08  Ulrich Drepper  <drepper@redhat.com>
2248         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
2250         * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
2251         count is zero.
2253         * po/da.po: Update from translation team.
2255 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
2257         * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
2258         guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
2260 2009-05-05  Ulrich Drepper  <drepper@redhat.com>
2262         * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
2263         and READ_IMPLIES_EXEC.
2265 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
2267         * po/da.po: Update from translation team.
2269 2009-04-29  Jakub Jelinek  <jakub@redhat.com>
2271         * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
2272         comment change.
2274 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
2276         * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
2277         to MAP_ANON in PROT_NONE mmap64 call.
2278         (open_archive): Likewise.
2279         (file_data_available_p): Use mmap64 instead of mremap.
2280         (enlarge_archive): Likewise.  Update head if ah->addr changed.
2281         Attempt to reserve address space after mmap64 region.
2283 2009-04-26  Ulrich Drepper  <drepper@redhat.com>
2285         * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
2286         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
2287         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
2289         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
2290         atanh should set ERANGE.
2292         [BZ #10087]
2293         * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
2294         result of lookup to make call to implement STT_GNU_IFUNC.
2295         (_dl_profile_fixup): Likewise.
2296         Patch by H.J. Lu <hjl.tools@gmail.com>.
2298         * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
2299         warning.
2301         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
2302         from definition.
2304         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
2305         label if it is not used.
2307         * elf/dl-profile.c (_dl_start_profile): Define real-type variant
2308         of gmon_hist_hdr and gmon_hdr structures and use them.
2309         * elf/sprof.c: Likewise.
2311         * elf/dl-load.c (open_verify): Add temporary variable to avoid
2312         warning.
2314         * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
2316         * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
2317         to avoid cast.
2319         * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
2320         * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
2321         to avoid warnings.
2322         (iruserok_af): Use ss_family instead of casts.
2324         * gmon/gmon.c (write_hist): Define real-type variant of
2325         gmon_hist_hdr structure and use it.
2326         (write_gmon): Likewise for gmon_hdr.
2328         * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
2329         function if we are not going to define it.
2330         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2332         * inet/inet6_option.c (option_alloc): Add temporary variable to
2333         avoid warning.
2335         * libio/strfile.h (struct _IO_streambuf): Use correct type and
2336         name of VTable element.
2337         * libio/iovsprintf.c: Avoid casts to avoid warnings.
2338         * libio/iovsscanf.c: Likewise.
2339         * libio/vasprintf.c: Likewise.
2340         * libio/vsnprintf.c: Likewise.
2341         * stdio-common/isoc99_vsscanf.c: Likewise.
2342         * stdlib/strfmon_l.c: Likewise.
2343         * debug/vasprintf_chk.c: Likewise.
2344         * debug/vsnprintf_chk.c: Likewise.
2345         * debug/vsprintf_chk.c: Likewise.
2347         * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
2348         function pointers.
2350 2009-04-26  Jakub Jelinek  <jakub@redhat.com>
2352         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
2354 2009-04-25  Ulrich Drepper  <drepper@redhat.com>
2356         * posix/bits/posix1_lim.h: Cleanup namespace a bit.
2358         * sysdeps/i386/fpu/s_tan.S: Set errno for Â±Inf.
2359         * sysdeps/i386/fpu/s_tanf.S: Likewise.
2360         * sysdeps/i386/fpu/s_tanl.S: Likewise.
2361         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2362         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
2363         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
2364         * math/libm-test.inc: Add tests for errno after tan calls with
2365         Â±Inf.
2367         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
2368         errno value vor pow(+-0,neg).
2369         * math/libm-test.inc (pow_test): Add tests for errno value for
2370         pole errors.
2372         * math/w_fmod.c: Also handle x=±Inf as error.
2373         * math/w_fmodf.c: Likewise.
2374         * math/w_fmodl.c: Likewise.
2375         * math/libm-test.inc (fmod_test): Add tests for errno after calls for
2376         x=±Inf or y=0.
2378         * sysdeps/i386/fpu/s_cos.S: Set errno for Â±Inf.
2379         * sysdeps/i386/fpu/s_cosf.S: Likewise.
2380         * sysdeps/i386/fpu/s_cosl.S: Likewise.
2381         * sysdeps/i386/fpu/s_sin.S: Likewise.
2382         * sysdeps/i386/fpu/s_sinf.S: Likewise.
2383         * sysdeps/i386/fpu/s_sinl.S: Likewise.
2384         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2385         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
2386         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
2387         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
2388         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
2389         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
2390         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
2391         * math/libm-test.inc: Add tests for errno after sin/cos calls with
2392         Â±Inf.
2394         * stdlib/strtod_l.c (round_and_return): We have to set errno to
2395         ERANGE for underflows.
2396         * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
2398         * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
2399         the 2001 revision.
2401         * libio/tst-widetext.input: Remove surrogates.
2403         * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
2405         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
2406         for lgamma should set errno to ERANGE, not EDOM.
2407         * math/libm-test.inc (lgamma_test): Check errno for pole errors.
2409 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
2411         [BZ #10093]
2412         * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
2413         UTF-16 surrogates.
2415         * locale/programs/locarchive.c (enlarge_archive): Conserve address
2416         space when temporarily mapping the whole content of the old file.
2418         [BZ #10100]
2419         * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
2420         not zero.
2422 2009-04-24  Jakub Jelinek  <jakub@redhat.com>
2424         * iconvdata/sjis.c (BODY): Don't advance inptr before
2425         STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
2426         Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
2427         two byte chars.
2429 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
2431         * locale/locarchive.h (struct locarhandle): Rename len field to
2432         mmaped and add new reserved field.
2433         * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
2434         (create_archive): Reserve address space and then map file into it.
2435         (open_archive): Likewise.
2436         (file_data_available_p): New function.
2437         (compare_from_file): New function.
2438         (close_archive): Adjust to member name changes.
2439         (add_locale): Before comparing locale data, check it is mapped.
2440         Otherwise fall back to reading from the file.
2442 2009-04-23  H.J. Lu  <hongjiu.lu@intel.com>
2444         * stdio-common/psiginfo.c: Include <errno.h>.
2446 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
2448         [BZ #9920]
2449         * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
2450         to get consistency between 32 and 64 bit architectures.
2452         [BZ #10052]
2453         * sysdeps/unix/make-syscalls.sh: Add rule to create target
2454         directory for dummy syscall rules.
2455         Patch by Chris Steinbroner <hesh@pobox.com>.
2457 2009-04-23  Aurelien Jarno  <aurelien@aurel32.net>
2459         [BZ #10092]
2460         * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
2461         MNT_EXPIRE.
2463 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
2465         * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed.  Adjust.
2466         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
2468 2009-04-23  Jakub Jelinek  <jakub@redhat.com>
2470         * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment.  Copy
2471         data from vector to temporary buffer and call PWRITEV after it
2472         instead of vice versa.
2473         * sysdeps/posix/preadv.c: Fix up comment.
2474         * misc/preadv.c: Likewise.
2475         * misc/preadv64.c: Likewise.
2476         * misc/pwritev.c: Likewise.
2477         * misc/pwritev64.c: Likewise.
2478         * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
2480 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
2482         * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
2484         * shadow/Makefile (tests): Add tst-shadow.
2485         * shadow/tst-shadow.c: New file.
2487         [BZ #9955]
2488         * gshadow/Makefile: New file.
2489         * gshadow/Versions: New file.
2490         * gshadow/fgetsgent.c: New file.
2491         * gshadow/fgetsgent_r.c: New file.
2492         * gshadow/getsgent.c: New file.
2493         * gshadow/getsgent_r.c: New file.
2494         * gshadow/getsgnam.c: New file.
2495         * gshadow/getsgnam_r.c: New file.
2496         * gshadow/gshadow.h: New file.
2497         * gshadow/putsgent.c: New file.
2498         * gshadow/sgetsgent.c: New file.
2499         * gshadow/sgetsgent_r.c: New file.
2500         * gshadow/tst-gshadow.c: New file.
2501         * include/gshadow.h: New file.
2502         * Makeconfig (all-subdirs): Add gshadow.
2503         * Makefile (installed-headers): Add gshadow/gshadow.h.
2504         * nss/Makefile (databases): Add sgrp.
2505         * nss/Versions: Add gshadow functions as private exports.
2506         * nss/nsswitch.conf: Add gshadow entry.
2507         * nss/sgrp-lookup.c: New file.
2508         * nss/nss_files/files-parse.c: Add STRING_LIST macro.  Rewrite
2509         parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
2510         * nss/nss_files/files-sgrp.c: New file.
2511         * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
2512         * sysdeps/unix/sysv/linux/paths.h: Likewise.
2514 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
2516         * stdio-common/printf.h: Add missing const to register_printf_modifier.
2517         * stdio-common/reg-modifier.c: Likewise.
2519 2009-04-22  Andrew Stubbs  <ams@codesourcery.com>
2521         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
2522         is no FPU.
2524 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
2526         [BZ #10086]
2527         * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
2528         headers up to 2.6.30.
2530         * po/ca.po: Update from translation team.
2532 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
2534         [BZ #10069]
2535         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
2536         an object that uses static TLS if the TLS modid is higher than the
2537         reserve we always allocate.  At least for multi-threaded code.
2539 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
2541         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
2542         Numerically stable check for valid width.
2544         * locale/programs/locarchive.c (open_archive): Map the entire file
2545         and not just the administrative data.
2546         (add_locale): When we find a hash sum match compare the content
2547         to be sure.
2549         * malloc/malloc.c (malloc_info): Output address space information.
2551 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
2553         * malloc/malloc.c (malloc_info): Also output system memory information.
2555         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
2556         architectures have preadv/pwritev in 2.6.30.
2558         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
2559         * sysdeps/posix/readv.c: Likewise.
2560         Reported by Markus Armbruster <armbru@redhat.com>.
2562         * malloc/hooks.c (top_check): Force hook value into register.
2564 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2566         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
2567         calls to _dl_relocate_object.
2569 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
2571         [BZ #9957]
2572         * malloc/malloc.c (force_reg): Define.
2573         (sYSMALLOc): Load hook variable into variable
2574         before test and force into register.
2575         (sYSTRIm): Likewise.
2576         (public_mALLOc): Force hook value into register.
2577         (public_fREe): Likewise.
2578         (public_rEALLOc): Likewise.
2579         (public_mEMALIGn): Likewise.
2580         (public_vALLOc): Likewise.
2581         (public_pVALLOc): Likewise.
2582         (public_cALLOc): Likewise.
2583         (__posix_memalign): Likewise.
2584         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
2585         before test and force into register.
2586         * malloc/hooks.c (top_check): Likewise.
2587         (public_sET_STATe): Pretty printing.
2589         * resolv/res_send.c (send_dg): Don't just ignore the result we got
2590         in case we only receive one reply in single-request mode.
2592 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
2594         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
2595         are dlopened in statically linked program even for __LM_ID_CALLER.
2597 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
2599         * resolv/res_send.c (send_dg): Don't switch into single-request
2600         mode if we already are in it.
2602 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
2604         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
2605         are always at least 4 bytes in the returned line.
2607 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
2609         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
2610         __libc_use_alloca (8192), if the stack is too small use 512 bytes
2611         instead of 8K.  Stop searching in /proc/stat after hitting first
2612         line not starting with cpu.
2613         (next_line): Truncate too long
2614         lines at buffer size * 3/4 instead of pretending there were line
2615         breaks inside of large lines.
2617 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
2619         * sysdeps/x86_64/mp_clz_tab.c: New file.
2621 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
2622             Ulrich Drepper  <drepper@redhat.com>
2624         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
2625         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
2626         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
2628 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
2630         * sysdeps/sh/libc-tls.c: New file.
2632         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
2634 2009-04-14  Roland McGrath  <roland@redhat.com>
2636         * elf/elf.h: Add various missing ARM constants, to match binutils.
2638 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
2640         Optimizations from GMP.
2641         * sysdeps/x86_64/add_n.S: New file.
2642         * sysdeps/x86_64/addmul_1.S: New file.
2643         * sysdeps/x86_64/lshift.S: New file.
2644         * sysdeps/x86_64/mul_1.S: New file.
2645         * sysdeps/x86_64/rshift.S: New file.
2646         * sysdeps/x86_64/sub_n.S: New file.
2647         * sysdeps/x86_64/submul_1.S: New file.
2649 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2651         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
2652         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
2653         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
2654         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
2656 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
2658         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
2659         preadv/pwritev.
2661 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
2663         * sysdeps/x86-64/strrchr.S: New file.
2665 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
2667         * stdio-common/printf.h (struct printf_info): Add user element.
2668         New types printf_arginfo_size_function, printf_va_arg_function.
2669         Declare register_printf_specifier, register_printf_modifier,
2670         register_printf_type.
2671         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
2672         (union printf_arg): Add pa_user element.
2673         Adjust __printf_arginfo_table type.
2674         Add __printf_va_arg_table, __printf_modifier_table,
2675         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
2676         declarations.
2677         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
2678         If registered arginfo call failed try normal specifier.
2679         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
2680         function.
2681         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
2682         * stdio-common/Versions: Export register_printf_modifier,
2683         register_printf_type, and register_printf_specifier for GLIBC_2.10.
2684         * stdio-common/reg-modifier.c: New file.
2685         * stdio-common/reg-type.c: New file.
2686         * stdio-common/reg-printf.c (__register_printf_specifier): New
2687         function.  Mostly the old __register_printf_function function but
2688         uses locking and type of third parameter changed.
2689         (__register_printf_function): Implement using
2690         __register_printf_specifier.
2691         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
2692         calls to arginfo functions.  Allocate enough memory for user-defined
2693         types.  Call new va_arg functions to get user-defined types.
2694         Try installed handlers even for existing format specifiers first.
2696 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
2698         * sysdeps/x86_64/rawmemchr.S: New file.
2700         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
2701         Simplified code and possible copy problem fixed.
2703         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
2704         function if it is not defined.  Add some necessary casts.
2705         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
2707         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
2708         have preadv/pwritev in 2.6.30.
2710 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
2712         * malloc/malloc.c (malloc_info): New function.
2713         * malloc/malloc.h: Declare it.
2714         * malloc/Versions: Export malloc_info for GLIBC_2.10.
2716         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
2717         to avoid PLT slot.
2719         * malloc/malloc.c (_int_realloc): Add parameter with old block
2720         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
2721         Adjust all callers.
2722         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
2724 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
2726         * sysdeps/x86_64/strchrnul.S: New file.
2728         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
2729         depending libcrypt on -lfreebl3.
2731         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
2732         preadv/pwritev in 2.6.30.
2734         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
2735         instead of __strcasecmp.
2737         * string/stratcliff.c (do_test): Add memchr tests..
2738         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
2739         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
2740         first read quad word.
2742 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
2744         * string/strverscmp.c (__strverscmp): Fix last cleanups.
2745         * string/tst-svc.input: Add new test case.
2746         * string/tst-svc.expect: Adjust.
2747         * string/Makefile: Don't ignore tst-svc error.
2749         * sysdeps/x86_64/memchr.S: New file.
2751         * resolv/resolv.h (RES_SNGLKUP): Define.
2752         * resolv/res_init.c (res_setoptions): Recognize single-request option.
2753         * resolv/res_send.c (send_dg): If we sent two requests at once and
2754         only get one reply before timeout switch to mode where we send the
2755         second request only after the first answer has been received.
2757 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
2759         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
2760         * sysdeps/x86_64/strchr.S: Likewise.
2762 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
2764         * configure.in: We need to test for the compiler earlier.
2766         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
2767         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
2768         GLIBC_2.10.
2769         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
2770         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
2771         and pwritev.
2772         * misc/preadv.c: New file.
2773         * misc/preadv64.c: New file.
2774         * misc/pwritev.c: New file.
2775         * misc/pwritev64.c: New file.
2776         * sysdeps/posx/preadv.c: New file.
2777         * sysdeps/posx/preadv64.c: New file.
2778         * sysdeps/posx/pwritev.c: New file.
2779         * sysdeps/posx/pwritev64.c: New file.
2780         * sysdeps/unix/sysv/linux/preadv.c: New file.
2781         * sysdeps/unix/sysv/linux/preadv64.c: New file.
2782         * sysdeps/unix/sysv/linux/pwritev.c: New file.
2783         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
2784         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
2785         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
2787         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
2788         compatibility code.
2789         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
2791         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2792         __ASSUME_COMPLETE_READV_WRITEV.
2793         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
2794         with modern kernels.
2795         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2797         * sysdeps/posix/readv.c: Since read is a cancellation point we have
2798         to free a possible malloced buffer in case of cancellation.
2799         * sysdeps/posix/writev.c: Likewise for write.
2801 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
2803         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
2805         * configure.in: Recognize --enable-nss-crypt.
2806         * config.make.in: Add nss-crypt entry.
2807         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
2808         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
2809         and include path for NSS directory to compiler for md5-crypt,
2810         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
2811         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
2812         function implementation, use NSS.  Introduce wrappers around the
2813         hash function calls.  Little code size optimization.
2814         * crypt/sha256-crypt.c: Likewise.
2815         * crypt/sha512-crypt.c: Likewise.
2816         * scripts/check-local-headers.sh: Ignore nss3 directory.
2818         * configure.in: Rename pic_default to libc_cv_pic_default.
2819         * config.make.in: Likewise.
2821 2009-04-01  Roland McGrath  <roland@redhat.com>
2823         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
2824         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
2825         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
2826         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
2827         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
2828         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
2829         (R_SPARC_NUM): Update.
2830         From Dave Miller <davem@davemloft.net>.
2832 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
2834         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
2836 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
2838         * elf/dl-open.c: Keep track of used name spaces and only iterate over
2839         those which are used.
2840         * elf/dl-addr.c: Likewise.
2841         * elf/dl-caller.c: Likewise.
2842         * elf/dl-fini.c: Likewise.
2843         * elf/dl-iteratephdr.c: Likewise.
2844         * elf/dl-libc.c: Likewise.
2845         * elf/dl-load.c: Likewise.
2846         * elf/dl-support.c: Likewise.
2847         * elf/dl-sym.c: Likewise.
2848         * elf/rtld.c: Likewise.
2849         * sysdeps/generic/ldsodefs.h: Likewise.
2851         * elf/dl-load.c: Remove support for systems without MAP_ANON.
2852         * elf/dl-minimal.c: Likewise.
2853         * elf/dl-misc.c: Likewise.
2854         * elf/rtld.c: Likewise.
2855         * sysdeps/generic/ldsodefs.h: Likewise.
2857 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
2859         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
2860         Avoid reuse of complex expression.
2862         * po/fr.po: Update from translation team.
2864 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
2866         * include/dirent.h: Yet more changes to match sort function type
2867         change.
2868         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
2869         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
2870         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
2872 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
2874         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
2876 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
2878         * nscd/connections.c (restart): Try to preserve the process name
2879         by reading the /proc/self/exe symlink and using the return name.
2880         Patch by Jeff Bastian <jbastian@redhat.com>.
2882 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
2884         [BZ #9733]
2885         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
2886         if we are not loading a new audit library.
2887         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
2888         Only use profiling trampoline for auditing if we are not relocating
2889         an audit library.
2890         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
2891         * elf/rtld.c: Likewise.
2892         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
2894         * elf/rtld.c (dl_main): Extend help message for --audit option.
2896         [BZ #9759]
2897         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
2898         alphasort64, versionsort, and versionsort64 to POSIX 2008.
2899         * dirent/alphasort.c: Adjust implementation to type change.
2900         * dirent/alphasort64.c: Likewise.
2901         * dirent/scandir.c: Likewise.
2902         * dirent/versionsort.c: Likewise.
2903         * dirent/versionsort64.c: Likewise.
2904         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
2905         declaration.
2906         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
2907         declaration.
2909         [BZ #9880]
2910         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
2911         correctly.  Set segleft member in output as required.
2912         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
2913         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
2915         [BZ #9881]
2916         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
2917         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
2918         * inet/Makefile (tests): Add tst-inet6_rth.
2919         * inet/tst-inet6_rth.c: New file.
2921         [BZ #5807]
2922         * string/strlen.c (strlen): Fix omission in the expression to test
2923         for NUL bytes.
2925 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
2927         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
2929         * elf/dl-runtime.c (reloc_offset): Define.
2930         (reloc_index): Define.
2931         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
2932         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
2933         computing index from reloc_offset.
2934         (_dl_call_pltexit): Likewise.
2935         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
2936         the relocation index to _dl_fixup.
2937         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
2938         _dl_call_pltexit.
2939         * sysdeps/x86_64/dl-runtime.c: New file.
2941         [BZ #9893]
2942         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
2943         alignment of La_x86_64_regs.  Store xmm parameters.
2944         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
2946         [BZ #9913]
2947         * string/strverscmp.c (__strverscmp): Fix case of different digits
2948         in fractional part of string.
2949         Patch by Jingyu Liu <jyliu@fortinet.com>.
2950         * string/Makefile (tests): Add tst-svc2.
2951         * string/tst-svc2.c: New file.
2953         * string/strverscmp.c (__strverscmp): Optimize size of tables.
2955         * locale/iso-639.def: Add Min Nan.
2957 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
2959         [BZ #9948]
2960         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
2962 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
2964         * elf/dl-sysdep.c (auxvars): Compress data structure.
2966         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
2967         STT_GNU_IFUNC handling.
2968         (elf_machine_rela): Likewise.
2970 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
2972         * config.h.in (USE_MULTIARCH): Define.
2973         * configure.in: Handle --enable-multi-arch.
2974         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
2975         (_dl_fixup_profile): Likewise.
2976         * elf/do-lookup.c (dl_lookup_x): Likewise.
2977         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
2978         * elf/elf.h (STT_GNU_IFUNC): Define.
2979         * include/libc-symbols.h (libc_ifunc): Define.
2980         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
2981         framework in init-arch.h to get CPUID values.
2982         * sysdeps/x86_64/multiarch/Makefile: New file.
2983         * sysdeps/x86_64/multiarch/init-arch.c: New file.
2984         * sysdeps/x86_64/multiarch/init-arch.h: New file.
2985         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
2987         * config.make.in (experimental-malloc): Define.
2988         * configure.in: Handle --enable-experimental-malloc.
2989         * malloc/Makefile: Handle experimental-malloc flag.
2990         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
2991         * malloc/arena.c: Likewise.
2992         * malloc/hooks.c: Likewise.
2993         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
2995 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
2997         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
2998         prediction.  A few size optimizations.
3000 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
3002         * time/tzset.c: Optimize a bit for size.
3004 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
3006         * include/stdio.h (fmemopen): Add libc_hidden_proto.
3007         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
3009         * elf/sprof.c: Avoid warning about multi-line comment.
3011 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
3013         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
3014         DST name.
3015         * time/tst-posixtz.c: Add tests for quoted timezone names.
3017 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
3019         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
3020         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
3021         200809L instead of 200112L.
3022         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
3023         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
3025         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
3026         instead of __quick_exit_funcs to __run_exit_handlers.
3027         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
3028         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
3029         (__cxa_at_quick_exit): Remove attribute_hidden.
3030         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
3031         to __run_exit_handlers.
3032         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
3033         attribute_hidden.
3035 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
3037         * po/id.po: Update from translation team.
3039 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
3041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
3042         .machine push; .machine "power6" and .machine pop around mtfsf
3043         insns outside of _ARCH_PWR6 define.
3044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
3046         Likewise.
3047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
3048         Likewise.
3049         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
3050         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
3051         relax_fenv_state): Likewise.
3053 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
3055         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
3056         cxa_at_quick_exit.
3057         (static-only-routines): Add at_quick_exit.
3058         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
3059         GLIBC_2.10.
3060         * stdlib/quick_exit.c: New file.
3061         * stdlib/at_quick_exit.c: New file.
3062         * stdlib/cxa_at_quick_exit.c: New file.
3063         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
3064         it appropriately.
3065         (__internal_atexit): New function.
3066         (__new_exitfn): Now takes parameter to point to the list to use.
3067         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
3068         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
3069         (exit): ...here.  Just call __run_exit_handlers appropriately.
3070         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
3071         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
3072         * stdlib/on_exit.c: Adjust call to __new_exitfn.
3073         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
3075         * po/id.po: Update from translation team.
3077 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
3079         * po/ru.po: Update from translation team.
3081 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
3083         * po/nl.po: Update from translation team.
3085 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
3087         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
3088         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3089         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3090         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
3091         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3092         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3093         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3095         * po/pl.po: Update from translation team.
3097 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
3099         [BZ #7083]
3100         * sysdeps/unix/sysv/linux/fallocate.c: New file.
3101         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
3102         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
3103         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
3104         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
3105         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
3106         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
3107         for GLIBC_2.10.
3108         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
3109         Add fallocate and fallocate64.
3111         * io/fcntl.h: Pretty printing.
3113 2009-03-02  Richard Guenther  <rguenther@suse.de>
3115         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
3116         attribute also for non-C99 inline semantics variant.
3118 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
3120         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
3121         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
3122         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
3123         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
3124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
3125         Likewise.
3126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
3127         Likewise.
3129 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
3131         * po/cs.po: Update from translation team.
3133 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
3135         * po/bg.po: Update from translation team.
3136         * po/sv.po: Likewise.
3137         * po/fi.po: Likewise.
3138         * po/vi.po: Likewise.
3140 2009-02-27  Roland McGrath  <roland@redhat.com>
3142         * Makeconfig (%.v.i): Depend on Makeconfig.
3143         Exclude % lines from initial #-comment removal.
3145 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
3147         * po/ko.po: Update from translation team.
3149 2009-02-26  Roland McGrath  <roland@redhat.com>
3151         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
3152         avoids unused warning.
3154 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
3155             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
3157         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
3158         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
3159         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
3160         and asm/user.h.  Include asm/ptrace.h.
3161         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
3162         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
3163         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
3164         Undefine.
3165         (start_thread): Don't undefine.
3166         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
3167         Define.
3169 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
3171         * wctype/wctype.h: The *_l functions are in POSIX 2008.
3172         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
3173         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
3174         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
3175         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
3176         200112L to 200809L.
3177         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
3178         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
3179         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
3180         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
3181         _SC_THREAD_ROBUST_PRIO_PROTECT.
3182         * posix/unistd.h: fexecve is in POSIX 2008.
3183         * time/time.h: strftime_l is in POSIX 2008.
3184         * io/sys/stat.h: futimens is in POSIX 2008.
3185         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
3186         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
3187         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
3188         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
3189         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
3190         open_memstream, and vdprintf are in POSIX 2008.
3192 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
3194         * include/features.h: Define macros for XPG7/POSIX 2008.
3195         * ctype/ctype.h: The *_l functions are in POSIX 2008.
3196         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
3197         POSIX 2008.
3198         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
3199         * locale/xlocale.h: Define locale_t type.
3200         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
3201         in POSIX 2008.  Don't define locale_t here.
3202         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
3203         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
3204         UTIME_OMIT only with __USE_ATFILE.
3205         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
3206         * stdio-common/psiginfo.c: New file.
3207         * stdio-common/psiginfo-data.h: New file.
3208         * stdio-common/psiginfo-define.h: New file.
3209         * stdio-common/Makefile (routines): Add psiginfo.
3210         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
3211         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
3212         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
3213         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
3214         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
3215         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
3216         * io/sys/stat.h: Move mknodat definition into same conditional as
3217         mknod.
3218         * time/sys/time.h: futimesat is not among the functions accepted
3219         into the POSIX standard.
3221         * include/features.h: If no feature selection given and we select
3222         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
3223         * posix/Versions: Export __posix_getopt.
3224         * posix/getopt.c (_getopt_initialize): Take additional parameter.
3225         Use it to alternatively initialize __posixly_correct.
3226         (_getopt_internal_r): Take addition parameter.  Pass on to
3227         _getopt_initialize.
3228         (_getopt_internal): Take addition parameter.  Pass on to
3229         _getopt_internal_r.
3230         (getopt): Pass additional zero to _getopt_internal.
3231         (__posix_getopt): New function.
3232         * posix/getopt.h: Add redirection for getopt.
3233         * posix/getopt1.c (getopt_long): Pass additional zero to
3234         _getopt_internal.
3235         (getopt_long_only): Likewise.
3236         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
3237         (_getopt_long_only_r): Likewise.
3238         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
3239         _getopt_internal_r.
3241 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
3243         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
3244         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
3245         * sysdeps/posix/sysconf.c (__sysconf): Handle
3246         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
3247         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
3249 2009-02-24  Roland McGrath  <roland@redhat.com>
3251         [BZ #9895]
3252         * README.template: Reworded not to use substituted version number.
3253         Renamed to ...
3254         * README: ... here (no longer generated).
3255         * Makefile (README): Target removed.
3257 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
3259         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
3260         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
3261         instead.
3263         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
3265         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
3267 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
3269         * po/bg.po: Update from translation team.
3271 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
3273         * stdlib/monetary.h: Uglify function parameter names.
3274         * sunrpc/rpc/pmap_clnt.h: Likewise.
3275         * sunrpc/rpc/svc.h: Likewise.
3276         * sunrpc/rpc/xdr.h: Likewise.
3277         * sunrpc/rpc/clnt.h: Likewise.
3278         * resolv/netdb.h: Likewise.
3279         * resolv/arpa/nameser.h: Likewise.
3280         * resolv/resolv.h: Likewise.
3281         * argp/argp.h: Likewise.
3282         * locale/langinfo.h: Likewise.
3283         * io/sys/stat.h: Likewise.
3284         * posix/spawn.h: Likewise.
3285         * nis/rpcsvc/nislib.h: Likewise.
3286         * malloc/obstack.h: Likewise.
3287         * sysdeps/ia64/bits/link.h: Likewise.
3288         * sysdeps/i386/bits/link.h: Likewise.
3289         * sysdeps/s390/bits/link.h: Likewise.
3290         * sysdeps/powerpc/bits/link.h: Likewise.
3291         * sysdeps/x86_64/bits/link.h: Likewise.
3292         * sysdeps/sparc/bits/link.h: Likewise.
3293         * sysdeps/sh/bits/link.h: Likewise.
3294         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
3295         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
3296         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
3297         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3299 2008-12-01  Fredrik Unger  <fred@tree.se>
3301         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
3302         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
3303         _FP_UNPACK_RAW_2, fix up first argument.
3305 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
3307         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
3308         (GET_NPROCS_PARSER): Change parameters and use next_line.
3309         (__get_nprocs): Rewrite to not use stdio routines.
3310         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
3311         Change parameters and use next_line.
3313 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
3315         [BZ #5381]
3316         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
3317         Change mempool_alloc prototype.
3318         * nscd/mem.c (gc): Don't handle mem_in_flight.
3319         (mempool_alloc): Third parameter now only indicates whether this is the
3320         first call (to allocate data) or not.  If it is, get db rdlock.
3321         Release it on error.  Don't handle mem_in_flight.
3322         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
3323         Adjust third parameter of mempool_alloc calls.
3324         Nothing to do here in case mempool_alloc fails.
3325         Avoid local variable shadowing parameter.  No need to get db rdlock
3326         before calling cache_add.
3327         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
3328         no mem_in_flight array anymore.
3329         * nscd/connections.c: Remove definition and handling of mem_in_flight.
3330         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
3331         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
3332         in case mempool_alloc fails. No need to get db rdlock before calling
3333         cache_add.
3334         * nscd/hstcache.c (cache_addhst): Likewise.
3335         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3336         * nscd/servicescache.c (cache_addserv): Likewise.
3337         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
3339 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
3341         * po/lt.po: Update from translation team.
3343 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
3345         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
3346         defined, allow additional data to be added using the optional
3347         MORE_ELF_HEADER_DATA macro.
3348         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
3349         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
3351 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
3353         * include/atomic.h: Define catomic_and if not already defined.
3354         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
3355         * sysdeps/i386/i486/bits/atomic.h: Likewise.
3357 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
3359         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
3360         Change all callers.
3361         (_int_realloc): Likewise.  Third argument is now padded size
3362         All _int_* functions are now static.
3364         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
3365         * malloc/arena.c: Likewise.
3366         * include/malloc.h: Remove now unnecessary declarations of the _int_*
3367         functions.
3369         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
3370         easily.
3372         * malloc/malloc.c: Add branch prediction for use of the hooks.
3374         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
3376 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
3378         [BZ #7095]
3379         * bits/confname.h: Add SUSv7 macros for getconf environments.
3380         * bits/environments.h: Likewise.
3381         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
3382         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
3383         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
3384         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
3385         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
3386         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
3387         * posix/getconf.c: Likewise.
3388         * posix/sysconf.c: Likewise.
3389         * sysdeps/posix/sysconf.c: Likewise.
3390         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
3391         environments.
3393 2009-01-16  Petr Baudis  <pasky@suse.cz>
3395         [BZ #9753]
3396         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
3397         even if we currently have zero nscount.
3399 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
3401         [BZ #9781]
3402         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
3403         the input line is too long.
3405         * po/Makefile (libc.pot): Add f_print as function taking c-format
3406         parameter.
3408         * debug/xtrace.sh: Unify translatable messages.
3409         * elf/ldd.bash.in: Likewise.
3410         * elf/sprof.c: Likewise.
3411         * locale/programs/locale.c: Likewise.
3412         * malloc/memusage.sh: Likewise.
3413         * nss/getent.c: Likewise.
3415 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
3417         * debug/pcprofiledump.c (print_version,
3418         argp_program_version_hook): New function.
3419         * elf/ldconfig.c (more_help): New function.
3420         (argp): Use it.
3421         * elf/sln.c (usage): New function.
3422         (main): Support --help and --version.
3423         * malloc/memusagestat.c (print_version): New function.
3424         (argp_program_version_hook): New variable.
3425         * nscd/nscd.c (more_help): New function.
3426         (argp): Use it.
3427         * posix/getconf.c (main): Send --version output to stdout.
3428         Support --help.
3429         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
3430         arguments.  All callers changed.
3431         (print_version): New function.
3432         (parseargs): Support --help and --version.
3433         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
3434         changed.
3435         (print_version): New function.
3436         (main): Use getopt_long.  Support --help and --version.
3437         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
3438         --version.
3440 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
3442         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
3443         (update_data): Fix handling of wrapping back
3444         to the beginning of the buffer.
3446         [BZ #9823]
3447         * stdio-common/psignal.c (psignal): Fix test for empty string.
3449 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
3451         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
3452         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
3453         move _null_auth to .rodata.
3455         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
3456         value of 24.
3458         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
3460         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
3461         today than when the original code was written.  Use larger
3462         buffers.  This also makes it unnecessary to have stat information,
3463         if this causes extra efforts.
3464         (__opendir): In case O_DIRECTORY works, don't call fstat just for
3465         __alloc_dir.
3467 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
3469         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
3470         is set.
3471         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
3472         * sysdeps/sh/sh4/__longjmp.S: Likewise.
3473         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
3474         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
3475         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
3476         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
3478 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
3480         * po/ru.po: Update from translation team.
3482 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
3484         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
3485         Add _tid slot to maintain consistency with kernel.
3487 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
3489         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
3490         incomplete characters at end of input buffer.
3491         * libio/Makefile (tests): Add tst-fgetwc.
3492         * libio/tst-fgetwc.c: New file.
3493         * libio/tst-fgetwc.input: New file.
3495 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
3497         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
3499 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
3501         [BZ #9793]
3502         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
3503         *OUTBUFSTART unless the whole output fit into the buffer.
3504         * iconv/Makefile (tests): Add tst-iconv4.
3505         * iconv/tst-iconv4.c: New file.
3507 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
3509         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
3510         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3512 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
3514         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
3515         newer linker scripts.
3517 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
3519         [BZ #7040]
3520         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
3521         inotify_rm_watch should have type int.
3523 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
3525         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
3526         Make aligned_restore_vmx a local symbol.
3527         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
3528         Likewise.
3530 2009-01-30  Andreas Jaeger  <aj@suse.de>
3532         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
3533         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
3534         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
3535         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
3536         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
3537         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
3538         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
3540 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
3542         [BZ #9726]
3543         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
3544         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
3546 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
3548         [BZ #9726]
3549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
3550         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
3551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
3552         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
3554 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
3556         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
3557         memcpy instead of memcmp.
3558         (_dl_setup_pointer_guard): Likewise.
3560 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
3562         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
3563         manipulated brk, use malloc_printerr.
3564         * misc/sbrk.c (__sbrk): Better error handling for nonsense
3565         requests.
3567 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
3569         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
3570         rindex): For C++ add inlines so that they can be recognized as
3571         builtins.
3572         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
3574 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
3575             Jakub Jelinek  <jakub@redhat.com>
3577         * string/string.h: Define correct C++ prototypes for gcc 4.4.
3578         * wcsmbs/wchar.h: Likewise.
3580 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
3582         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
3583         (stackinfo_sub_sp): Define.
3585 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
3587         [BZ #9750]
3588         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
3589         * include/alloca.h (alloca_account): Define.
3590         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
3591         (stackinfo_sub_sp): Define.
3593         * nscd/connections.c (nscd_init): If database file access fails
3594         check whether this is due to permission problems and bail in that
3595         case.
3597         [BZ #9741]
3598         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
3599         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
3601 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3603         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
3604         Add "t" to clobber list.
3605         (INTERNAL_SYSCALL_NCS): Likewise.
3607 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
3609         * nss/getent.c (print_networks): Don't print comma between aliases.
3611 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
3613         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
3615         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
3616         the hash table.
3617         * misc/Makefile (tests): Add bug-hsearch1.
3618         * misc/bug-hsearch1.c: New file.
3620 2009-01-22  Roland McGrath  <roland@redhat.com>
3622         * Makeconfig (%.v.i): Strip trailing # comments,
3623         not only whole-line comments.
3625 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
3627         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
3628         one parameter.  If non-NULL use it to initialize return value.
3629         (_dl_setup_pointer_guard): New function.
3630         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3631         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
3632         * elf/rtld.c (security_init): Pass _dl_random to
3633         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
3634         pointer_chk_guard.
3635         * elf/dl-sysdep.c (_dl_random): New variable.
3636         (_dl_sysdep_start): Handle AT_RANDOM.
3637         (_dl_show_auxv): Likewise.
3638         * elf/dl-support.c (_dl_random): New variable.
3639         (_dl_aux_init): Handle AT_RANDOM.
3640         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
3641         to _dl_setup_stack_chk_guard.
3643         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
3645 2009-01-10  Roland McGrath  <roland@redhat.com>
3647         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
3649 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
3651         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
3653         [BZ #9706]
3654         * nss/nss_files/files-parse.c (strtou32): New function.
3655         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
3656         across 32-bit and 64-bit platforms.
3657         (INT_FIELD_MAYBE_NULL): Likewise.
3659 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
3661         [BZ #9720]
3662         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
3663         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
3664         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
3665         Likewise.
3667 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
3669         [BZ #697]
3670         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
3671         being NULL also if there are no backreferences.
3672         * posix/rxspencer/tests: Add testcases.
3674 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
3676         [BZ #9697]
3677         * posix/bug-regex17.c: Add testcases.
3678         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
3679         handling.
3681 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3683         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
3684         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
3685         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
3686         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
3687         for elf subdir.
3688         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
3689         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
3690         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
3691         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
3692         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3693         * sysdeps/unix/sysv/linux/s390/Versions: New file.
3695 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
3697         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
3698         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
3699         re_string_skip_chars, re_string_reconstruct): Likewise.
3700         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
3702 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
3704         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
3705         adjust the buffer alignment.
3707 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3709         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
3710         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
3711         net/route.h.
3713         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
3714         flavor to description only when flavor is not NULL.
3716         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
3717         mutex after SIGIO/SIGURG lookup loop.
3719 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3721         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
3723 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
3725         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
3726         handling.
3728 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
3730         * sysdeps/unix/sysv/linux/kernel-features.h
3731         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
3733         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
3734         if no output is written.
3736         * version.h: Bump to 2.10 development.
3738         * posix/getconf.c: Update copyright year.
3739         * nss/getent.c: Likewise.
3740         * iconv/iconvconfig.c: Likewise.
3741         * iconv/iconv_prog.c: Likewise.
3742         * elf/ldconfig.c: Likewise.
3743         * catgets/gencat.c: Likewise.
3744         * csu/version.c: Likewise.
3745         * elf/ldd.bash.in: Likewise.
3746         * elf/sprof.c (print_version): Likewise.
3747         * locale/programs/locale.c: Likewise.
3748         * locale/programs/localedef.c: Likewise.
3749         * nscd/nscd.c (print_version): Likewise.
3750         * debug/xtrace.sh: Likewise.
3751         * malloc/memusage.sh: Likewise.
3752         * malloc/mtrace.pl: Likewise.
3753         * debug/catchsegv.sh: Likewise.
3755 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
3757         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
3758         script.
3760 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
3762         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
3763         gethostbyname4_r function call succeeded, just leave the loop.
3765         [BZ #9694]
3766         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
3767         very end.
3768         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
3769         * wctype/Makefile (tests): Add bug-wctypeh.
3770         * wctype/bug-wctypeh.c: New file.
3772         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
3773         LOCALDOMAIN is defined.
3774         * nscd/nscd_getai.c (__nscd_getai): Likewise.
3776         * sysdeps/x86_64/bits/select.h: New file.
3778         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
3780 2008-12-21  Bruno Haible  <bruno@clisp.org>
3782         [BZ #9677]
3783         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
3784         if no output is written.
3786 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
3788         * login/utmp_file.c (pututline_file): Replace call to dup2 with
3789         libc internal symbol __dup2 to avoid access through the PLT.
3791 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
3793         [BZ #6545]
3794         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
3795         available only for __USE_GNU.
3797         * inet/Makefile (tests): Add tst-getni2.
3798         * inet/tst-getni2.c: New file.
3800         [BZ #7080]
3801         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
3802         NULL when NI_NAMEREQD is set.
3803         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
3804         * inet/Makefile (tests): Add tst-getni1.
3805         * inet/tst-getni1.c: New file.
3807 2008-12-03  Petr Baudis  <pasky@suse.cz>
3809         [BZ #7067]
3810         * nscd/connections.c (invalidate_cache): Use prune_run_lock
3811         instead of prune_lock.
3812         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
3813         * nscd/nscd.h (database_dyn): Add prune_run_cache.
3815 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
3817         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
3818         use.
3820         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
3821         handling.
3823         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
3824         after reading name server list.
3826         [BZ #7058]
3827         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
3828         handling for host name aliases.
3830 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
3832         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
3833         instead of doing things manually.
3835 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
3837         * posix/regex_internal.h (build_wcs_upper_buffer):
3838         Return type is reg_error_t.
3840 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
3842         * posix/globtest.sh: Use mktemp to create temporary file and
3843         directory.
3845         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
3846         sets correctly.
3847         (__CPU_CLR_S): Likewise.
3848         (__CPU_ISSET_S): Likewise.
3850 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
3851             Ulrich Drepper  <drepper@redhat.com>
3853         * scripts/firstversion.awk: Use custom comparison function to compare
3854         version numbers.
3855         * scripts/versions.awk: Use sort invocation which can handle
3856         multi-digit sub-version numbers.
3858 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
3860         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
3861         * locale/iso-639.def: Add Chhattisgarhi entry.
3863 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
3865         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
3866         ESRCH return value.
3867         (_nss_dns_gethostbyname4_r): Likewise.
3868         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
3869         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
3870         gethostbyname4_r, we don't have a separate IPv6 status, so copy
3871         the no_data variable.
3873         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
3874         information at the correct index.
3876         * socket/sys/socket.h: Declare accept4.
3877         * socket/accept4.c: New file.
3878         * sysdeps/unix/sysv/linux/accept4.c: New file.
3879         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
3880         * socket/Makefile (routines): Add accept4.
3881         * socket/Versions: Export accept4 with version GLIBC_2.10.
3882         * socket/paccept.c: Removed.
3883         * sysdeps/unix/sysv/linux/paccept.c: Removed.
3884         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
3885         * Versions.def: Define GLIBC_2.10 for libc.
3886         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
3888         * nscd/connections.c: Use accept4.
3890         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
3892 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
3894         * resolv/res_send.c (send_dg): Create sockets with non-blocking
3895         flag already set.
3897         * stdlib/setenv.c (unsetenv): Don't search environment if it does
3898         not exist.
3899         * stdlib/Makefile (tests): Add tst-unsetenv1.
3900         * stdlib/tst-unsetenv1.c: New file.
3902 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
3904         * login/utmp_file.c (file_writable): New variable.
3905         (setutent_file): Don't try to open file for writing.
3906         (pututline_file): Before writing, make descriptor writable if
3907         necessary.
3909 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
3911         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
3912         to IPv4 or IPv6 if an interface has been found.
3914 2008-11-26  Roland McGrath  <roland@redhat.com>
3916         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
3917         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
3919         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
3920         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
3921         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
3923         * elf/elf.h (NT_386_IOPERM): New macro.
3924         (NT_PPC_VSX): New macro.
3926 2008-11-25  Roland McGrath  <roland@redhat.com>
3928         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
3929         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
3930         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
3931         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
3932         Subdirectories moved to ports repository.
3933         * configure.in (base_machine): Remove alpha case.
3935 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
3937         * sysdeps/mach/strerror_l.c: New file.
3939 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
3941         [BZ #6411]
3942         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
3943         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
3944         magic numbers.
3945         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
3946         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
3947         (relax_fenv_state): Same as above.
3948         (FPSCR_29): Reserve bit in ISA 2.05.
3949         (FPSCR_NI): Provide define for compat.
3950         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
3951         magic numbers.
3952         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
3953         magic numbers.
3954         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
3955         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
3956         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
3957         access to hwcap to account for hwcap size increase to uint64_t.
3958         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
3959         Likewise.
3960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
3961         (*setcontext): Likewise.
3962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
3963         New file.
3964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
3965         New file.
3966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
3967         (*setcontext): dynamically select mtfsf insn based on
3968         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
3969         increase to uint64_t.
3970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
3971         (*swapcontext): dynamically select mtfsf insn based on
3972         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
3973         increase to uint64_t.
3974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
3975         New file.
3976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
3977         New file.
3978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
3979         (*setcontext): dynamically select mtfsf insn based on
3980         PPC_FEATURE_HAS_DFP.
3981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
3982         (*swapcontext): dynamically select mtfsf insn based on
3983         PPC_FEATURE_HAS_DFP.
3985 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
3987         * version.h: Bump for 2.9 release.
3988         * include/features.h (__GLIBC_MINOR__): Bump to 9.
3990         [BZ #7029]
3991         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
3992         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
3993         all the rounding.
3995 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
3997         [BZ #7009]
3998         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
3999         unknown request types for now.
4001 2008-11-11  Roland McGrath  <roland@redhat.com>
4003         * sysdeps/x86_64/configure: New file.
4005         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
4006         * configure: Regenerated.
4008 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4010         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
4011         correct instruction to remove the stack frame.
4013 2008-11-03  Michael Matz  <matz@suse.de>
4015         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
4016         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
4018 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
4020         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
4021         Remove.
4023         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
4024         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
4025         of the thread variable instead of void *.
4026         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
4027         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
4028         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
4029         __libc_tsd_define arguments.
4030         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
4031         __libc_tsd_address arguments.  Remove union hack.
4032         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
4033         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
4034         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
4035         Adjust __libc_tsd_{set,get} arguments.
4036         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
4037         __libc_tsd_define arguments.
4038         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
4039         arguments.
4040         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
4041         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
4042         (LOCALE): Adjust __libc_tsd_define arguments.
4043         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
4044         arguments.
4045         (LOCALE): Adjust __libc_tsd_define arguments.
4046         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
4047         arguments.
4048         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
4049         arguments.
4051 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
4053         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
4054         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
4056 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
4058         [BZ #6966]
4059         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
4061 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
4062             Ulrich Drepper  <drepper@redhat.com>
4064         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
4065         definition for GCC 3.1 and later.
4067 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
4069         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
4070         refetch dtv, as it might have changed.
4071         * elf/Makefile: Add rules to build and run tst-tls18.
4072         * elf/tst-tls18.c: New test.
4073         * elf/tst-tlsmod18a.c: New file.
4075 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
4077         [BZ #6875]
4078         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
4080 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
4082         [BZ #6867]
4083         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
4085         [BZ #6919]
4086         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
4087         Fix length of copy operation.
4089 2008-10-02  Pierre Habouzit <madcoder@debian.org>
4091         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
4092         and fix its calling convention.
4094 2008-10-07  Andreas Schwab  <schwab@suse.de>
4096         [BZ #6942]
4097         * resolv/res_send.c (send_vc): Fix last change.
4098         (send_dg): Align here as well.
4100 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
4102         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
4103         return value in case rlimit is RLIM_INFINITY.
4105         [BZ #6947]
4106         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
4107         for UL_SETFSIZE.
4108         * resource/Makefile (tests): Add bug-ulimit1.
4109         * resource/bug-ulimit1.c: New file.
4111         [BZ #6974]
4112         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
4113         without dot.  Properly terminate the string with a null byte.
4114         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
4116         [BZ #6980]
4117         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
4118         negative sizees.
4119         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
4120         negative __size.
4122         [BZ #6995]
4123         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
4125 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
4127         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
4128         abort if there is no initgroups_dyn function.
4130         * resolv/res_send.c (send_dg): On timeout, only return nonzero
4131         result if any of the queries really provided an answer.
4133 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
4135         * po/lt.po: Update from translation team.
4137 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
4139         * po/id.po: Update from translation team.
4141 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
4143         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
4144         Fix tests for existence of second reply.
4146 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
4148         * po/id.po: New file.
4149         Contributed by the Indonesian translation team.
4151 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
4153         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
4154         initialization.
4156 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
4158         * elf/Makefile: Add rules to build and run tst-tls17.
4159         * elf/tst-tls17.c: New test.
4160         * elf/tst-tlsmod17a.c: New file.
4161         * elf/tst-tlsmod17b.c: Likewise.
4163 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
4165         * stdlib/divmod_1.c: Use correct type for dummy variable.
4166         * stdlib/mod_1.c: Likewise.
4168 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
4170         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
4172 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
4174         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
4175         __nonnull order for C++.
4176         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
4177         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
4179 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
4181         * stdlib/longlong.h: Update from GCC.
4183 2008-10-09  Jakub Jelinek <jakub@redhat.com>
4184             David S. Miller  <davem@davemloft.net>
4186         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
4187         make sure any registers used with 64-bit 'branch-on-register'
4188         instructions have their top 32-bits clear.
4189         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
4190         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
4192 2008-09-18  Andreas Schwab  <schwab@suse.de>
4194         [BZ #6942]
4195         * resolv/res_send.c (send_vc): Fix use of unaligned address.
4196         Properly handle partial reads.
4198 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
4200         * elf/elf.h (STO_MIPS_PLT): New.
4201         (R_MIPS_COPY): New.
4202         (R_MIPS_JUMP_SLOT): New.
4203         (R_MIPS_NUM): Redefine to 128.
4204         (DT_MIPS_PLTGOT): New.
4205         (DT_MIPS_RWPLT): New.
4206         (DT_MIPS_NUM): Redefine to 0x35.
4208 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
4210         * timezone/africa: Update from tzdata2008f.
4211         * timezone/asia: Likewise.
4212         * timezone/australasia: Likewise.
4213         * timezone/europe: Likewise.
4214         * timezone/leapseconds: Likewise.
4215         * timezone/northamerica: Likewise.
4216         * timezone/southamerica: Likewise.
4217         * timezone/zone.tab: Likewise.
4219 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
4221         * nscd/connections.c: Disable use of paccept for now.
4223 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
4225         * socket/Versions: Remove paccept export for GLIBC_2.9.
4226         * socket/Makefile (routines): Remove paccept.
4227         * socket/sys/socket.h: Remove paccept declaration.
4229         * po/sv.po: Update from translation team.
4231 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
4233         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
4234         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
4236 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
4238         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
4239         Patch by Olivier Fourdan <ofourdan@redhat.com>.
4241 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
4243         * sunrpc/rpc/svc.h: Declare svcfd_create.
4244         Patch by Michael Solberg <msolberg@redhat.com>.
4246 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
4247             Ulrich Drepper  <drepper@redhat.com>
4249         * malloc/malloc.c (public_vALLOc): Try other arenas in case
4250         _int_valloc fails.
4251         (public_pVALLOc): Likewise.
4253 2008-09-02  Andreas Jaeger  <aj@suse.de>
4255         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
4256         commit.
4258 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
4260         [BZ #6860]
4261         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
4263 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
4265         * Makefile (check-data): Check data directory in add-ons.
4266         * elf/Makefile (check-data): Likewise.
4268 2008-08-18  Roland McGrath  <roland@redhat.com>
4270         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
4271         * configure: Regenerated.
4272         * config.make.in (cflags-cpu): New substituted variable.
4273         (with-cpu): Variable removed.
4274         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
4276 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
4278         [BZ #6845]
4279         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
4280         __signbitl definition and __LONG_DOUBLE_128__ guard from:
4281         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
4282         redundant.  Functions which call floating point assembler operations
4283         should go into a sysdeps powerpc/fpu directory.
4285 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
4287         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
4288         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
4290 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
4292         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
4294         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
4295         change related to AT_EXECFN.  We cannot use that string.
4296         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
4297         _dl_execfn member.
4298         * elf/dl-support.c: Remove _dl_execfn variable.
4299         (_dl_aux_init): Remove handling of AT_EXECFN.
4300         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
4301         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
4303 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
4305         [BZ #6544]
4306         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
4307         byte gets added to writes and seeks from the end use the length of
4308         the buffer and not the currently terminating NUL byte.
4310         [BZ #6634]
4311         * login/utmp_file.c (getutent_r_file): Take additional parameter.
4312         Set to true if locking failed.
4313         (getutid_r_file): Adjust caller.
4314         (pututline_file): Likewise.  Return NULL in this case.
4315         Patch mostly by halesh.s@gmail.com.
4317 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
4319         [BZ #6589]
4320         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
4321         Define.
4322         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
4324 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
4326         [BZ #6839]
4327         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
4328         macro since it is now available in elf/dynamic-link.h.
4330 2008-08-12  Roland McGrath  <roland@frob.com>
4332         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
4333         in case used outside of libc.
4334         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
4336 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
4338         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
4339         directly instead of going through dn_comp.
4341 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
4343         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
4344         Fix asm constraints.
4346 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
4348         [BZ #6790]
4349         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
4350         (IPV6_PMTUDISC_PROBE): Likewise.
4352 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
4354         [BZ #6791]
4355         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
4357 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
4358             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
4360         [BZ #6817]
4361         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
4362         Added the members 'vsx' and 'arch_2_06'.
4363         (_dl_powerpc_platforms): Add the member 'power7'.
4364         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
4365         to reflect the changes required by VSX and ISA 2.06.
4366         Modify _DL_PLATFORMS_COUNT to reflect the addition of
4367         'power7'.
4368         Defined PPC_PLATFORM_POWER7.
4369         (_dl_string_platform): Add support for POWER7.
4370         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
4371         capability and ISA 2.06.
4373 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
4375         [BZ #6824]
4376         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
4377         macro to detect use of 128 bit long double.
4378         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
4380 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
4382         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
4384         [BZ #5794]
4385         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
4386         parameters.
4387         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
4388         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
4390 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
4392         * nscd/connections.c (main_loop_poll): Pass a buffer which is
4393         guaranteed to be large enough to read inotify event.  Ignore
4394         EAGAIN error.  Better error message.  Add branch predicition.
4395         (main_loop_epoll): Likewise.
4397 2008-08-02  Roland McGrath  <roland@frob.com>
4399         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
4400         Add memory clobbers.
4402 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
4404         * manual/arith.texi: Avoid @strong{Note:}.
4405         * manual/creature.texi: Likewise.
4406         * manual/filesys.texi: Likewise.
4407         * manual/math.texi: Likewise.
4408         * manual/memory.texi: Likewise.
4409         * manual/resource.texi: Likewise.
4410         * manual/syslog.texi: Likewise.
4411         * manual/time.texi: Likewise.
4413         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
4414         to prevent warning.
4416 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
4418         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
4419         new epoll_create1 interface.
4420         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
4421         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
4422         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
4424         * include/arpa/nameser.h (NS_GET16): Use const pointer.
4425         (NS_GET32): Likewise.
4427         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
4428         syscalls, too.
4430         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
4431         use the AT_EXECFN value if it is no absolute path.
4432         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
4433         __ASSUME_AT_EXECFN.
4435         * Versions.def: Add GLIBC_2.9 to libresolv.
4436         * include/resolv.h: Remove hidden proto declarations for __ns_*
4437         functions.  Add them for __dn_count_labels and __p_secstodate.
4438         * include/arpa/nameser.h: Add a number of hidden proto declarations.
4439         Define ns_msg_getflags macro here.
4440         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
4441         and __p_secstodate.
4442         * resolv/Versions: Export functions from <arpa/nameser.h> from
4443         libresolv in version GLIBC_2.9.
4444         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
4445         hidden definitions.
4446         * resolv/ns_netint.c: Likewise.
4447         * resolv/ns_parse.c: Likewise.
4448         * resolv/ns_print.c: Likewise.
4449         * resolv/ns_samedomain.c: Likewise.
4450         * resolv/ns_ttl.c: Likewise.
4451         * resolv/arpa/nameser_compat.h: Likewise.
4452         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
4453         function calls.
4454         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
4455         instead of ns_get16.
4456         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
4457         __ns_get32 instead of ns_get16 and ns_get32 respectively.
4458         (gaih_getanswer_slice): Likewise.
4459         * resolv/Makefile (libresolv-routines): Add ns_date.
4460         * resolv/ns_date.c: New file.
4462         * elf/Makefile (check-localplt.out): Also check libresolv and
4463         libcrypt.
4465 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
4467         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4468         __ASSUME_O_CLOEXEC.
4470 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
4472         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
4473         buffer passed to NSS functions.
4475         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
4477         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
4478         Define.
4480         * misc/syslog.c (openlog_internal): Fix compile problem.
4482 2008-07-28  Roland McGrath  <roland@redhat.com>
4484         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
4486 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
4488         * io/ftw.c (add_object): Remove inline to avoid warning.
4490         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
4492         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
4493         Use it instead of locally defined resplen2 variable.
4494         (res_nsend): Adjust for __libc_res_nsend interface change.
4495         (send_vc): Initialize *resplen2 if necessary.  Read length of
4496         package into an appropriately aligned variable.  Store converted length
4497         in new variable and use it appropriately.
4498         Add branch prediction help.
4499         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
4500         and pass it on to __libc_res_nsend.  Adjust all callers.
4501         (__libc_res_nsearch): Likewise.
4502         (__libc_res_nqeurydomain): Likewise.
4503         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
4504         change.
4505         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
4506         Define resplen2 variable and pass it to __libc_res_nsearch and then
4507         to gaih_getanswer.
4508         (getanswer_r): In case of incorrect DNS data don't overread buffer.
4509         Add branch prediction.
4510         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
4511         (gaih_getanswer): Don't decode second slice if first one failed due
4512         to a too small buffer.  Don't let not found status of second
4513         decoder shadow results of the first.
4514         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
4515         and __libc_res_nquery interface changes
4516         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
4517         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
4518         __libc_res_nsearch, and __libc_res_nsend.
4519         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
4520         change.
4521         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
4522         __libc_res_nsearch interface changes.
4524 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
4526         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
4528         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
4529         file descriptors with close-on-exec set.
4530         (exec_comm_child): Fix the case where the write end of the pipe is
4531         STDOUT_FILENO already.  In case it is, clear close-on-exec.
4533         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
4534         * io/pipe2.c: Likewise.
4535         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
4536         instead of __ASSUME_PACCEPT.
4537         * include/unistd.h: Declare __have_pipe2.
4538         * libio/iopopen.c: Implement "e" flag.
4539         * libio/Makefile (tests): Add tst-popen1.
4540         * libio/tst-popen1.c: New file.
4542         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
4543         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
4545 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
4547         [BZ #6771]
4548         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
4549         success call of _IO_SEEKOFF or calls which failed because the
4550         descriptor is for a pipe.
4552         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
4553         magic number.
4555         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
4557         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
4558         F_SETFD use if we know fopen set the flag.
4560         * login/utmp_file.c (setutent_file): Minor optimization in case
4561         O_CLOEXEC is available.
4563 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
4565         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
4566         * elf/Makefile: Use pie-ccflag variable.
4567         * nscd/Makefile: Likewise.
4568         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
4570 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
4572         [BZ #6724]
4573         * Versions.def: Add GLIBC_2.9 version tag for libutil.
4574         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
4575         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
4576         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
4577         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
4578         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
4579         utmp32, utmpx32 and login32.
4580         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
4581         versions of struct utmp functions to libc and libutil.
4582         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
4583         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
4584         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
4585         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
4586         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
4587         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
4588         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
4589         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
4590         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
4591         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
4592         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
4593         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
4594         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
4595         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
4596         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
4597         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
4598         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
4599         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
4600         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
4601         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
4602         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
4603         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
4605 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
4607         * scripts/gen-as-const.awk: Generate more widely usable code by
4608         using 64-bit arithmetic.
4610         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
4611         the same treatment as narrow output code in last patch.
4613         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
4615         [BZ #6763]
4616         * elf/dl-load.c (local_strdup): Remove inline.
4617         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
4618         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
4619         part of the object.
4621         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
4623 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
4625         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
4626         the new syscalls, too.
4628         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
4629         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
4631         [BZ #6698]
4632         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
4633         parameter for end of buffer.  If temporary copy is too large use
4634         malloc.
4635         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
4636         interface change.
4637         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
4638         string rewrite when allocating buffer.
4640         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
4641         syscalls, too.
4643         * nscd/connections.c (nscd_init): Clean up fcntl call.
4645         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
4646         SOCK_NONBLOCK if possible.
4648         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
4649         SOCK_CLOEXEC if available.
4651         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
4652         __libc_clntudp_bufcreate_internal.
4653         * include/sys/socket.h: Declare __have_sock_cloexec.
4654         * socket/Makefile (aux): Add have_sock_cloexec.
4655         * socket/have_sock_cloexec.c: New file.
4656         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
4657         __libc_clntudp_bufcreate.
4658         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
4659         which takes an additional parameter.  Create socket with non-blocking
4660         mode and close-on-exec flag set, if wanted.
4661         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
4662         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
4663         instead of clntudp_create.  The socket has already the close-on-exec
4664         flag set if SOCK_CLOEXEC is defined.
4666 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
4668         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4669         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
4670         appropriate.
4671         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
4672         non-blocking mode by using socket, paccept, and inotify_init1.
4674         * Versions.def (glibc): Add GLIBC_2.9.
4675         * io/Makefile (routines): Add dup3 and pipe2.
4676         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
4677         * io/dup3.c: New file.
4678         * io/pipe2.c: New file.
4679         * posix/unistd.h: Declare dup3 and pipe2.
4680         * socket/Makefile (routines): Add paccept.
4681         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
4682         * socket/paccept.c: New file.
4683         * socket/sys/socket.h: Declare paccept.
4684         * sysdeps/unix/syscalls.list: Add entry for dup3.
4685         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
4686         epoll_create2 and inotify_init1.
4687         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
4688         * sysdeps/unix/sysv/linux/paccept.c: New file.
4689         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
4690         possible.
4691         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
4692         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
4693         inotify_init1, and pipe2 entries.
4694         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
4695         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
4696         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
4697         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
4698         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
4699         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
4700         SOCK_NONBLOCK.
4701         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
4702         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
4703         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
4704         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
4705         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
4706         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
4707         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
4708         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
4709         EPOLL_NONBLOCK.  Declare epoll_create2.
4710         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
4711         EFD_NONBLOCK.
4712         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
4713         IN_NONBLOCK.  Declare inotify_init1.
4714         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
4715         SFD_NONBLOCK.
4716         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
4717         TFD_NONBLOCK.
4719         * elf/elf.h: Define AT_EXECFN.
4720         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
4721         LD_ORIGIN_PATH.
4722         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
4723         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
4724         if __ASSUME_AT_EXECFN is defined.
4725         (_dl_aux_init): Handle AT_EXECFN.
4726         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
4727         for 2.6.27 and up.
4728         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
4729         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
4730         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
4731         _dl_execfn if available and avoid compatibility code if
4732         __ASSUME_AT_EXECFN is defined.
4734         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
4735         _dl_discover_osversion only for older kernels.
4737 2008-07-22  Roland McGrath  <roland@frob.com>
4739         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
4741 2008-07-21  Roland McGrath  <roland@frob.com>
4743         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
4744         returned too much data out of line.
4746 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
4748         * locale/setlocale.c (setname): Remove inline to avoid compiler
4749         warning.
4751         [BZ #6712]
4752         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
4754 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
4756         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
4757         doesn't manage to write anything, fail.
4759         * malloc/hooks.c (__malloc_check_init): Remove printf.
4761 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4763         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
4765 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
4767         * nscd/connections.c (main_loop_poll): Fix handling of read errors
4768         from inotify.
4769         (main_loop_epoll): Likewise.
4771 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
4773         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
4775         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
4776         if DEBUG is defined.
4778         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
4779         query.  Adjust buffer size computation for padding.
4781 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
4783         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
4784         * stdio-common/tst-setvbuf1.c: New file.
4785         * stdio-common/tst-setvbuf1.expect: New file.
4787         [BZ #6719]
4788         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
4789         when selecting fully-buffered stream.
4790         Patch by Wang Xin <wxinee@gmail.com>.
4792 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4794         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
4795         (__open_2): New function.
4796         (__open64_2): New alias to __open_2.
4797         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
4798         (__openat_2): New function.
4799         (__openat64_2): New alias to __openat_2.
4801 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
4803         [BZ #6723]
4804         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
4806 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4808         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
4809         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
4810         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
4811         __hurd_dfail.
4812         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
4813         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
4814         * sysdeps/mach/hurd/send.c (__send): Likewise.
4815         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
4816         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
4818 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4820         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
4821         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
4822         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
4823         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
4824         * hurd/get-host.c (_hurd_get_host_config): Likewise.
4825         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
4827 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
4829         [BZ #6657]
4830         * time/strptime_l.c: Don't clear s.era_cnt after successful match
4831         of %EY.
4832         Patch by Petr Baudis.
4834 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
4836         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
4837         Patch by Peter Jones <pjones@redhat.com>.
4839 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
4841         [BZ #6654]
4842         * stdlib/canonicalize.c (__realpath): readlink can write too much
4843         into the buffer on platforms without PATH_MAX.
4845 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
4847         [BZ #6653]
4848         * posix/tst-regex.c (main): Rename to...
4849         (do_test): ... this. Remove cmdline option processing.
4850         (TIMEOUT): Define.
4851         (TEST_FUNCTION): Define.
4852         (CMDLINE_OPTIONS): Define.
4854 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
4856         [BZ #5210]
4857         * configure.in: Add -Werror to -fstack-protector test to catch
4858         unsupported architectures.
4859         Patch by Gilles Esponasse <g.esp@free.fr>.
4861 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
4863         * stdlib/tst-setcontext.c: Set back_in_main before exit if
4864         getcontext returns ENOSYS.
4866 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
4868         * nscd/connections.c (main_loop_poll): Fix test for read error.
4869         (main_loop_epoll): Likewise.
4871 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
4873         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
4874         better place so it is not called when nscd is used.
4876         * nscd/connections.c: Also recognize and handle changes to the
4877         resolver configuration file.
4879 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
4881         * time/strftime.c: Pass reference to tzset_called around to handle
4882         recursive calls.
4884         [BZ #6612]
4885         * time/strftime.c (__strftime_internal): Call tzset() only
4886         when printing timezone-dependent values.
4887         Based on a patch by Petr Baudis <pasky@suse.cz>.
4889         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
4890         unconditionally use second gaih_getanswer_slice result.
4892         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
4893         (getaddrinfo): RES must always be non-NULL.
4895 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
4897         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
4898         cr[34] registers.
4899         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
4900         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
4901         Likewise.
4902         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
4903         register.
4905 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
4907         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
4908         fields.
4909         * nscd/connections.c (inotify_fd): New variable.
4910         (nscd_init): Try to open an inotify descriptor.
4911         If successful, watch files for databases using inotify instead of
4912         having prune threads stat the files.
4913         (nscd_run_prune): Recognize clear_cache flag being set and call
4914         prune_cache appropriately.
4915         (main_loop_poll): Add inotify descriptor to wait set and handle the
4916         reported changes.
4917         (main_loop_epoll): Likewise.
4918         * nscd/cache.c (prune_cache): Don't stat files for databases if
4919         inotify is used.
4920         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
4921         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
4923         * nscd/grpcache.c (cache_addgr): Correctly compute size of
4924         fixed-size portion of the record.
4925         * nscd/servicescache.c (cache_addserv): Likewise.
4926         * nscd/pwdcache.c (cache_addpw): Likewise.
4927         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4929 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
4931         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
4932         out we don't use uninitialized memory.
4934         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
4935         the client.
4937 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
4939         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
4940         ignore T_DNAME messages.
4941         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
4943 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
4945         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
4946         Avoid segfault if first GETC returns eof/'\0'/'\n'.
4948 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
4950         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
4951         instead of portstr to nscd_getserv_r.  Patch by
4952         Roman Kagan <rkagan@mail.ru>.
4954 2008-05-26  Jim Meyering  <meyering@redhat.com>
4956         Remove more useless "if" tests before "free".
4957         * include/inline-hashtab.h (htab_delete): Likewise.
4958         * libio/freopen.c (freopen): Likewise.
4959         * libio/freopen64.c (freopen64): Likewise.
4960         * locale/programs/ld-collate.c (collate_read): Likewise.
4961         * misc/fstab.c (libc_freeres_fn): Likewise.
4962         * posix/glob.c (globfree): Likewise.
4964 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
4966         * string/Makefile (strop-tests): Add memmem.
4967         * string/test-memmem.c: New file.
4968         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
4969         (test_init): Size buf1 according to BUF1PAGES.
4971 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
4973         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
4974         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
4975         (CFLAGS-scanf17.c): New.
4976         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
4977         * stdio-common/scanf15.c (main): Likewise.
4978         * stdio-common/scanf16.c: New file.
4979         * stdio-common/scanf17.c: New file.
4981 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
4983         * resolv/res_send.c (send_dg): If we already have one of two
4984         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
4985         use the one answer insted of failing.
4987 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
4989         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
4990         being executed on PowerPC as the expected result exceeds IBM
4991         long double 128 __LDBL_MAX__.
4993 2008-05-21  Roland McGrath  <roland@redhat.com>
4995         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
4997         * Makefile (check-data): Use $(abi-name) before other guesses.
4998         Look in $(add-ons) dirs before scripts/data/.
4999         * elf/Makefile (check-data): Likewise.
5001         * scripts/soversions.awk: Grok ABI line.
5002         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
5003         Emit definition for abi-name variable.
5005 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
5007         * string/endian.h: Define new fixed-size hto* and *toh macros only
5008         if [__USE_BSD].
5010         * iconvdata/Depend: Add localedata.
5012 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5014         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
5016 2008-05-08  David S. Miller  <davem@davemloft.net>
5018         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
5019         HIDDEN_JUMPTARGET.
5020         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
5021         (__SYSCALL_CLOBBERS): Remove %g* registers.
5022         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
5023         (__SYSCALL_CLOBBERS): Likewise.
5024         * scripts/data/localplt-sparc-linux-gnu.data: New file.
5025         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
5027 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
5029         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
5030         (CALL_ERRNO_LOCATION): Define.
5031         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
5032         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
5033         (CALL_ERRNO_LOCATION): Define.
5034         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
5035         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
5036         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
5038 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
5040         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
5041         variable.
5043 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
5045         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
5046         (FIRST_FRAME_POINTER): Define.
5048 2008-05-09  David S. Miller  <davem@davemloft.net>
5050         * sysdeps/sparc/sparc64/backtrace.c: New file.
5052 2008-05-14  David S. Miller  <davem@davemloft.net>
5054         * sysdeps/sparc/machine-gmon.h: New file.
5055         * sysdeps/sparc/sparc-mcount.S: Likewise.
5056         * sysdeps/sparc/Makefile: Add sparc-mcount target to
5057         sysdep_routines in gmon directory.
5059 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
5061         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
5063 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
5065         * resolv/res_query.c (__libc_res_nquery): In case one of two
5066         answer was too short don't try to read that answer's header.
5068         * resolv/res_send.c (send_dg): In case of timeout and there are
5069         two queries and one has been answered, return value indicating
5070         success.
5072 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
5074         * nscd/cache.c (cache_add): Take additional parameter specifying
5075         whether this is in response of a cache refill.  Check alignment
5076         of package data.  Revamp waking of pruning thread.
5077         (prune_cache): Small optimization.
5078         * nscd/nscd.h: Adjust cache_add prototypes.
5079         * nscd/aicache.c: Adjust cache_add calls.
5080         * nscd/grpcache.c: Likewise.
5081         * nscd/hstcache.c: Likewise.
5082         * nscd/initgrcache.c: Likewise.
5083         * nscd/pwdcache.c: Likewise.
5084         * nscd/servicescache.c: Likewise.
5085         * nscd/connections.c (restart): Really disable cache use before
5086         exec attempt.  If it fails, reenable cache.
5087         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
5088         time to max to be able to notice concurrent cache additions.  Unlock
5089         prune_lock while performing gc.  Afterwards compute wakeup time with
5090         current wakeup_time value in mind.
5092 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
5094         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
5096         * nscd/mem.c (gc): Correctly determine highest used array element
5097         in mark.
5099         * nscd/mem.c (markrange): Add assert to check entries are all
5100         aligned.  Small cleanup in bitmap use.
5102         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
5103         blockoff of type nscd_ssize_t.
5104         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
5105         (mempoll_alloc): Record block offset and not address.
5107         * nscd/mem.c (gc): Fix test for stack overuse.
5109         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
5110         more asserts.
5112         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
5113         entry is available, believe it.
5115         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
5116         no answers return NSS_STATUS_NOTFOUND.
5117         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
5118         buffer does not have any content.
5120 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
5122         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
5124         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
5125         lookup, don't assign canon unconditionally.
5127 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
5129         * string/Makefile (distribute): Add str-two-way.h.
5131 2008-03-29  Eric Blake  <ebb9@byu.net>
5133         Rewrite string searches to O(n) rather than O(n^2).
5134         * string/str-two-way.h: New file.  For linear fixed-allocation
5135         string searching.
5136         * string/memmem.c: New implementation.
5137         * string/strstr.c: New implementation.
5138         * string/strcasestr.c: New implementation.
5140 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
5142         * posix/regcomp.c (optimize_utf8): Add a note on why we test
5143         opr.ctx_type.
5144         (calc_first): Initialize constraint field.
5145         (duplicate_node_closure): Use it instead of special casing ANCHORS.
5146         Use search_duplicated_node to avoid loops.  Fix grammar.
5147         (duplicate_node): Merge constraint field for all node types.
5148         (calc_eclosure_iter): Look at constraint field for all node types.
5149         * posix/regex_internal.c (create_cd_newstate): Don't look at
5150         create_cd_newstate.
5152 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
5154         [BZ #6428]
5155         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
5157         [BZ #6442]
5158         * string/endian.h: Add macros for fixed-size endian conversion.
5159         * bits/byteswap.h: Allow inclusion from <endian.h>.
5160         * sysdeps/i386/bits/byteswap.h: Likewise.
5161         * sysdeps/ia64/bits/byteswap.h: Likewise.
5162         * sysdeps/s390/bits/byteswap.h: Likewise.
5163         * sysdeps/x86_64/bits/byteswap.h: Likewise.
5164         * string/Makefile (tests): Add tst-endian.
5165         * string/tst-endian.c: New file.
5167         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
5168         Patch by Reuben Thomas.
5170 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
5172         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
5174 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
5176         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
5178         [BZ #6461]
5179         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
5180         Add missing braces.
5181         (BODY for __gconv_transform_internal_ascii): Likewise.
5183         [BZ #6472]
5184         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
5185         to be treated like link-local addresses.
5186         (match_prefix): Don't treat IPv4 loopback address special when
5187         converting to v4 mapped addressed.
5189         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
5190         if necessary.
5191         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
5192         * posix/tst-rfc3484-2.c: Likewise.
5193         * posix/tst-rfc3484-3.c: Likewise.
5195         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
5196         and SCTP.
5198         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
5200         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
5202         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
5204 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
5206         * po/lt.po: New file.  From Lituanian translation team.
5208 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
5210         Introduce TLS descriptors for i386 and x86_64.
5211         * include/inline-hashtab.h: New file, copied from 2005's
5212         libiberty, with fix for memory leak imported afterwards by
5213         Glauber de Oliveira Costa.
5214         * elf/tlsdeschtab.h: New file.
5215         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
5216         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
5217         (CHECK_STATIC_TLS): Move to...
5218         * elf/dynamic-link.h: ... this file.
5219         (TRY_STATIC_TLS): New macro.
5220         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
5221         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
5222         R_386_TLS_DESC): Define.
5223         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
5224         binutils.
5225         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
5226         R_X86_64_TLSDESC): Define.
5227         (R_386_NUM, R_X86_64_NUM): Adjust.
5228         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
5229         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
5230         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
5231         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
5232         release tlsdesc_table.
5233         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
5234         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
5235         (elf_machine_rel): Handle R_386_TLS_DESC.
5236         (elf_machine_rela): Likewise.
5237         (elf_machine_lazy_rel): Likewise.
5238         (elf_machine_lazy_rela): Likewise.
5239         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
5240         * sysdeps/i386/dl-tlsdesc.S: New file.
5241         * sysdeps/i386/dl-tlsdesc.h: New file.
5242         * sysdeps/i386/tlsdesc.c: New file.
5243         * sysdeps/i386/tlsdesc.sym: New file.
5244         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
5245         tlsdesc_table.
5246         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
5247         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
5248         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
5249         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
5250         release tlsdesc_table.
5251         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
5252         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
5253         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
5254         (elf_machine_rel): Handle R_X86_64_TLSDESC.
5255         (elf_machine_rela): Likewise.
5256         (elf_machine_lazy_rel): Likewise.
5257         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
5258         (__tls_get_addr): Do not declare for non-shared compiles.
5259         * sysdeps/x86_64/dl-tlsdesc.S: New file.
5260         * sysdeps/x86_64/dl-tlsdesc.h: New file.
5261         * sysdeps/x86_64/tlsdesc.c: New file.
5262         * sysdeps/x86_64/tlsdesc.sym: New file.
5263         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
5264         tlsdesc_table for both 32- and 64-bit structs.
5266 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
5268         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
5269         its own function.  This reduces the frame setup costs and more.
5271 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
5273         [BZ #3406]
5274         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
5275         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
5277 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
5279         * io/openat.c (__openat_2): Also pass fd to __openat.
5280         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
5281         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
5283         * string/tester.c (test_memcmp): Add a few more tests.
5284         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
5286 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
5288         * nscd/cache.c (cache_add): Before returning with failure and this
5289         is the first use of the record, mark it as unusable.
5290         * nscd/aicache.c: Don't touch the dataset after cache_add returns
5291         reporting a failure.
5292         * nscd/grpcache.c: Likewise
5293         * nscd/hstcache.c: Likewise.
5294         * nscd/initgrcache.c: Likewise.
5295         * nscd/pwdcache.c: Likewise.
5296         * nscd/servicescache.c: Likewise.
5298 2008-05-10  Roland McGrath  <roland@redhat.com>
5300         [BZ #6505]
5301         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
5303 2008-05-08  David S. Miller  <davem@davemloft.net>
5305         * misc/truncate64.c (truncate64): Use __truncate not truncate.
5307         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
5308         (__ieee754_y0l): Likewise.
5309         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
5310         (__ieee754_y1l): Likewise.
5311         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
5312         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
5313         frexpl and ldexpl.  math_private.h provides them and the latter
5314         is not even used.
5315         (__log1pl): Use __frexpl.
5317 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
5319         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
5320         prototypes.
5321         * include/arpa/nameser_compat.h: Define T_UNSPEC.
5322         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
5323         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
5324         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
5325         af==AF_UNSPEC.
5326         (_nss_nis_gethostbyname4_r): New function.
5327         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
5328         Change to also handle af==AF_UNSPEC.
5329         (get_tablename): New function.  Use it to avoid duplication.
5330         (_nss_nisplus_gethostbyname4_r): New function.
5331         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
5332         available.
5333         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
5334         * nss/nss.h: Define struct gaih_addrtuple.
5335         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
5336         af==AF_UNSPEC.
5337         (_nss_files_gethostbyname4_r): New function.
5338         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
5339         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
5340         calls.
5341         * resolv/res_query.c (__libc_res_nquery): Take two additional
5342         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
5343         look up IPv4 and IPv6.
5344         Change all callers.
5345         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
5346         for an additional query and answer buffer.  Pass to send_vc and
5347         send_dg.
5348         (send_vc): Send possibly two requests and receive two answers.
5349         (send_dg): Likewise.
5350         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
5351         __libc_res_nquery.
5352         (_nss_dns_gethostbyname4_r): New function.
5353         (gaih_getanswer_slice): Likewise.
5354         (gaih_getanswer): Likewise.
5355         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
5356         __libc_res_nquery call.
5357         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
5358         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
5359         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
5360         available.
5362 2008-05-05  David S. Miller  <davem@davemloft.net>
5364         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
5365         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
5367 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5369         Fix termios bit macros.
5370         Move *DLY definitions where they belong, in termios.h.
5371         Add *[0-3] definitions.
5372         Fixes confusion between VT and FF.
5373         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
5374         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
5375         are already defined to avoid collision with termios.h.
5376         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
5377         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
5378         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
5379         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
5380         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
5381         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
5382         VTDLY, VT0, VT1): New macros.
5383         [__USE_GNU] (OLCUC): Change value of macro.
5384         [__USE_XOPEN] (OFILL): New macro.
5385         [__USE_BSD] (CRTSCTS): Change value.
5386         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
5387         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
5388         (B7200, B14400, B28800, B76800): New macros.
5390 2008-05-01  David S. Miller  <davem@davemloft.net>
5392         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
5393         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
5394         (gen-as-const-headers): Add it.
5395         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
5396         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
5397         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
5398         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
5400         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
5401         six system call parameters.
5402         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
5404 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
5406         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
5407         RUSAGE_LWP.
5408         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
5409         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
5411 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
5413         * stdlib/tst-setcontext.c: Include unistd.h.
5415 2008-04-25  David S. Miller  <davem@davemloft.net>
5417         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
5418         Pass "union semun" properly in to sys_ipc, it must be passed
5419         by value, not by reference.
5421 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
5423         * nscd/Makefile (nscd-cflags): Set back to -fpie.
5424         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
5425         * nscd/connections.c (mem_in_flight): Likewise.
5427         * nscd/nscd.h (dbs): Make hidden.
5429         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
5430         Avoid returning -1, return 0 instead.
5432 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
5434         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
5436 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
5438         [BZ #5209]
5439         * sysdeps/unix/sysv/linux/times.c: New file.
5441         [BZ #5381]
5442         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
5443         mem_in_flight_list variables.  Add new parameter to mempool_alloc
5444         prototype.
5445         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
5446         appropriate mem_in_flight element.
5447         (gc): Take allocations which have not yet been committed to the
5448         database into account.
5449         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
5450         Reset mem_in_flight before returning.
5451         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
5452         cue it up in mem_in_flight_list.
5453         * nscd/aicache.c: Adjust mempool_alloc call.
5454         * nscd/grpcache.c: Likewise.
5455         * nscd/hstcache.c: Likewise.
5456         * nscd/initgrcache.c: Likewise.
5457         * nscd/pwdcache.c: Likewise.
5458         * nscd/servicescache.c: Likewise.
5459         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
5460         of -fpie.
5462         * nscd/connections.c (handle_request): Provide better error message
5463         in case SELinux forbids the service.
5465         * version.h (VERSION): Bump to 2.8.90.
5467 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
5469         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
5471 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
5473         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
5474         Also use for 32-bit.
5475         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
5476         __nextafter instead of nextafter to avoid local PLT.
5477         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
5478         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
5480         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
5482         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
5483         __fe_nomask_env.
5484         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
5485         <fenv_libc.h> instead of <fenv.h>.
5486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
5487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
5489         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
5491         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
5492         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
5493         function from fegetexcept and make old name weak alias.
5494         * include/fenv.h: Declare __fegetexcept.
5495         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
5496         fegetexcept.
5497         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
5498         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
5499         to fetestexcept.
5500         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
5501         instead of frexpl to avoid local PLT.
5502         * math/s_significandl.c (__significandl): Use __ilogbl instead of
5503         ilogbl to avoid local PLT.
5504         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
5505         instead of ldexpl to avoid local PLT.
5506         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
5507         __roundl not roundl to avoid local PLT.
5508         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
5509         local PLTs.  Use __sincosl instead of separate sinl and cosl
5510         calls.
5511         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
5513         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
5514         version for ppc64 to 2.4.21 since without it makecontext will fail.
5516         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
5517         to the ABI in use.
5518         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
5519         .__tls_get_addr.
5520         [__powerpc64__] (TLS_GD): Likewise.
5522 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
5524         [BZ #4997]
5525         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
5526         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
5527         mantissa.
5528         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
5529         Likewise.  Also account for when x is an odd number between 2^52
5530         and 2^53-1.
5531         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
5532         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
5533         * math/libm-test.inc (lround_test, llround_test): Added test cases to
5534         detect aforementioned erroneous conditions.
5536 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
5538         * configure.in: Check for -fno-section-anchors in addition to
5539         -fno-toplevel-reorder.
5541 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
5543         * include/features.h (__GLIBC_MINOR__): Bump to 8.
5545         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
5546         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
5547         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
5548         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
5549         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
5550         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
5552 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
5554         [BZ #5443]
5555         * time/era.c: Transform __libc_setlocale_lock into rwlock.
5556         * time/alt_digit.c: Likewise.
5557         * wcsmbs/wcsmbsload.c: Likewise.
5559 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
5561         * version.h (VERSION): Bump to 2.8.
5563         * timzeone/asia: Update from tzdata2008b.
5564         * timezone/backward: Likewise.
5565         * timezone/europe: Likewise.
5566         * timezone/northamerica: Likewise.
5567         * timezone/southamerica: Likewise.
5568         * timezone/iso3166.tab: Likewise.
5569         * timezone/leapseconds: Likewise.
5570         * timezone/zone.tab: Likewise.
5571         * timezone/private.h: Update from tzcode2008a.
5572         * timezone/zdump.c: Likewise.
5573         * timezone/zic.c: Likewise.
5575 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
5577         [BZ #5741]
5578         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
5579         Define additonal Data Cache Block instruction macros.
5580         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
5581         Replace dcbst with dcbf and sync with sync/isync.
5583 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
5585         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
5586         Always set ELF_RTYPE_CLASS_PLT.
5587         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
5589 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
5591         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
5592         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
5593         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
5594         For ISA 2.01 and later replace mftb with mfspr 268.
5596 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
5598         [BZ #5768]
5599         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
5600         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
5602 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
5604         [BZ #5768]
5605         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
5606         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
5607         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
5608         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
5610 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
5612         * stdlib/tst-makecontext.c (othervar): New variable.
5613         (cf): Test sign extending the argument to long.
5615 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
5617         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
5618         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
5619         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
5620         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
5621         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
5622         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
5623         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
5625 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
5627         * elf/Makefile (tests): Substitute tests-vis-yes here.
5628         (tests-vis-yes): Delete.
5629         (modules-name, modules-vis-yes): Similarly.
5631 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
5633         [BZ #4407]
5634         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
5635         Preserve sign in signgamp when x is zero.
5637 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
5639         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
5640         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
5641         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
5642         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
5643         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
5644         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
5646 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
5648         [BZ #4314]
5649         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
5650         buffers.
5652         [BZ #5209]
5653         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
5654         a reserved error value.
5656         * stdlib/tst-makecontext.c: Change parameter to cf to negative
5657         value to check for correct sign extension.
5659         [BZ #5436]
5660         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
5661         Copy 64-bit parameter values even though this is not required in
5662         the standard.
5664         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
5665         PC save.
5667 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
5669         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
5670         PC save.
5672 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
5674         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
5676 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
5678         [BZ #5998]
5679         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
5680         in line-buffered stream failed.
5681         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
5683 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
5685         [BZ #6024]
5686         * scripts/abi-versions.awk: If the version specified by
5687         --enable-oldest-abi is older than the first version for this
5688         architecture, use the default version.
5690         * locale/programs/ld-collate.c (collate_read): Ignore script lines
5691         as well when ignoring the whole category.
5693 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
5695         [BZ #6042]
5696         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
5697         ETHERTYPE_* definitions.
5698         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
5700 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
5702         * stdlib/mbtowc.c (__no_r_state): Remove.
5703         (mbtowc): New static state variable.  Use it instead of
5704         __no_r_state.
5705         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
5706         (__wctomb_state): New hidden variable.
5707         (wctomb): Use __wctomb_state instead of __no_r_state.
5708         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
5709         (__wctomb_state): New extern decl.
5710         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
5712 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
5714         [BZ #5475]
5715         * resolv/res_init.c: Handle scope IDs in resolv.conf.
5717 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
5719         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
5721 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
5723         * po/nl.po: Update from translation team.
5725 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
5727         [BZ #6007]
5728         * string/strfry.c: Handle empty strings again.
5730 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
5732         [BZ #5443]
5733         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
5734         before looking for translation.
5735         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
5736         * locale/freelocale.c: Likewise.
5737         * locale/newlocale.c: Likewise.
5738         * locale/setlocale.c: Likewise.
5739         Based partially on a patch by ryo@np.css.fujitsu.com.
5741 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
5743         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
5744         acquiring wrlock.  Do conv_tab allocation while holding lock.
5745         * intl/Makefile: Add rules to build and run tst-gettext6.
5746         * intl/tst-gettext6.c: New test.
5747         * intl/tst-gettext6.sh: New file.
5749 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
5751         * po/nl.po: Update from translation team.
5753         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
5754         provided through st_blksize, try the default size before giving up.
5756 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
5758         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
5760         [BZ #5939]
5761         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
5763         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
5764         error message.  POSIX today does not require the messages to be in
5765         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
5767         [BZ #5979]
5768         * sunrpc/auth_unix.c: Unify printed strings.
5769         * sunrpc/clnt_tcp.c: Likewise.
5770         * sunrpc/clnt_udp.c: Likewise.
5771         * sunrpc/clnt_unix.c: Likewise.
5772         * sunrpc/svc_tcp.c: Likewise.
5773         * sunrpc/svc_udp.c: Likewise.
5774         * sunrpc/svc_unix.c: Likewise.
5775         * sunrpc/xdr.c: Likewise.
5776         * sunrpc/xdr_array.c: Likewise.
5777         * sunrpc/xdr_rec.c: Likewise.
5778         * sunrpc/xdr_ref.c: Likewise.
5779         * locale/programs/ld-time.c (time_finish): Unify messages.
5780         * locale/programs/locfile.c (handle_copy): Fix typo.
5781         * nscd/nscd.c (options): Fix typo.
5783         [BZ #5995]
5784         * stdlib/strtod_l.c: Use correct sign for result in one more
5785         underflow case.
5786         Patch by Eric Blake <ebb9@byu.net>.
5788 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
5790         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
5791         and creat system calls.
5792         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
5793         call.
5794         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
5795         system calls.
5796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
5797         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5798         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5800 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
5802         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
5803         <linux/limits.h> has defined it.
5804         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
5805         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
5806         headers.
5807         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
5808         it instead of ARG_MAX.
5810 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
5812         * posix/gai.conf: Fix comment for scope nullbits.
5813         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
5814         default to 128 bits for v4 mapped addresses.
5816 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5818         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
5819         ptrace call to get the ieee_instruction_pointer from the kernel.
5820         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
5821         ptrace call to set the ieee_instructtion_pointer.
5822         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
5823         Add comment that ieee_instruction_pointer is always 0.
5825 2008-03-09  Andreas Jaeger  <aj@suse.de>
5827         [BZ #5857]
5828         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
5829         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
5830         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
5832         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
5833         (rint_test): Likewise.
5835 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
5837         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
5838         call.
5839         (__nisfind_server): Similar for open readColdStartFile call.
5840         Patch partially by Jim Meyering.
5841         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
5842         around internal_setent call.
5844         * po/vi.po: New Vietnamese translation.
5846         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
5847         ADJ_OFFSET_SS_READ.
5849         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
5850         remove CLONE_STOPPED.
5852 2008-02-10  Jim Meyering  <meyering@redhat.com>
5854         Remove useless "if" before "free":
5855         * elf/ldconfig.c (parse_conf_include): Likewise.
5856         * gmon/gmon.c (weak_alias): Likewise.
5857         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
5858         * inet/rcmd.c (__validuser2_sa): Likewise.
5859         * intl/bindtextdom.c (set_binding_values): Likewise.
5860         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
5861         * libio/genops.c (save_for_backup): Likewise.
5862         * libio/wgenops.c (save_for_wbackup): Likewise.
5863         * locale/programs/ld-collate.c (collate_read): Likewise.
5864         * locale/programs/linereader.c (get_string): Likewise.
5865         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
5866         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
5867         * resolv/res_debug.c (do_section): Likewise.
5868         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
5869         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
5870         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
5871         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
5872         * time/tzset.c (tzset_internal): Likewise.
5874 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
5876         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
5877         of ASSEMBLER.
5879 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
5881         [BZ #5903]
5882         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
5883         not stream for output file.  Open output file here.
5884         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
5885         and output file name.
5886         (process_fd): Likewise.
5887         (process_file): Likewise.
5888         (main): Adjust callers of changed functions.
5889         * iconv/iconv_prog.h: Adjust prototype.
5891 2008-03-09  Andreas Jaeger  <aj@suse.de>
5893         [BZ #5753]
5894         * sysdeps/ia64/ieee754.h: Use protected namespace
5895         __BIG_ENDIAN/__LITTLE_ENDIAN.
5896         * sysdeps/ieee754/ieee754.h: Likewise.
5897         Patch by Aurelien Jarno <aurelien@aurel32.net>.
5899 2008-03-08  Roland McGrath  <roland@frob.com>
5901         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
5902         ignore a signal that came from a machine exception, treat it as a
5903         fatal core-dump signal instead.
5904         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5906         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
5907         Clear DF bit in thread state's eflags.
5908         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5910 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
5912         [BZ #5774]
5913         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
5914         of NAN(...) sequence.
5915         * stdlib/Makefile (tests): Add tst-strtod6.
5916         * stdlib/tst-strtod6.c: New file.
5918         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
5920         [BZ #5762]
5921         * posix/getopt.c (_getopt_internal_r): Clarify error message by
5922         putting offending option character in quotes.  Clean up error
5923         messages.
5924         * po/be.po: Adjust msgstr in translation file.
5925         * po/bg.po: Likewise.
5926         * po/ca.po: Likewise.
5927         * po/cs.po: Likewise.
5928         * po/da.po: Likewise.
5929         * po/de.po: Likewise.
5930         * po/es.po: Likewise.
5931         * po/fr.po: Likewise.
5932         * po/hr.po: Likewise.
5933         * po/ko.po: Likewise.
5934         * po/nl.po: Likewise.
5935         * po/rw.po: Likewise.
5936         * po/sk.po: Likewise.
5937         * po/sv.po: Likewise.
5938         * po/tr.po: Likewise.
5939         * po/zh_CN.po: Likewise.
5940         * po/zh_TW.po: Likewise.
5942         [BZ #5760]
5943         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
5944         Patch by Roland Bless <roland@bless.de>.
5946         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
5947         .o file.
5948         * elf/Makefile (routines): Add dl-sysdep.
5949         (elide-routines.os): Likewise.
5951 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
5953         [BZ #5786]
5954         * elf/dl-sysdep.c: Undefine ROUND after use.
5955         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
5956         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
5957         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
5958         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
5959         to ...
5960         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
5961         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
5962         if necessary.
5963         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
5965         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
5966         _dl_tls_get_addr_soft element.
5967         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
5968         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
5969         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
5970         GLRO.
5971         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
5972         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
5973         of internal_function.
5975         * stdlib/Makefile (aux): Add tens_in_limb.
5976         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
5977         * stdlib/tens_in_limb.c: ...here.  New file.
5979         [BZ #5778]
5980         * sysdeps/unix/sysv/linux/pathconf.h: Declare
5981         __statfs_chown_restricted.
5982         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
5983         for _PC_CHOWN_RESTRICTED.
5984         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
5985         Implement __statfs_chown_restricted.
5986         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
5987         _POSIX_CHOWN_RESTRICTED value to zero.
5988         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
5989         defined to zero.
5991         * sysdeps/x86_64/rtld-memset.c: New file.
5993 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
5995         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
5997         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
5998         Barcelona machine.  Make default fall through branch of
5999         __x86_64_preferred_memory_instruction check as the integer code path.
6001 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
6003         * sysdeps/x86_64/cacheinfo.c
6004         (__x86_64_preferred_memory_instruction): New variable.
6005         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
6007         * sysdeps/x86_64/memset.S: Rewrite.
6009 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
6011         * include/stdio.h (__asprintf_chk, __dprintf_chk,
6012         __obstack_printf_chk): New prototypes.
6013         (__vasprintf_chk, __vdprintf_chk,
6014         __obstack_vprintf_chk): Likewise.
6015         Add libc_hidden_proto.
6016         * libio/obprintf.c
6017         (_IO_obstack_jumps): No longer static, add attribute_hidden.
6018         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
6019         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
6020         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
6021         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
6022         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
6023         __obstack_vprintf_chk): New prototypes.
6024         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
6025         obstack_vprintf): New inlines.
6026         * debug/dprintf_chk.c: New file.
6027         * debug/vdprintf_chk.c: New file.
6028         * debug/asprintf_chk.c: New file.
6029         * debug/vasprintf_chk.c: New file.
6030         * debug/obprintf_chk.c: New file.
6031         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
6032         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
6033         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
6034         @@GLIBC_2.8.
6035         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
6036         vdprintf_chk and obprintf_chk, set CFLAGS for them.
6037         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
6038         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
6039         libc_hidden_proto.
6040         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
6041         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
6042         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
6043         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
6044         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
6045         @@GLIBC_2.8.
6046         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
6047         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
6048         obstack_vprintf_chk.
6049         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
6050         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
6051         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
6052         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
6053         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
6054         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
6056 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
6058         [BZ #5779]
6059         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
6060         Patch by Roy Marples <roy@marples.name>.
6062         [BZ #5736]
6063         * malloc/malloc.c: Fix typo in comment.
6065         [BZ #5627]
6066         * locale/iso-639.def: Add Shuswap.
6068 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
6070         [BZ #5790]
6071         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
6072         overwrite *h_errnop/*errnop values from getanswer_r in case of
6073         failure.
6075 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
6077         [BZ #5818]
6078         * nscd/connections.c (dbs): Add initializers for .suggested_module.
6079         (verify_persistent_db): Remove one unnecessary test and add a new one
6080         for bad configuration.
6081         (nscd_init): Improve error reported when persistent database cannot
6082         be reused.
6083         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
6084         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
6085         .suggested_module and .max_db_size and case config file says the
6086         values are zero.
6087         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
6089         [BZ #5854]
6090         * nis/ypclnt.c (yp_order): Fix handling of return value of
6091         do_ypcall_tr call.
6092         Patch by Jeff Moyer <jmoyer@redhat.com>.
6094         * po/fr.po: Update from translation team.
6096 2008-02-22  Andreas Jaeger  <aj@suse.de>,
6097             Carlos O'Donell <carlos@systemhalted.org>
6099         [BZ #5012]
6100         * FAQ.in: Describe why glibc needs to be compiled with
6101         optimization.
6103 2008-02-19  Roland McGrath  <roland@redhat.com>
6105         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
6107 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
6109         [BZ #5737]
6110         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
6111         __USE_MISC is defined.
6113 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
6115         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
6116         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
6117         sys/timerfd.h.
6118         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
6119         timerfd_gettime, timerfd_settime.
6120         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
6121         timerfd_gettime, timerfd_settime for GLIBC_2.8.
6123 2008-02-08  Roland McGrath  <roland@redhat.com>
6125         * elf/elf.h (NT_PPC_SPE): New macro.
6127 2008-02-06  Roland McGrath  <roland@redhat.com>
6129         * Makerules ($(common-objpfx)sysd-rules):
6130         Depend on $(sysdep-makeconfigs).
6132 2008-01-31  Roland McGrath  <roland@redhat.com>
6134         [BZ #5442]
6135         * configure.in: Use -print-file-name if it yields a directory,
6136         for each of include and include-fixed.
6137         * configure: Regenerated.
6139         * Makeconfig (sysd-rules-targets): New variable.
6140         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
6141         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
6143 2008-01-30  Roland McGrath  <roland@redhat.com>
6145         * manual/libc.texinfo: Update back-cover text.
6147         * elf/elf.h (NT_386_TLS): New macro.
6149 2008-01-29  Roland McGrath  <roland@redhat.com>
6151         * Makeconfig (sysd-rules-patterns): New variable.
6152         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
6153         (check-inhibit-asm): New canned sequence, replaces ...
6154         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
6155         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
6156         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
6157         (CFLAGS-rtld): Variable removed.
6159 2008-01-24  Roland McGrath  <roland@redhat.com>
6161         * configure.in: Let configure fragments set base_os.
6162         * configure: Regenerated.
6164 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
6166         * po/ko.po: Update from translation team.
6168 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
6170         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
6172 2008-01-12  Andreas Jaeger  <aj@suse.de>
6174         [BZ #5040]
6175         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
6176         Add EPOLLRDHUP.
6178 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6180         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
6181         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
6182         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
6184 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
6186         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
6187         * elf/dl-close.c (_dl_close): Check for it.
6188         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
6189         (_dl_allocate_static_tls): Likewise.
6190         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
6191         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
6192         to it.
6193         * elf/tst-tls16.c: New file.
6194         * elf/tst-tlsmod16a.c: New file.
6195         * elf/tst-tlsmod16b.c: New file.
6196         * elf/Makefile: Add rules to build and run tst-tls16.
6198 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
6200         [BZ #5628]
6201         * bits/shm.h: Fix comment describing shmid_ds.
6202         * sysdeps/gnu/bits/shm.h: Likewise.
6203         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
6204         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
6205         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
6206         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
6207         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
6208         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
6209         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
6210         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
6211         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
6213         [BZ #5607]
6214         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
6215         prototypes.
6216         * conform/data/limits.h-data: Adjust limits changed in v6 and add
6217         additional suffixes.
6218         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
6219         Add optional functions mq_timedreceive and mq_timedsend.
6220         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
6221         * conform/data/pthread.h-data: Fix prototype of
6222         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
6223         * conform/data/semaphore.h-data: Allow time.h definitions.
6224         * conform/data/signal.h-data: Likewise.
6225         * conform/data/stdio.h-data: getw and putw are not required in v6.
6226         * conform/data/stdlib.h-data: Change setstate prototype.
6227         * conform/data/string.h-data: Fix strerror_r prototype.
6228         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
6229         * conform/data/unistd.h-data: pthread_atfork not required in v6.
6230         Fix readlink prototype.
6231         * conform/data/netinet/in.h-data: Add const to in6addr_any and
6232         in6addr_loopback.
6233         * inet/netinet/in.h: Cleanup namespace.
6234         * posix/regex.h: Likewise.
6235         * resolv/netdb.h: Likewise.
6236         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
6237         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
6238         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
6239         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
6240         of names of in in6_addr.
6241         (default_precedence): Likewise.
6242         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
6243         NULL definition.
6245 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
6247         * conform/data/fmtmsg.h-data: Add missing allows.
6248         * conform/data/ftw.h-data: Likewise.
6249         * conform/data/inttypes.h-data: Likewise.
6250         * conform/data/math.h-data: Likewise.
6251         * conform/data/signal.h-data: Likewise.
6252         * conform/data/net/if.h-data: Likewise.
6253         * conform/data/netinet/in.h-data: Likewise.
6254         * conform/data/sys/socket.h-data: Likewise.
6256         [BZ #5614]
6257         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
6258         (__strtok_r): Simplify.
6259         * string/tester.c (test_strtok_r): Add test case for futile search
6260         with single-character seach string.
6262 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
6264         * po/ko.po: Update from translation team.
6266 2008-01-11  Andreas Jaeger  <aj@suse.de>
6268         [BZ #5600]
6269         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
6270         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
6271         kernel header.
6273 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
6275         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
6276         native interface lookup in all the relevant places.
6278 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
6279             Ulrich Drepper  <drepper@redhat.com>
6281         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
6282         field.  Use sockaddr_in6 for source_addr.
6283         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
6284         (match_prefix): Likewise.
6285         (get_label): Likewise.
6286         (get_precedence): Likewise.
6287         (rfc3484_sort): Change to use indirect access to results array.
6288         Adjust to use of sockaddr_in6.  Replace service_order test with
6289         simple index comparison.
6290         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
6291         service_order field.  Adjust qsort_t calls.  Access sorted result
6292         array indirectly through order array.
6293         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
6294         * posix/tst-rfc3484-2.c: Likewise.
6295         * posix/tst-rfc3484-3.c: Likewise.
6297 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
6299         [BZ #5541]
6300         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
6301         pollfd structures.
6302         Patch by André Cruz.
6304         [BZ #5545]
6305         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
6306         (clnt_spcreateerror): Likewise.
6308         [BZ #5553]
6309         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
6310         (public_mEMALIGn): Likewise.
6311         Patch mostly by Daniel Jacobowitz.
6313 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
6315         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
6316         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
6317         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
6318         * stdlib/tst-makecontext2.c: New test.
6320 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
6322         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
6323         defined.
6324         (REINIT_PARAMS): Likewise.  Undefine before end of file.
6325         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
6326         transliteration hooks and REINIT_PARAMS afterwards.
6327         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
6328         status.
6329         (REINIT_PARAMS): Define.
6330         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
6331         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
6332         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
6333         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
6334         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
6335         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
6336         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
6337         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
6338         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
6339         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
6340         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
6341         * iconvdata/tst-iconv7.c: New test.
6343 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
6345         * libio/stdio.h (vscanf): Fix definition for loser compilers.
6347 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
6349         [BZ #5112]
6350         * nscd/connections.c (restart): Fix condition.
6352 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
6354         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
6355         __ctype_toupper_loc): Add __THROW.
6357 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
6359         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
6360         recognition of interface family.
6362         * posix/getconf.c: Update copyright year.
6363         * nss/getent.c: Likewise.
6364         * iconv/iconvconfig.c: Likewise.
6365         * iconv/iconv_prog.c: Likewise.
6366         * elf/ldconfig.c: Likewise.
6367         * catgets/gencat.c: Likewise.
6368         * csu/version.c: Likewise.
6369         * elf/ldd.bash.in: Likewise.
6370         * elf/sprof.c (print_version): Likewise.
6371         * locale/programs/locale.c: Likewise.
6372         * locale/programs/localedef.c: Likewise.
6373         * nscd/nscd.c (print_version): Likewise.
6374         * debug/xtrace.sh: Likewise.
6375         * malloc/memusage.sh: Likewise.
6376         * malloc/mtrace.pl: Likewise.
6377         * debug/catchsegv.sh: Likewise.
6379 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
6381         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
6382         second lookup.
6384 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
6386         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
6387         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
6389 2007-12-17  Roland McGrath  <roland@redhat.com>
6391         * inet/ether_line.c (ether_line): Remove unused variable.
6393 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6395         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
6396         and winp.
6397         * login/openpty.c (openpty): Likewise.
6398         * login/pty.h (openpty, forkpty): Likewise.
6399         * manual/terminal.texi (openpty, forkpty): Likewise.
6401 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
6403         * malloc/malloc.c (public_cALLOc): For arenas other than
6404         main_arena, count all bytes inside the mprotect_size range of the
6405         heap as uninitialized.
6407 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
6409         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
6410         executable stacks.
6412         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
6413         mTRIm for all of them.
6414         (mTRIm): Additionally iterate over all free blocks and use madvise
6415         to free memory for all those blocks which contain at least one
6416         memory page.
6417         * malloc/tst-trim1.c: New file.
6418         * malloc/Makefile (tests): Add tst-trim1.
6420         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
6422 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
6424         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
6425         First cast argument to long
6426         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
6427         Return long.
6428         (__vdso_clock_gettime): Likewise.
6429         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
6430         return long.
6432 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
6434         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
6435         * locale/nl_langinfo_l.c: Real implementation, copied from
6436         nl_langinfo.c.
6437         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
6439 2007-12-01  Jim Meyering  <meyering@redhat.com>
6441         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
6442         that would inhibit utf8-optimization of a regexp containing line-
6443         or buffer-anchors, e.g., `^', `$'.
6445 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
6447         * time/bug-getdate1.c (do_test): Don't use century values which
6448         aren't valid on 32-bit systems.
6450 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
6452         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
6453         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
6454         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
6455         __strcat_g, __strncat_g): Add __asm__.
6457 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
6459         [BZ #5477]
6460         * io/fchmodat.c: Fix typo in stub_warning use.
6461         Patch by Petr Salinger.
6463 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
6465         * iconvdata/hp-thai8.c: New file.
6466         * iconvdata/Makefile: Add rules for hp-thai8.c.
6467         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
6468         * iconvdata/gconv-modules: Likewise.
6470         [BZ #5464]
6471         * iconvdata/hp-greek8.c: New file.
6472         * iconvdata/Makefile: Add rules for hp-greek8.c.
6473         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
6474         * iconvdata/gconv-modules: Likewise.
6476         [BZ #5463]
6477         * iconvdata/hp-turkish8.c: New file.
6478         * iconvdata/Makefile: Add rules for hp-turkish8.c.
6479         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
6480         * iconvdata/gconv-modules: Likewise.
6482         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
6483         (shrink_heap): ... this new function.
6484         (heap_trim): Call shrink_heap instead of grow_heap.
6486         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
6487         case don't call alloc_perturb.
6489 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
6491         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
6492         possible.
6493         * sysdeps/unix/sysv/linux/kernel-features.h
6494         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
6495         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
6497 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
6499         [BZ #5424]
6500         * stdio-common/vfprintf.c: Do not overflow when adding to done.
6501         * stdio-common/Makefile (tests): Add bug22.
6502         * stdio-common/bug22.c: New file.
6504         [BZ #5451]
6505         * time/getdate.c: Fix filling in default values.
6506         * time/bug-getdate1.c: New file.
6507         * time/Makefile: Add rules to build and run bug-getdate1.
6509         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
6510         * iconvdata/ebcdic-es.c: Likewise.
6511         * iconvdata/ebcdic-es-a.c: Likewise.
6512         * iconvdata/ebcdic-uk.c: Likewise.
6513         * iconvdata/iso8859-16.c: Likewise.
6514         * iconvdata/viscii.c: Likewise.
6515         * iconvdata/iso8859-9e.c: Likewise.
6516         * iconvdata/Makefile: Adjust appropriately.
6518         [BZ #5428]
6519         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
6520         __need_wint_t.
6522 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
6524         [BZ #5427]
6525         * iconvdata/hp-roman9.c: New file.
6526         * iconvdata/Makefile: Add rules for hp-roman9.c.
6527         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
6528         * iconvdata/gconv-modules: Likewise.
6530         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
6531         * iconvdata/Makefile: Adjust appropriately.
6533         [BZ #5441]
6534         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
6535         structure, it's allocated with alloca.
6536         * stdio-common/Makefile (tests): Add bug21.
6537         * stdio-common/bug21.c: New file.
6539 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
6541         [BZ #5452]
6542         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
6543         keyword for gcc's braced-groups.
6545 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
6547         [BZ #5454]
6548         * inet/ether_line.c: Strip hostname of whitespaces.
6549         * inet/Makefile (tests): Add tst-ether_line.
6550         * inet/tst-ether_line.c: New file.
6552 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
6554         [BZ #5439]
6555         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
6557         [BZ #5435]
6558         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
6560         * stdlib/tst-setcontext.c: Catch the case where the links gets
6561         messed up and we do not reach main again.
6563         * po/ca.po: Update from translation team.
6565 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
6567         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
6568         * posix/regex.h (REG_ENOSYS): Likewise.
6569         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
6571 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
6573         * nscd/nscd.h (MAX_STACK_USE): Define.
6574         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
6575         (gc): Initialize stack_used based on allocation in prune_cache.
6576         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
6577         Clear array before use.
6579         * nscd/aicache.c (addhstaiX): Update statistics counter in case
6580         memory allocation failed.
6581         * nscd/hstcache.c (cache_addhst): Likewise.
6582         * nscd/grpcache.c (cache_addgr): Likewise.
6583         * nscd/servicescache.c (cache_addserv): Likewise.
6584         * nscd/pwdcache.c (cache_addpw): Likewise.
6585         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6587 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
6589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
6590         and creat system calls.
6592         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
6594 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6596         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
6597         Add netiucv/iucv.h.
6598         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
6599         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
6600         protocol.
6601         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
6602         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
6603         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
6605 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6607         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
6608         strncat): Define as macros to avoid compile errors.
6610         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
6611         creat entries.
6613 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
6615         [BZ #5382]
6616         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
6617         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
6618         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
6619         overflow it.
6620         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
6622         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
6623         Return zero in case the thread library is not NPTL.
6625         [BZ #5375]
6626         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
6627         initializing interface list.
6629         [BZ #5378]
6630         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
6631         use result of nss_getgrgid_r if nothing was found.  For other
6632         error return with a failure.
6633         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
6635         * locale/programs/ld-collate.c (collate_read): Fix loop to match
6636         macro name.
6638 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
6640         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
6641         (get_scope): For IPv4 scope, use scopes table.
6642         (fini): Free scopes table if necessary.
6643         (free_scopelist): New function.
6644         (scopecmp): New function.
6645         (gaiconf_init): Also handle scopev4 entries.
6646         * posix/tst-rfc3484.c (do_test): Initialize scopes.
6647         * posix/tst-rfc3484-2.c (do_test): Likewise.
6648         * posix/gai.conf: Document scopev4 defaults.
6649         * posix/Makefile (tests): Add tst-rfc3484-3.
6650         * posix/tst-rfc3484-3.c: New file.
6652         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
6653         Teredo tunnels.
6654         * posix/gai.conf: Update for current default tables.
6656 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
6658         * po/tr.po: Update from translation team.
6660 2007-11-18  Roland McGrath  <roland@frob.com>
6662         * manual/arith.texi (Remainder Functions): Spelling fix.
6663         From Shaun Silk <genix@mysoul.com.au>.
6665         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
6667 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
6669         * po/zh_CN.po: Update from translation team.
6671         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
6672         Add sys/signalfd.h and sys/eventfd.h.
6674 2007-11-15  Bruno Haible  <bruno@clisp.org>
6676         [BZ #5346]
6677         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
6678         union.
6679         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
6680         (DCIGETTEXT): Change the allocation of the 'search' variable so that
6681         it needs only fixed stack space. Delay the initialization of
6682         msgid_len until it is needed.
6684 2007-11-15  Andreas Jaeger  <aj@suse.de>
6686         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
6687         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
6689 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
6691         * po/ko.po: Update from translation team.
6693 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
6695         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
6696         significantly.  The device type is also part of the ifinfomsg data.
6698         * po/sv.po: Update from translation team.
6699         * po/nl.po: Likewise.
6701         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
6702         to wake up in 24 hours.
6704         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
6706 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
6708         * po/cs.po: Update from translation team.
6709         * po/pl.po: Likewise.
6711         * include/ifaddrs.h: Remove in6ai_temporary.
6712         (struct in6addrinfo): Add index element.
6713         Declare __check_native.
6714         * inet/Makefile (aux): Add check_native.
6715         * sysdeps/unix/sysv/linux/check_native.c: New file.
6716         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
6717         IFA_F_TEMPORARY.  Pass back ifa_index.
6718         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
6719         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
6720         call __check_native if necessary.
6721         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
6722         to sort addresses.  Pass information about the results.
6723         * posix/tst-rfc3484.c: Adjust for addition of index field and change
6724         of rfc3484_sort interface.
6725         * posix/tst-rfc3484-2.c: Likewise.
6727         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
6728         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
6729         for _quicksort.
6730         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
6731         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
6732         on as third parameter to compare function and _quicksort.
6733         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
6734         to the compare function.
6735         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
6736         * Versions.def: Add GLIBC_2.8 for libc.
6738         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
6739         * posix/tst-rfc3484-2.c: Likewise.
6741         * include/kernel-features.h: Moved to...
6742         * sysdeps/mach/hurd/kernel-features.h: ...here.
6744 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
6746         * sysdeps/i386/i586/memcpy_chk.S: New file.
6747         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
6748         * sysdeps/i386/i586/memset_chk.S: Likewise.
6750 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
6752         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
6753         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
6754         list of interfaces.  Also store prefix length.
6755         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
6756         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
6757         prefix if source and destination address are in the same subnet.
6758         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
6759         Always look for matching record in in6ai list.
6760         Correct source_addr_len value for IPv6->IPv4 converted records.
6762 2007-11-11  Roland McGrath  <roland@frob.com>
6764         * include/kernel-features.h: New file.
6766 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
6768         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
6769         complications for 64-bit platforms.
6771         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
6772         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
6773         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
6774         open64_2.
6775         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
6776         entries.
6777         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6778         * sysdeps/wordsize-64/alphasort.c: New file.
6779         * sysdeps/wordsize-64/alphasort64.c: New file.
6780         * sysdeps/wordsize-64/fseeko.c: New file.
6781         * sysdeps/wordsize-64/fseeko64.c: New file.
6782         * sysdeps/wordsize-64/ftello.c: New file.
6783         * sysdeps/wordsize-64/ftello64.c: New file.
6784         * sysdeps/wordsize-64/ftw.c: New file.
6785         * sysdeps/wordsize-64/ftw64.c: New file.
6786         * sysdeps/wordsize-64/iofgetpos.c: New file.
6787         * sysdeps/wordsize-64/iofgetpos64.c: New file.
6788         * sysdeps/wordsize-64/iofopen.c: New file.
6789         * sysdeps/wordsize-64/iofopen64.c: New file.
6790         * sysdeps/wordsize-64/iofsetpos.c: New file.
6791         * sysdeps/wordsize-64/iofsetpos64.c: New file.
6792         * sysdeps/wordsize-64/lockf.c: New file.
6793         * sysdeps/wordsize-64/lockf64.c: New file.
6794         * sysdeps/wordsize-64/mkostemp.c: New file.
6795         * sysdeps/wordsize-64/mkostemp64.c: New file.
6796         * sysdeps/wordsize-64/mkstemp.c: New file.
6797         * sysdeps/wordsize-64/mkstemp64.c: New file.
6798         * sysdeps/wordsize-64/scandir.c: New file.
6799         * sysdeps/wordsize-64/scandir64.c: New file.
6800         * sysdeps/wordsize-64/tmpfile.c: New file.
6801         * sysdeps/wordsize-64/tmpfile64.c: New file.
6802         * sysdeps/wordsize-64/versionsort.c: New file.
6803         * sysdeps/wordsize-64/versionsort64.c: New file.
6804         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
6805         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
6806         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
6807         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
6808         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
6809         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
6810         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
6811         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
6812         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
6813         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
6814         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
6815         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
6817         * crypt/sha256-crypt.c: Fix a comment.
6818         * crypt/sha512-crypt.c: Likewise.
6820 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
6822         * sysdeps/x86_64/memset.S: Add sfence after movnti.
6824 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
6826         [BZ #5277]
6827         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
6828         because output buffer is too small break, don't loop.
6829         * iconvdata/Makefile (tests): Add bug-iconv6.
6830         * iconvdata/bug-iconv6.c: New file.
6832 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
6834         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
6835         with size_t type.
6836         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
6837         size_t.  Add casts where needed.
6839         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
6840         old headers, don't call avc_has_perm if we don't have the
6841         permission information.
6843 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
6845         * elf/rtld.c (dl_main): Use the page size to find the map start.
6847 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
6849         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
6850         Patch by Szymon Siwek <sls@poczta.wp.pl>.
6852         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
6853         when the lookup call failed.
6855         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
6856         Add prune_cond and wakeup_time.
6857         (CACHE_PRUNE_INTERNAL): Define.
6858         Update declarations of prune_cache and setup_thread.
6859         * nscd/connections.c (dbs): Update initializers.
6860         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
6861         (nscd_init): Default number of threads is now 4.
6862         (invalidate_cache): Take lock before calling prune_cache.
6863         (handle_request): If SELinux forbids the request, say so.
6864         (readylist_cond): Use static initializer.
6865         (nscd_run_prune): New function.  Used only by pruning threads.
6866         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
6867         here.
6868         (fd_ready): Update nscd_run reference.
6869         (start_threads): No need to initialize readylist_cond.
6870         Start pruning threads separately.
6871         * nscd/nscd_setup_thread.c: Change return value type to int and always
6872         return 0.
6873         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
6874         to int and return nonzero value if we can use the TID address hack.
6875         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
6876         the database is later than the new entry's timeout, update the
6877         wakeup time and wake the cleanup thread.
6878         (prune_cache): Return seconds the next entry in the database is still
6879         valid.  Remove locking for pruning here.
6880         * nscd/nscd.conf: Document default number of threads.
6882 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
6884         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
6885         stack is properly aligned for the target function.
6886         Correct unwind info.
6888         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
6889         when using auditing libraries.
6891 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
6893         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
6894         _nss_dns_getnetbyaddr2_r.
6895         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
6896         extra parameter to getanswer_r.
6897         (_nss_dns_getnetbyaddr_r): Now a wrapper around
6898         _nss_dns_getnetbyaddr2_r.
6900         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
6901         gethstbynm3_r.
6902         * nscd/gethstbynm2_r.c: Remove.
6903         * nscd/gethstbynm3_r.c: New file.
6904         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
6905         __gethostbyaddr_r.
6906         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
6907         __gethostbyaddr_r compatibility wrapper.
6908         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
6909         determining timeout of entry.
6910         (lookup): Take new parameter and pass it to __gethostbyname3_r and
6911         __gethostbyaddr2_r.
6912         (addhstbyX): Pass reference to variable for TTL to lookup and
6913         cache_addhst.
6914         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
6915         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
6916         and __nss_next2.  Remove __nss_services_lookup.
6917         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
6918         Add compat wrapper.
6919         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
6920         __nss_next2.
6921         * nss/getXXent_r.c: Likewise.
6922         * nss/getnssent_r.c: Likewise.
6923         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
6924         does not exist in module, try the optional second name.
6925         (__nss_next2): New function.
6926         (__nss_next): Now wrapper around __nss_next2.
6927         * nss/nsswitch.h: Adjust __nss_lookup prototype.
6928         Declare __nss_next2.
6929         Adjust definition of db_lookup_function type.
6930         * nss/service-lookup.c: Define NO_COMPAT.
6931         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
6932         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
6933         * inet/ether_ntoh.c: Likewise.
6934         * sunrpc/netname.c: Likewise.
6935         * sunrpc/publickey.c: Likewise.
6936         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
6937         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
6938         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
6939         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
6940         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
6942         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
6944         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
6946 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
6948         [BZ #5204]
6949         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
6950         * crypt/sha512c-test.c: Likewise.
6952         [BZ #5225]
6953         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
6954         to keep track of end of %[ format string element.
6955         * stdio-common/Makefile (tests): Add bug20.
6956         * stdio-common/bug20.c: New file.
6958         [BZ #5222]
6959         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
6960         path elements in counting mode.
6962 2007-10-27  Andreas Jaeger  <aj@suse.de>
6964         [BZ #5040]
6965         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
6967         [BZ #3112]
6968         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
6969         (__cleanup): Free shared library when exiting.
6970         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
6971         (__cleanup): Free shared library when exiting.
6973 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
6975         [BZ #2549]
6976         * math/libm-test.inc (check_float_internal): Support
6977         denormalized return.
6979 2007-10-23  Andreas Jaeger  <aj@suse.de>
6981         [BZ #5208]
6982         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
6983         __LONG_LONG_PAIR to handle little endian byte order.
6984         Suggested by abhishekrai@google.com
6986 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
6988         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
6990 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
6992         * nscd/cache.c (prune_cache): Move test for modified file outside
6993         of locking.
6995 2007-10-21  Andreas Jaeger  <aj@suse.de>
6997         * manual/texinfo.tex: Update to latest version.
6999         * manual/sysinfo.texi (System Parameters): Fix Formatting.
7001         * manual/arith.texi (Status bit operations): Fix formatting.
7003         * manual/errno.texi (Error Messages): Fix formatting.
7005         * manual/sysinfo.texi (System Parameters): Fix formatting.
7007         * manual/libc.texinfo: Update VERSION and UPDATED.
7009 2007-10-19  Roland McGrath  <roland@redhat.com>
7011         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
7013 2007-10-06  David S. Miller  <davem@davemloft.net>
7015         * configure.in: Add sparcv9v2 and sparc64v2.
7016         * scripts/config.sub: Likewise.
7017         * configure: Regenerate.
7018         * elf/elf.h (HWCAP_SPARC_N2): New.
7019         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
7020         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
7021         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
7022         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
7023         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
7024         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
7025         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
7027 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
7029         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
7030         even if the poll result indicates there is data to read.
7031         Patch by Jeff Moyer <jmoyer@redhat.com>.
7033 2007-10-18  Roland McGrath  <roland@redhat.com>
7035         * elf/elf.h (NT_PPC_VMX): New macro.
7037 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
7039         * version.h (VERSION): Set to 2.7.90.
7041 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
7043         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
7044         weak_alias.
7046 2007-10-17  Roland McGrath  <roland@frob.com>
7048         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
7049         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
7051 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
7053         * version.h (VERSION): Bump to 2.7.
7054         * include/features.h (__GLIBC_MINOR__): Bump to 7.
7056         [BZ #5186]
7057         * time/tzset.c (__tz_convert): Don't force testing for a change of
7058         TZ if not called from localtime.  But then also see whether the
7059         file changed, in case __use_tzfile is set.
7061         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
7062         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
7063         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
7064         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
7065         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
7066         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
7067         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
7068         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
7070 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
7072         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
7073         and admin selects to be able to replace the gai.conf file, lock
7074         data structures around the qsort call.
7076 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
7078         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
7079         new memset.
7080         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
7081         too high for the improvements.  Implement bzero unconditionally for
7082         use in libc.
7084 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
7085             Jakub Jelinek  <jakub@redhat.com>
7087         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
7088         even when time_t is 32-bit.
7089         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
7090         timezone data read by __tzfile_default.  Ensure __tzname[0] is
7091         always set after the search.
7093 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
7095         * time/tzfile.c (__tzfile_read): Help the compiler recognize
7096         unreachable code on 32-bit machines.
7098 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
7100         [BZ #5184]
7101         * time/strftime_l.c: Include stdbool.h.
7102         (my_strftime): New wrapper, old function renamed to...
7103         (__strftime_internal): ... new function.  Add tzset_called
7104         argument, pass it down to recursive calls, don't call tzset ()
7105         if already true, set to true after call to tzset ().
7107 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
7109         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
7110         into account when copying TZ string.
7112 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
7114         * time/tzfile.c (__tzfile_compute): For use_last case set i to
7115         num_transition rather than num_transitions - 1.
7117 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
7119         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
7120         PIC indirect jump.
7122         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
7123         a local label rather than HIDDEN_JUMPTARGET.
7125 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
7127         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
7128         (init_cacheinfo): Initialize it.
7129         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
7130         Always define bzero.
7131         Remove non-glibc code.
7132         * sysdeps/x86_64/bzero.S: Make an empty file.
7134 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
7136         * sysdeps/x86_64/cacheinfo.c
7137         (__x86_64_preferred_memory_instruction): New.
7138         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
7140         * sysdeps/x86_64/memset.S: Rewrite.
7142 2007-10-15  Roland McGrath  <roland@redhat.com>
7144         * po/libc.pot: Regenerated.
7146 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
7148         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
7149         pointers.
7151         [BZ #3425]
7152         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
7153         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
7154         address record to T_A/T_AAAA requests.
7156 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
7158         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
7160         * posix/glob.c: Add some branch prediction throughout.
7162         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
7163         read from nscd.
7165         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
7166         service_order.
7167         (rfc3484_sort): Make sure that even if qsort doesn't support
7168         stable sorting out sorting here is stable by comparing service_order.
7169         (getaddrinfo): Initialize service_order.
7170         * posix/tst-rfc3484.c (do_test): Adjust for addition of
7171         service_order field to sorting structure.
7172         * posix/tst-rfc3484-2.c (do_test): Likewise.
7174         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
7175         * time/tzset.c (tzset_internal): Break TZ string parsing out into
7176         __tzset_parse_tz and updating of daylight, timezone, tzname into
7177         update_vars.
7178         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
7179         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
7180         happens in __tz_compute.
7181         * time/tzfile.c (__tzfile_read): Also read TZ string.
7182         (find_transition): Fold into __tzfile_compute.
7183         (__tzfile_compute): For times beyond the last transition try to
7184         use the TZ string.
7185         * timezone/tst-timezone.c: Information in daylight and tzname does
7186         change for Asia/Tokyo timezone with more concrete information.
7187         Remove the test.
7189         * include/stdio.h: Add libc_hidden_proto for ftello.
7190         * libio/ftello.c: Add libc_hidden_def.
7192         [BZ #1140]
7193         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
7194         on the specified time and not the last entries in the file.  Move
7195         code to determine tzname[] to...
7196         (find_transition): ...here.  Add ugly guess for times before the
7197         first transition.
7199 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
7201         [BZ #3195]
7202         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
7203         no entry.
7204         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
7205         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7206         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
7207         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7209         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
7210         read mechanism when there are no group members and avoid no-op
7211         read syscall in this case.
7213         [BZ #3242]
7214         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
7215         (__readall): If reading failed due to EAGAIN error wait a bit
7216         and possibly try again.
7217         (__readvall): Likewise.
7219 2007-10-13  Bruno Haible  <bruno@clisp.org>
7221         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
7222         when we cannot recode the message.
7224 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
7226         [BZ #4359]
7227         * libio/__freading.c (__freading): Don't return true for
7228         write-only streams.  For read/write streams, check whether we
7229         performed a read operation already.
7230         * libio/Makefile (tests): Add tst-ext2.
7231         * libio/tst-ext2.c: New file.
7233 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
7235         * locale/programs/repertoire.c (repertoire_read): Always free
7236         memory for repertoire file name [Coverity CID 270].
7238         * elf/cache.c (save_aux_cache): Free memory allocated for
7239         temporary file name [Coverity CID 267].
7241 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
7243         * misc/Makefile (headers): Add bits/error.h.
7245 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
7247         * posix/fnmatch_loop.c: Take rule index returned as part of
7248         findidx return value into account when accessing weights.
7249         * posix/regcomp.c: Likewise.
7250         * posix/regexec.c: Likewise.
7252         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
7253         (skip_to): Fix problems with parameter of elifdef/elifndef.
7255 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
7257         * iconv/gconv_simple.c: Add some branch prediction.
7259 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
7261         * locale/programs/ld-collate.c (collate_read): If ignore_content
7262         and nowtok is tok_define, eat any tok_eol tokens.
7264 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
7266         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
7267         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
7269         * inet/netinet/in.h: Don't include bits/socket.h.
7270         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
7271         macro.
7272         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7274 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
7276         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
7277         and tok_elifndef.
7278         * locale/programs/locfile-kw.gperf: Likewise.
7279         * locale/programs/ld-collate.c: Implement primitive preprocessor.
7281 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
7283         * stdio-common/printf-parse.h: Include string.h and wchar.h.
7284         (__find_specwc): Change into __extern_always_inline function.
7285         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
7286         (__parse_one_specmb): Remove ps argument.
7287         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
7288         Adjust __find_specmb and __parse_one_specmb callers.
7289         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
7290         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
7291         Removed.
7292         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
7293         caller.
7295 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
7297         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
7298         with some Pentium Ds.
7300 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
7302         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
7303         __read not read.
7304         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
7305         __write not write.
7307 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
7309         [BZ #181]
7310         * locale/C-time.c: Set week_1stday data to 19971201.
7311         * locale/programs/ld-time.c (time_finish): Default for
7312         first_workday is Monday.
7314         [BZ #2633]
7315         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
7317         [BZ #5103]
7318         * posix/glob.c (glob): Recognize patterns starting \/.
7319         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
7320         (main): Add test for pattern starting \/.
7322         * misc/error.h: Use __const instead of const.
7323         * misc/bits/error.h: Likewise.
7325 2007-10-07  Andreas Jaeger  <aj@suse.de>
7327         * include/bits/error.h: New file.
7329         * misc/bits/error.h (error_at_line): Fix prototype.
7331 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
7333         [BZ #3924]
7334         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
7335         more little bugs in creating the stack frame when pltexit has to
7336         be called.
7338         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
7339         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
7341         [BZ #4407]
7342         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
7343         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
7344         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
7345         * math/libm-test.inc: Add test for this case.
7347         [BZ #5010]
7348         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
7349         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
7350         map service succeeded.
7351         (svc_is_mapped): New function.
7352         (svc_unregister): Use it before trying to unmap service.
7354 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
7356         * timezone/zic.c: Update from tzcode2007h.
7358         [BZ #5063]
7359         * timezone/africa: Update from tzdata2007h.
7360         * timezone/antarctica: Likewise.
7361         * timezone/asia: Likewise.
7362         * timezone/australasia: Likewise.
7363         * timezone/europe: Likewise.
7364         * timezone/leapseconds: Likewise.
7365         * timezone/northamerica: Likewise.
7366         * timezone/southamerica: Likewise.
7367         * timzeone/zone.tab: Likewise.
7369         [BZ #5104]
7370         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
7372         [BZ #5113]
7373         * string/bits/string2.h (__strdup): Cast parameters to calloc to
7374         avoid warning with -Wconversion.
7375         (__strndup): Likewise.
7376         Half the patch by Christian Iseli <christian.iseli@licr.org>.
7378         [BZ #5112]
7379         * nscd/connections.c (restart): Don't resync if database is
7380         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
7382         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
7383         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
7385         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
7386         evetnfd_read, eventfd_write.
7387         * sysdeps/unix/sysv/linux/eventfd.c: New file.
7388         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
7389         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
7390         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
7391         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
7392         eventfd_write for GLIBC_2.7.
7394         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
7395         * sysdeps/unix/sysv/linux/signalfd.c: New file.
7396         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
7397         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
7399 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
7401         * stdlib/msort.c: Include stdint.h.
7402         (struct msort_param): New type.
7403         (msort_with_tmp): Use struct msort_param pointer for unchanging
7404         parameters.  Add optimized handling for several common sizes
7405         and indirect sorting mode.
7406         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
7407         sorting.
7408         Suggested by Belazougui Djamel .
7410         * stdlib/Makefile (tests): Add tst-qsort2.
7411         * stdlib/tst-qsort2.c: New test.
7413 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
7415         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
7416         for dup2 in case another thread races with the current one.  Retry
7417         in this case.
7419         * misc/error.h: Remove support for use outside of libc.  We have to
7420         include <features.h> now.  Include <bits/error.h> if possible.
7421         * misc/bits/error.h: New file.
7423 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
7425         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
7426         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
7427         __extern_always_inline functions unconditionally, drop macros.
7429         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
7430         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
7431         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
7433         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
7434         add __artificial__ attribute.
7436 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
7438         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
7439         backward to forward direction.
7441         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
7443         [BZ #645]
7444         * locale/programs/ld-collate.c (collate_finish): Compare against last
7445         used section which is known to have rules defined.
7446         (collate_read): After order_start, correctly record order of sections
7447         and queue sections up.
7449 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
7451         [BZ #5071]
7452         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
7453         the same number of pages.
7454         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
7456         * locale/programs/ld-collate.c (collate_read): After initial copy
7457         statement, continue in state 0.
7459         * include/stdio_ext.h (__fsetlocking): Define as macro.
7461 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
7463         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
7464         of section order.
7466         * po/pt_BR.po: Fix typo.
7468 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
7470         * iconvdata/Makefile (modules): Add ISO8859-9E.
7471         (distribute): Add iso8859-9e.c.
7472         (gen-8bit-gap-modules): Add iso8859-9e.
7473         * iconvdata/iso8859-9e.c: New file.
7474         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
7475         * iconvdata/TESTS: Likewise.
7476         * iconvdata/tst-tables.sh: Likewise.
7478         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
7480         * locale/iso-639.def: Add several new entries.
7482 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
7484         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
7485         void * pointers instead of struct link_map **.
7486         (_dl_scope_free): Change argument type to void *.
7487         * include/link.h (struct link_map): Change type of l_reldeps
7488         to struct link_map_reldeps, move l_reldepsact into that
7489         struct too.
7490         * elf/dl-deps.c: Include atomic.h.
7491         (_dl_map_object_deps): Only change l->l_initfini when it is
7492         fully populated, use _dl_scope_free for freeing it.  Optimize
7493         removal of libs from reldeps by using l_reserved flag, when
7494         some removal is needed, allocate a new list instead of
7495         reallocating and free the old with _dl_scope_free.  Adjust
7496         for l_reldeps and l_reldepsact changes.
7497         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
7498         searching in l_initfini and l_reldeps without holding dl_load_lock.
7499         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
7500         l_reldepsact changes.
7501         * elf/dl-close.c (_dl_close_worker): Likewise.
7502         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
7504 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
7506         * iconvdata/Makefile (modules): Add KOI8-RU.
7507         (distribute): Add koi8-ru.c.
7508         (gen-8bit-gap-modules): Add koi8-ru.
7509         * iconvdata/koi8-ru.c: New file.
7510         * iconvdata/gconv-modules: Add entries for KOI8-RU.
7511         * iconvdata/TESTS: Likewise.
7512         * iconvdata/tst-tables.sh: Likewise.
7514         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
7516 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
7518         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
7519         with __warning__/__error__ attributes.
7520         (__warnattr): Define.
7521         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
7522         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
7523         __warnattr.
7524         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
7525         of __*_chk if compile time detectable overflow is found.
7526         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
7527         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
7528         with __warnattr.
7529         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
7530         instead of __*_chk if compile time detectable overflow is found.
7531         (__gets_alias): Rename to...
7532         (__gets_warn): ... this.  Add __warnattr.
7533         (gets): Call __gets_warn instead of __gets_alias.
7534         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
7535         aliases with __warnattr.
7536         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
7537         time detectable overflow is found.
7538         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
7539         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
7540         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
7541         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
7542         __getdomainname_chk_warn): New aliases with __warnattr.
7543         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
7544         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
7545         __*_chk_warn instead of __*_chk if compile time detectable overflow
7546         is found.
7547         (__getgroups_chk): Rename argument to __listlen from listlen.
7548         (__getwd_alias): Rename to...
7549         (__getwd_warn): ... this.  Add __warnattr.
7550         (getwd): Call __getwd_warn instead of __getwd_alias.
7551         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
7552         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
7553         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
7554         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
7555         __wcsnrtombs_chk_warn): New aliases with __warnattr.
7556         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
7557         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
7558         compile time detectable overflow is found.
7559         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
7560         to use __*_chk or not.
7561         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
7562         in comparisons which function should be called and in __*_chk*
7563         arguments.  Call __*_chk_warn instead of __*_chk if compile time
7564         detectable overflow is found.
7565         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
7566         __*_chk argument.
7567         * debug/tst-chk1.c (do_test): Add a few more tests.
7569 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
7571         [BZ #5058]
7572         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
7573         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
7574         (_nl_unload_domain): Finalize conversions_lock.
7575         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
7576         handling table of known conversions.
7578 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
7580         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
7581         close_not_cancel_no_status instead of close.
7583 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
7585         [BZ #5028]
7586         * posix/regcomp.c (lookup_collation_sequence_value): Check that
7587         nrules != 0 for multibyte chars.
7589 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
7591         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
7592         Provide better error message in case the type is unknown.
7594         [BZ #4963]
7595         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
7596         * string/stratcliff.c: Make usable to test wide char functions.
7597         * wcsmbs/wcsatcliff.c: New file.
7598         * wcsmbs/Makefiel (tests): Add wcsatcliff.
7600         [BZ #4972]
7601         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
7602         (distribute): Add mac-centraleurope.c.
7603         (gen-8bit-gap-modules): Add mac-centraleurope.
7604         * iconvdata/mac-centraleurope.c: New file.
7605         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
7606         * iconvdata/TESTS: Likewise.
7607         * iconvdata/tst-tables.sh: Likewise.
7609         [BZ #5043]
7610         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
7612 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
7614         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
7615         from __x86_64_core_cache_size_half.
7616         (init_cacheinfo): Compute shared cache size for AMD processors with
7617         shared L3 correctly.
7618         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
7619         name change.
7620         Patch in large parts by Evandro Menezes.
7622 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
7624         * elf/dl-lookup.c (add_dependency): Handle failing memory
7625         allocation for dependency list.  Remove unnecessary check.
7627         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
7628         open/close when determining source addresses.
7630         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
7631         sha512-crypt, and sha512.
7632         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
7633         (distribute): Add sha256.h and sha512.h.
7634         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
7635         and call the appropriate code.
7636         * crypt/sha256-crypt.c: New file.
7637         * crypt/sha256.c: New file.
7638         * crypt/sha256.h: New file.
7639         * crypt/sha256c-test.c: New file.
7640         * crypt/sha256test.c: New file.
7641         * crypt/sha512-crypt.c: New file.
7642         * crypt/sha512.c: New file.
7643         * crypt/sha512.h: New file.
7644         * crypt/sha512c-test.c: New file.
7645         * crypt/sha512test.c: New file.
7647 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
7649         * misc/bits/syslog.h (syslog): Remove extraneous argument from
7650         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
7651         __syslog_chk.
7653 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
7655         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
7656         %as in fscanf format strings.
7658         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
7659         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
7660         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7661         Likewise.
7662         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7663         Likewise.
7665         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
7666         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
7667         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
7668         * elf/dl-sym.c (do_sym): Likewise.
7669         * include/link.h (struct link_map): Add l_serial field.
7670         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
7671         * elf/dl-lookup.c (add_dependency): Add flags argument.
7672         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
7673         flags, use THREAD_GSCOPE_RESET_FLAG before and
7674         THREAD_GSCOPE_SET_FLAG after
7675         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
7676         Don't dereference map until it has been found on some list.
7677         If map->l_serial changed, return -1.
7679 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
7681         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
7682         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
7683         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
7684         libc_hidden_proto.
7685         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
7686         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
7687         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
7688         add libc_hidden_proto.
7689         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
7690         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
7691         conformance requested.
7692         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
7693         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
7694         conformance requested.
7695         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
7696         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
7697         conformance requested.
7698         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
7699         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
7700         ISO C99 or POSIX conformance requested.
7701         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
7702         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
7703         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
7704         and __isoc99_vsscanf@@GLIBC_2.7.
7705         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
7706         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
7707         (tests): Add scanf14.
7708         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
7709         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
7710         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
7711         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
7712         CFLAGS-isoc99_scanf.c): Add $(exceptions).
7713         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
7714         from using internal headers.
7715         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
7716         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
7717         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
7718         and __isoc99_vswscanf@@GLIBC_2.7.
7719         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
7720         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
7721         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
7722         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
7723         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
7724         * stdio-common/isoc99_scanf.c: New file.
7725         * stdio-common/isoc99_vsscanf.c: New file.
7726         * stdio-common/isoc99_vscanf.c: New file.
7727         * stdio-common/isoc99_vfscanf.c: New file.
7728         * stdio-common/isoc99_fscanf.c: New file.
7729         * stdio-common/isoc99_sscanf.c: New file.
7730         * wcsmbs/isoc99_fwscanf.c: New file.
7731         * wcsmbs/isoc99_vswscanf.c: New file.
7732         * wcsmbs/isoc99_swscanf.c: New file.
7733         * wcsmbs/isoc99_wscanf.c: New file.
7734         * wcsmbs/isoc99_vwscanf.c: New file.
7735         * wcsmbs/isoc99_vfwscanf.c: New file.
7736         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
7737         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
7738         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
7739         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
7740         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
7741         * stdio-common/scanf14.c: New test.
7742         * stdio-common/scanf15.c: New test.
7743         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
7744         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
7745         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
7746         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
7747         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
7748         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
7749         __nldbl___isoc99_scanf@@GLIBC_2.7,
7750         __nldbl___isoc99_fscanf@@GLIBC_2.7,
7751         __nldbl___isoc99_sscanf@@GLIBC_2.7,
7752         __nldbl___isoc99_vscanf@@GLIBC_2.7,
7753         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
7754         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
7755         __nldbl___isoc99_wscanf@@GLIBC_2.7,
7756         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
7757         __nldbl___isoc99_swscanf@@GLIBC_2.7,
7758         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
7759         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
7760         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
7761         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
7762         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
7763         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
7764         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
7765         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
7766         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
7767         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
7768         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
7769         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
7770         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
7771         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
7772         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
7773         functions.
7774         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
7775         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
7776         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
7777         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
7778         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
7779         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
7780         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
7781         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
7782         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
7783         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
7784         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
7785         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
7787         * stdio-common/Makefile (tests): Add scanf13.
7788         (scanf13-ENV): New.
7789         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
7790         m modifier followed by l.
7791         (STRING_ARG): Add width argument.
7792         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
7793         <case L_('C')>: Handle %mlc and %mC.
7794         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
7795         arguments.
7796         * stdio-common/scanf13.c: New test.
7798         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
7799         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
7801 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
7803         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
7804         type and __THROW marker of splice, vmsplice, and tee.
7805         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
7806         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
7807         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
7808         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
7809         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
7810         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
7811         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
7812         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
7813         as cancellation points.
7815 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
7817         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
7818         parse more than three parts of the version number.
7820 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
7822         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
7823         modifier.  Patch by Jakub Jelinek.
7825 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
7827         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
7828         call_fallocate in misc subdir.
7829         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
7830         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
7831         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
7832         instead of __fallocate64.
7833         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
7835 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
7837         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
7838         * rt/Makefile (headers): Add bits/mqueue2.h.
7839         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
7840         optimizing with GCC and __va_arg_pack_len is defined.
7841         * rt/bits/mqueue2.h: New file.
7842         * rt/mq_open.c (__mq_open): Renamed from mq_open.
7843         (mq_open): New strong_alias.
7844         (__mq_open_2): New function.
7845         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
7846         (mq_open): New strong_alias.
7847         (__mq_open_2): New function.
7848         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
7849         * Versions.def (librt): Add GLIBC_2.7 version.
7850         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
7851         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
7853         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
7854         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
7855         is defined rather than when not C++.
7856         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
7857         __openat64_alias): New redirects.
7858         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
7859         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
7860         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
7861         (open, open64, openat, openat64): Rewrite as __extern_always_inline
7862         functions instead of function-like macros.
7864 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
7866         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
7867         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
7868         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
7870 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
7872         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
7873         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
7875 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
7877         * inet/tst-network.c: Increment ERRORS for failing tests.
7879 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
7881         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
7882         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
7883         implement as __extern_always_inline function.
7884         (vsyslog): Define as __extern_always_inline function unconditionally.
7885         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
7886         When __va_arg_pack is defined, implement as __extern_always_inline
7887         functions.
7888         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
7889         __extern_always_inline functions unconditionally.
7890         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
7891         bits/stdio2.h will be included.
7892         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
7893         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
7894         implement as __extern_always_inline functions.
7895         (vswprintf, vwprintf, vfwprintf): Define as
7896         __extern_always_inline functions unconditionally.
7897         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
7899 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
7901         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
7902         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
7903         attribute.
7904         * include/features.h (__USE_EXTERN_INLINES): Define only when
7905         __extern_inline is defined.
7906         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
7907         is defined instead of when not __cplusplus.
7908         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
7909         is defined instead of when not __cplusplus.
7910         * socket/sys/socket.h: Include bits/socket2.h when
7911         __extern_always_inline is defined instead of when not __cplusplus.
7912         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
7913         is defined instead of when not __cplusplus.
7914         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
7915         is defined instead of when not __cplusplus.
7916         * string/string.h: Include bits/string3.h when __extern_always_inline
7917         is defined instead of when not __cplusplus.
7918         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
7919         is defined instead of when not __cplusplus.
7920         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
7921         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
7922         is not defined.
7923         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
7924         defined __extern_always_inline instead of !defined __cplusplus.
7925         * libio/bits/stdio-ldbl.h: Likewise.
7926         * wcsmbs/bits/wchar-ldbl.h: Likewise.
7927         * misc/bits/syslog.h (syslog): Don't define for C++.
7928         (vsyslog): Use __extern_always_inline function for C++ instead of
7929         a macro.
7930         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
7931         whenever that macro is defined.
7932         (vprintf): Don't provide the inline for C++.
7933         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
7934         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
7935         define the macros for C++.
7936         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
7937         __extern_always_inline functions for C++.
7938         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
7939         stat64, lstat64, fstat64, fstatat64): Don't define if not
7940         __USE_EXTERN_INLINES.
7941         * wcsmbs/bits/wchar2.h: Fix #error message.
7942         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
7943         (vswprintf, vwprintf, vfwprintf): Define using
7944         __extern_always_inline functions for C++.
7945         * string/bits/string3.h: Don't #undef macros if __cplusplus.
7946         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
7947         strncpy, strcat, strncat): Define as __extern_always_inline
7948         functions instead of macros for C++.
7949         * math/bits/cmathcalls.h: Guard __extern_inline routines with
7950         defined __extern_inline.
7951         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
7952         to __extern_inline whenever that macro is defined.
7953         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7954         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7955         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
7956         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
7957         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7958         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7959         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7960         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7961         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
7962         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
7963         prototypes.  Only provide __extern_inline routines if
7964         __USE_EXTERN_INLINES.
7965         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
7966         tests.
7967         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
7968         For now avoid some *printf tests in C++.  Skip all testing
7969         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
7970         is not.
7971         * debug/tst-chk4.cc: New file.
7972         * debug/tst-chk5.cc: New file.
7973         * debug/tst-chk6.cc: New file.
7974         * debug/tst-lfschk4.cc: New file.
7975         * debug/tst-lfschk5.cc: New file.
7976         * debug/tst-lfschk6.cc: New file.
7977         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
7978         prototypes in C++.
7979         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
7980         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
7981         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
7983 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
7985         * po/cs.po: Update from translation team.
7987 2007-09-11  Roland McGrath  <roland@redhat.com>
7989         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
7990         compiling.
7992 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7994         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
7996 2007-09-05  Roland McGrath  <roland@redhat.com>
7998         * manual/signal.texi (Signaling Another Process): Typo fix.
7999         From Karl Berry <karl@freefriends.org>.
8001 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
8003         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
8004         zero if not defined.
8005         (make_request): Recognize optimistic addresses and treat them like
8006         deprecated addresses.
8007         Reported by Neil Horman <nhorman@redhat.com>.
8009 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
8011         * nscd/connections.c (send_ro_fd): Also transfer file size.
8012         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
8013         file size don't call fstat.
8015         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
8016         ahead and map the file.  This should always be correct and we can
8017         catch problems later.
8019 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
8021         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
8022         prototypes.
8023         (__fread_alias, __fread_unlocked_alias): New aliases.
8024         (fread): New extern inline.
8025         (fread_unlocked): Likewise.  Undef macro before definition of
8026         the inline function.
8027         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
8028         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
8029         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
8030         and __fread_unlocked_chk@@GLIBC_2.7.
8031         * debug/fread_chk.c: New file.
8032         * debug/fread_u_chk.c: New file.
8033         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
8035 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
8037         * sysdeps/unix/sysv/linux/syscalls.list
8038         (personality): Change caller to EXTRA.
8040 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
8042         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
8043         to keep gcc quiet.
8044         * iconvdata/iso-2022-cn.c (BODY): Likewise.
8046         * locale/programs/ld-collate.c (collate_output): Avoid warning if
8047         NDEBUG is defined.
8049         * Makerules: Use -p option with mkdir.
8051         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
8052         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
8053         (_xdr_directory_obj): Likewise.
8054         (xdr_entry_obj): Likewise.
8055         (xdr_group_obj): Likewise.
8056         (xdr_link_obj): Likewise.
8057         (xdr_table_obj): Likewise.
8058         (_xdr_nis_result): Likewise.
8059         (_xdr_ns_request): Likewise.
8060         (_xdr_ib_request): Likewise.
8061         (_xdr_nis_taglist): Likewise.
8062         (xdr_cback_data): Likewise.
8063         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
8064         (xdr_ypresp_maplist): Likewise.
8066         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
8068         * posix/regex_internal.h: Prevent some declarations and definitions
8069         to be seen when used in tests.
8071         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
8072         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
8074         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
8076         * config.make.in (datarootdir): Add to shut up configure.
8078         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
8079         associativity for fully-associative caches.
8081         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
8082         requests.  Fill on more associativity values for L2.
8083         Patch mostly by Evandro Menezes.
8085 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
8087         * sysdeps/unix/sysv/linux/x86_64/init-first.c
8088         (_libc_vdso_platform_setup): Avoid using exported variable by using
8089         alias.
8091         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
8093         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
8094         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
8095         defined.
8097 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
8099         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
8100         align stack for call if pltexit is to be used.
8102         [BZ #3924]
8103         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
8104         align for function call in case pltexit has to be called later.
8106         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
8107         implicit atomic operation when storing function pointer.
8108         (_dl_runtime_profile): Likewise.
8110 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
8112         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
8113         NIS_NOTFOUND.
8115 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
8117         [BZ #4566]
8118         * string/strtok.c: Fix typo in comment.
8120         [BZ #4582]
8121         * debug/segfault.c: Fix typos in comments.
8123         [BZ #4588]
8124         * stdio-common/tempnam.c: Fix comment, it is not checked that
8125         TMPDIR points to a writable directory.
8127         [BZ #4726]
8128         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
8129         memory allocated for the name server address.
8131         [BZ #4946]
8132         * nscd/connections.c (handle_request): Using sendfile always
8133         requires that mmap is used for the database.
8134         Patch by Petr Baudis <pasky@suse.cz>.
8136         [BZ #4905]
8137         * nscd/hstcache.c (cache_addhst): When reloading an entry which
8138         suddenly has two or more addresses, ignore it and remove the old
8139         entry.
8141         [BZ #4814]
8142         * resolv/res_hconf.c: Prepare for compiling outside libc.
8143         * nscd/res_hconf.c: New file.
8144         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
8145         the new file.
8146         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
8147         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
8149         * nscd/hstcache.c (cache_addhst): Minimal optimization.
8151         [BZ #4925]
8152         * debug/pcprofiledump.c: Turn on internationalization by calling
8153         setlocale.  Patch mostly by Benno Schulenberg.
8155         [BZ #4936]
8156         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
8157         the state.
8158         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
8159         * iconvdata/bug-iconv5.c: New file.
8161 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
8163         [BZ #4896]
8164         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
8165         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
8166         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
8167         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
8168         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
8169         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
8170         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
8171         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
8173 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
8175         [BZ #4937]
8176         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
8177         lookup loop.  Suggested by John Reiser.
8179 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
8181         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
8183 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
8185         * csu/libc-start.c: Don't handle VDSO_SETUP here.
8186         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
8187         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
8188         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
8189         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
8190         to...
8191         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
8193 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
8195         * po/nl.po: Update from translation team.
8197 2007-08-16  Andreas Jaeger  <aj@suse.de>
8199         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
8200         Reported by Peter Festner <peter.festner@ewetel.net>.
8202 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
8204         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
8206 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
8208         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
8209         to check for undefined symbols.
8211         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
8212         If the syscall fails, set errno to the actual returned error number
8213         rather than EINVAL.
8214         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
8215         arguments are incorrect, set errno to EINVAL, if the syscall
8216         fails, set errno to the actual returned error number.
8218         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
8219         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
8221         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
8222         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
8223         file.
8224         (ASI_PNF, ASI_BLK_P): Don't define.
8225         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
8226         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
8227         file.
8228         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
8229         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
8230         file.
8232 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
8234         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
8235         FE_UNDERFLOW on Niagara CPUs.
8237         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
8238         exceptions.
8240 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
8242         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
8243         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
8244         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
8245         flush should be used or not inside of the function.
8246         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
8248         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
8249         __thread_start): Use HIDDEN_JUMPTARGET.
8250         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
8251         __thread_start): Likewise.
8252         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
8254         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
8255         Add libc_hidden_proto.
8256         (STRTOF): Add libc_hidden_proto.
8257         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
8258         (strtold_l, wcstold_l): Use them as second argument for
8259         long_double_symbol.
8261 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
8263         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
8265 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8267         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
8269 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
8271         * po/bg.po: New file.  From the translation team.
8273 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
8275         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
8276         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
8277         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
8278         when each feature was introduced.
8280         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
8281         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
8282         (CHECK_HASH): New macro.
8283         (PREPARE_VERSION): Use it.
8285         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
8286         prototype if not __ASSUME_PSELECT.
8287         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
8288         prototype if not __ASSUME_PPOLL.
8290         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
8292         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
8293         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
8294         is defined.
8296 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
8298         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
8299         (_libc_vdso_platform_setup): If vDSO is not available point
8300         __vdso_gettimeofday to the vsyscall.
8301         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
8302         __vdso_gettimeofday instead of vsyscall.
8304 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
8306         * nscd/servicescache.c: Include kernel-features.h.
8307         * nscd/gai.c: Likewise.
8308         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
8309         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
8310         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
8311         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
8312         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
8313         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
8314         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
8315         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
8316         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
8318 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
8320         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
8321         and _dl_get_origin defines anymore.
8323         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
8324         Build fix for systems which might lack POSIX timer support.
8326         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
8327         (_libc_vdso_platform_setup): Mangle function pointers before storing
8328         them.
8329         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
8330         Demangle vdso pointer before use.
8331         (INTERNAL_VSYSCALL): Likewise.
8333         * elf/cache.c (primes): Mark as const.
8334         Noted by Roland McGrath.
8336 2007-08-01  Andreas Jaeger  <aj@suse.de>
8337             Jakub Jelinek  <jakub@redhat.com>
8339         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
8340         (options): Add option.
8341         (parse_opt): Handle option.
8342         (manual_link): Adjust process_file caller.  Call implicit_soname.
8343         (search_dir): Formatting.  Use and populate auxiliary cache.
8344         (main): Load and save auxiliary cache.
8345         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
8346         stat64 from fstat64 to caller.
8347         (implicit_soname): New function.
8348         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
8349         leave *soname as NULL.
8350         * elf/cache.c: Include libgen.h.
8351         (print_entry, print_cache, compare, save_cache, add_to_cache):
8352         Formatting and cleanups.
8353         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
8354         aux_cache_file): New structures.
8355         (AUX_CACHEMAGIC): Define.
8356         (primes): New array.
8357         (aux_hash_size, aux_hash): New variables.
8358         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
8359         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
8360         load_aux_cache, save_aux_cache): New functions.
8361         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
8362         (init_aux_cache, search_aux_cache, add_to_aux_cache,
8363         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
8364         (process_file): Adjust prototype.
8366 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
8368         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
8369         with __need_size_t.
8371 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
8373         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
8374         r_found_version structure as second parameter.
8375         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
8376         (_dl_vdso_vsym): Change type of second parameter accordingly.
8377         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
8378         (_libc_vdso_platform_setup): Adjust.
8379         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
8380         (_libc_vdso_platform_setup): Likewise.
8382         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
8383         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
8384         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
8385         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
8386         * csu/libc-start.c: Pretty printing.
8387         Use VDSO_SETUP if defined.
8388         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
8389         and let generic code call into _libc_vdso_platform_setup.
8390         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
8391         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
8392         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
8393         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
8394         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
8395         for GLIBC_PRIVATE.
8396         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
8397         (sysdep_rountines): Add dl-vdso.
8399         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
8400         of routines.
8402         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
8403         attribute_hidden to __vdso_gettimeofday prototype.
8405 2007-08-12  Roland McGrath  <roland@redhat.com>
8407         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
8408         From: Karl Berry <karl@freefriends.org>.
8410 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
8412         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
8413         an atime update for the files we read.
8415 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
8417         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
8419         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
8420         instead of mkstemp.
8422         * misc/Makefile (routines): Add mkostemp and mkostemp64.
8423         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
8424         * misc/mkostemp.c: New file.
8425         * misc/mkostemp64.c: New file.
8426         * stdlib/stdlib.h: Declare the new functions.
8427         * sysdeps/posix/tempname.c: Add new parameter which is added to
8428         the flags for open.  Remove __GT_BIGFILE handling.
8429         * stdio-common/tempname.c: Likewise.
8430         * include/stdio.h: Adjust __gen_tempname prototype.
8431         Renumber __GT_* constants.
8432         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
8433         * misc/mkdtemp.c: Likewise.
8434         * misc/mkstemp.c: Likewise.
8435         * misc/mkstemp64.c: Likewise.
8436         * misc/mktemp.c: Likewise.
8437         * stdio-common/tempnam.c: Likewise.
8438         * stdio-common/tmpfile.c: Likewise.
8439         * stdio-common/tmpfile64.c: Likewise.
8440         * stdio-common/tmpnam.c: Likewise.
8441         * stdio-common/tmpnam_r.c: Likewise.
8443 2007-08-10  Roland McGrath  <roland@frob.com>
8445         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
8446         New macros.
8447         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
8448         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
8450 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
8452         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
8453         possible.
8454         * nss/nss_files/files-alias.c (internal_setent): Likewise.
8455         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
8456         * nss/nss_files/files-have_o_cloexec.c: New file.
8458         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
8459         available.
8461 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
8463         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
8464         ___new_wcstold_l): New weak aliases.
8465         (strtold_l, wcstold_l): Use them as second argument for
8466         long_double_symbol.
8468 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
8470         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
8471         register in test for error.
8473         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
8474         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
8476         * po/sv.po: Update from translation team.
8478 2007-08-06  Roland McGrath  <roland@redhat.com>
8480         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
8481         Remove __strto*_l inlines.
8482         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
8483         * stdlib/strtod.c: Add libc_hidden_def.
8484         * stdlib/strtod_l.c: Likewise.
8485         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
8486         for __new_strtold and __new_wcstold.
8487         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
8488         __STRTOF, STRTOF.
8489         * stdlib/strtol.c: Add libc_hidden_def.
8490         * stdlib/strtol_l.c: Likewise.
8491         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
8492         strtoq.
8494         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
8496         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
8497         * scripts/data/localplt-generic.data: ... here.
8498         * elf/Makefile (check-data): Get generic file if no other.
8499         ($(objpfx)check-localplt.out): Make target unconditional.
8501         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
8502         Use ElfW(Nhdr).
8504 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
8506         * po/zh_CN.po: Updated translation from translation team.
8508 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
8510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
8511         Don't use CGOTSETUP and CGOTRESTORE macros.
8513 2007-08-04  Roland McGrath  <roland@redhat.com>
8515         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
8517 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
8519         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
8520         __extension__ around the whole statement expression.
8522 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
8524         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
8525         elements during initialization.
8527         * po/pl.po: Updated translation from translation team.
8528         * po/tr.po: Likewise.
8529         * po/nl.po: Likewise.
8531 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
8533         * rt/aio.h: Add __nonnull attributes.
8535 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
8537         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
8538         * stdlib/Makefile (tests): Add tst-strtod5.
8539         (tst-strtod5-ENV): New.
8540         * stdlib/tst-strtod5.c: New file.
8542         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
8543         failed.
8544         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
8545         on failure.
8547         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
8548         allocated.
8550 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
8552         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
8553         numbers.
8555 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
8557         * io/Makefile (aux): Add have_o_cloexec.
8558         * include/fcntl.h: Declare __have_o_cloexec.
8559         * io/have_o_cloexec.c: New file.
8560         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
8561         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
8562         fcntl call if not necessary.
8563         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
8564         of local variable.
8566         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
8567         Avoid memset, add explicit initialization.
8568         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
8569         to the end and change into zero-sized array.
8570         Move lock member to fill a hole on 64-bit platforms.
8572         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
8573         inline functions.
8574         * include/stdlib.h: Add __strto*_internal prototypes here.
8575         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
8576         inline functions.
8577         * include/wchar.h: Add __wcsto*_internal prototypes.
8578         * sysdeps/generic/inttypes.h: No need to protect the declaration
8579         of the __strto*_internal and __wcsto*_internal members here.
8581         * rt/mqueue.h: Change const to __const and add nonnull attributes.
8583 2007-08-02  Roland McGrath  <roland@redhat.com>
8585         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
8586         $(inst_bindir)/getconf if possible.
8588         * posix/Makefile ($(objpfx)getconf.speclist): New target.
8589         (generated): Add it.
8590         ($(inst_libexecdir)/getconf): Use it.
8592 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
8594         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
8595         /proc is faster and sufficient.  /sys is still needed for
8596         __get_nprocs_conf.
8598 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
8600         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
8601         syscall as __fallocate64.
8602         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
8603         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
8605 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
8607         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
8608         value.
8610         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
8611         if off_t is different rank from size_t.
8613         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
8614         uw_frame_state_for): Avoid type punning warnings.
8615         * sysdeps/generic/unwind-dw2-fde-glibc.c
8616         (_Unwind_IteratePhdrCallback): Likewise.
8617         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
8618         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
8619         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
8620         pointers.
8622 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
8624         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
8625         total processors using sysfs.
8626         (__get_nprocs): Use sysfs to determine which processors are online.
8628 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
8630         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
8631         syscall arguments count.
8633         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
8635 2007-07-30  Roland McGrath  <roland@redhat.com>
8637         * manual/libc.texinfo: Update copyrights, formatting magic, and
8638         @dircategory.  From Karl Berry <karl@freefriends.org>.
8640 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
8642         [BZ #4860]
8643         * io/Makefile (headers): Add bits/fcntl2.h.
8645         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
8646         using gcc builtin.
8647         (__CPU_EQUAL_S): Likewise.
8649         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
8650         (tests): Add tst-cpuset.
8651         * posix/sched_cpualloc.c: New file.
8652         * posix/sched_cpufree.c: New file.
8653         * posix/tst-cpuset.c: New file.
8654         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
8655         GLIBC_2.7.
8656         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
8657         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
8658         macros.  Define CPU_*_S macros.
8660 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
8662         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
8663         entry.
8665         [BZ #4858]
8666         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
8667         #.0g and value rounded to 1.0.
8668         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
8670 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
8672         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
8673         for int_frac_digits and frac_digits.
8675         * login/logout.c (logout): Avoid aliasing violation.
8676         * login/logwtmp.c (logwtmp): Likewise.
8678         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
8680         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
8681         to avoid warning.
8682         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
8683         warning.
8684         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
8685         warning.
8686         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
8687         to avoid warnings.
8689         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
8690         void **.
8691         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
8693         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
8694         char * to avoid warning.
8695         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
8697         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
8699         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
8700         allocate_arrays): Cast second argument to charmap_find_symbol
8701         to char * to avoid warnings.
8703         * locale/programs/repertoire.c (repertoire_new_char): Change
8704         from_nr, to_nr and cnt to unsigned long, adjust printf format
8705         string.
8707         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
8708         Cast second argument to new_element to char * to avoid warnings.
8710         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
8712         * intl/gettextP.h (struct loaded_domain): Change plural to const
8713         struct expression *.
8714         * intl/plural-eval.c (plural_eval): Change first argument to
8715         const struct expression *.
8716         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
8717         argument to const struct expression **.
8718         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
8719         prototypes.
8720         * intl/loadmsgcat (_nl_unload_domain): Cast away const
8721         in call to __gettext_free_exp.
8723         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
8724         unitialized wstring/wpattern var warnings.
8726         * posix/runtests.c (struct a_test): Make data field const char *.
8728         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
8729         vars if not LDBL_MANT_DIG >= 106.
8731         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
8733         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
8734         __find_specmb to avoid warning.
8736         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
8738         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
8739         to avoid warnings.
8741         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
8742         initializer.
8744         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
8745         tv var when it will be actually used.
8747         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
8748         to avoid warnings.
8750         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
8751         char array resp. pointer.
8752         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
8753         char array.
8754         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
8755         to const unsigned char **.
8756         (ucs4_to_cns11643): Change second argument to unsigned char *.
8757         * iconvdata/euc-tw.c (BODY): Change endp type to
8758         const unsigned char *.
8759         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
8760         to unsigned char *.
8761         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
8762         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
8763         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
8764         types to unsigned char pointers/arrays instead of char.
8765         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
8766         to unsigned char *.
8767         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
8768         * iconvdata/jis0212.h: Include assert.h.
8769         (ucs4_to_jisx0212): Change second argument to unsigned char *.
8770         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
8771         of trying to handle that.
8772         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
8773         shut up a warning.
8774         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
8775         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
8776         two dimensional const unsigned char arrays.
8777         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
8778         Initialize endp to inptr to shut up a warning.
8780 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
8782         [BZ #4772]
8783         * time/strptime_l.c (__strptime_internal): Silently ignore
8784         strftime modifiers and field width in recursive calls.
8786         * include/time.h (enum ptime_locale_status): Remove.
8787         (__strptime_internal): Remove decided and era_cnt arguments,
8788         add statep argument.
8789         * time/strptime_l.c (__strptime_internal): Remove decided
8790         and era_cnt arguments, add statep argument.  Don't recompute
8791         any fields in recursive calls, only update caller's tm
8792         and state, if recursive call fails, don't change tm nor
8793         any state.
8794         (get_alt_number): Adjust.
8795         (recursive): Adjust caller.
8796         (strptime): Likewise.
8797         * time/strptime.c (strptime): Likewise.
8799 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
8801         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
8802         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
8803         if from and to charsets are the same.
8804         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
8805         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
8806         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
8808 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
8810         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
8811         Don't define wint_t when __need_mbstate_t unless it
8812         is necessary.
8813         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
8814         in the typedef if possible.
8815         * wctype/wctype.h (wint_t): Define by including
8816         wchar.h with __need_wint_t instead of including stddef.h
8817         with __need_wint_t and as fallback definining it ourselves.
8818         * iconv/gconv.h (__need_wint_t): Define before including
8819         wchar.h.
8820         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
8821         or _GLIBCPP_USE_WCHAR_T.
8822         (__need_wchar_t): Don't define
8823         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
8824         (__need_wint_t): Don't define before including stddef.h,
8825         define before including wchar.h only if _LIBC or
8826         _GLIBCPP_USE_WCHAR_T.
8827         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
8828         * sysdeps/mach/hurd/_G_config.h: Likewise.
8829         * sysdeps/generic/_G_config.h: Likewise.
8830         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
8831         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
8832         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
8833         if _LIBC or _GLIBCPP_USE_WCHAR_T.
8835 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
8837         * sysdeps/posix/posix_fallocate64.c: Undefine
8838         __posix_fallocate64_l64 before alias handling.
8839         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
8840         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
8841         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
8842         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
8844         * io/tst-posix_fallocate.c: Include <fcntl.h>.
8846 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
8848         * locale/programs/ld-collate.c (atwc): New variable.
8849         (add_to_tablewc): New toplevel function, moved from collate_output.
8850         (collate_output): Remove add_to_tablewc nested function.
8852         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
8853         (name_insert): New function.
8854         (write_output): Remove hash_table and hash_size vars and name_insert
8855         nested function.
8857 2007-07-24  Roland McGrath  <roland@redhat.com>
8859         * Makerules (install-others-programs-nosubdir): New target.
8860         (install-no-libc.a-nosubdir): Depend on it.
8862         * iconv/Makefile (install-others-programs): Set this instead of
8863         install-others.
8864         * login/Makefile (install-others-programs): Likewise.
8865         * posix/Makefile (install-others-programs): Likewise.
8867         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
8868         dependencies.
8870 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
8872         * io/Makefile (tests): Add tst-posix_fallocate.
8873         * io/tst-posix_fallocate.c: New file.
8875         * sysdeps/unix/sysv/linux/kernel-features.h: Define
8876         __ASSUME_FALLOCATE.
8878 2007-07-22  Roland McGrath  <roland@frob.com>
8880         * hurd/getdport.c: Add missing copyright year update.
8882         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
8883         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
8885 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
8887         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
8889         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
8890         O_CLOEXEC is needed.
8891         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
8892         Avoid additional fcntl to set O_CLOEXEC if not needed.
8893         * nis/nss_compat/compat-initgroups.c: Likewise.
8894         * nis/nss_compat/compat-pwd.c: Likewise.
8895         * nis/nss_compat/compat-spwd.c: Likewise.
8897 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8899         [BZ #3665]
8900         * manual/errno.texi: Change ECANCELED value to 119.
8902         [BZ #4610]
8903         * mach/lock-intern.h: Include <sys/cdefs.h>.
8905         [BZ #4178]
8906         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
8907         reading A.
8909         [BZ #4126]
8910         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
8911         to __sigsuspend.
8913         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
8915 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
8917         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
8918         `__ASSEMBLER__'.
8919         * sysdeps/mach/hurd/i386/tls.h: Likewise.
8921 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
8923         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
8924         descriptor received from nscd.
8926         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
8928         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
8929         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8930         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8931         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8932         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8933         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
8935 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
8937         [BZ #4816]
8938         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
8940         [BZ #4813]
8941         * login/forkpty.c (forkpty): Close master and slave fds on
8942         fork failure.  Patch by
8943         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
8945 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
8947         * include/features.h (__USE_ISOC95): New define.
8948         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
8949         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
8950         for -std=iso9899:199409.
8951         * CONFORMANCE: Remove comments about unsupported AMD1.
8953 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
8955         * sysdeps/ia64/sched_cpucount.c: New file.
8956         * sysdeps/powerpc/sched_cpucount.c: New file.
8958         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
8959         __BEGIN_DECLS/__END_DECLS around the prototype.
8960         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
8961         pointer to const cpu_set_t.
8963         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
8964         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
8965         __need_size_t and include stddef.h.
8966         * sysvipc/sys/msg.h: Likewise.
8967         * posix/sched.h: Likewise.
8968         * hurd/hurd/signal.h (__need_size_t): Define.
8970         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
8971         neither does signal.h in pedantic ISO C namespaces.  stdio.h
8972         no longer defines wint_t or wchar_t.
8974         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
8975         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
8976         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
8977         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
8978         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
8979         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
8980         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
8981         * debug/printf_chk.c (__printf_chk): Likewise.
8982         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
8983         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
8985         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
8986         Define.
8988         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
8989         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
8991 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
8993         [BZ #4792]
8994         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
8995         * malloc/malloc.h (realloc): Likewise.
8997         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
8998         if one of proc_file_chain streams has that fileno.
8999         * stdio-common/Makefile (tests): Add tst-popen2.
9000         * stdio-common/tst-popen2.c: New test.
9002 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
9004         * elf/ldconfig.c: Allow GPLv2 or any later version.
9005         * elf/readlib.c: Likewise.
9006         * elf/chroot_canon.c: Likewise.
9007         * elf/cache.c: Likewise.
9008         * nscd/mem.c: Likewise.
9009         * nscd/getpwuid_r.c: Likewise.
9010         * nscd/grpcache.c: Likewise.
9011         * nscd/aicache.c: Likewise.
9012         * nscd/getsrvbynm_r.c: Likewise.
9013         * nscd/nscd.c: Likewise.
9014         * nscd/servicescache.c: Likewise.
9015         * nscd/getsrvbypt_r.c: Likewise.
9016         * nscd/initgrcache.c: Likewise.
9017         * nscd/gethstbyad_r.c: Likewise.
9018         * nscd/gethstbynm2_r.c: Likewise.
9019         * nscd/getgrnam_r.c: Likewise.
9020         * nscd/nscd_setup_thread.c: Likewise.
9021         * nscd/getpwnam_r.c: Likewise.
9022         * nscd/gai.c: Likewise.
9023         * nscd/connections.c: Likewise.
9024         * nscd/dbg_log.c: Likewise.
9025         * nscd/cache.c: Likewise.
9026         * nscd/hstcache.c: Likewise.
9027         * nscd/nscd_conf.c: Likewise.
9028         * nscd/getgrgid_r.c: Likewise.
9029         * nscd/pwdcache.c: Likewise.
9030         * catgets/gencat.c: Likewise.
9031         * locale/programs/linereader.h: Likewise.
9032         * locale/programs/locarchive.c: Likewise.
9033         * locale/programs/ld-paper.c: Likewise.
9034         * locale/programs/locfile-kw.h: Likewise.
9035         * locale/programs/ld-address.c: Likewise.
9036         * locale/programs/xmalloc.c: Likewise.
9037         * locale/programs/ld-time.c: Likewise.
9038         * locale/programs/localedef.c: Likewise.
9039         * locale/programs/simple-hash.c: Likewise.
9040         * locale/programs/xstrdup.c: Likewise.
9041         * locale/programs/ld-numeric.c: Likewise.
9042         * locale/programs/locfile-kw.gperf: Likewise.
9043         * locale/programs/ld-collate.c: Likewise.
9044         * locale/programs/charmap-kw.gperf: Likewise.
9045         * locale/programs/charmap.h: Likewise.
9046         * locale/programs/charmap-kw.h: Likewise.
9047         * locale/programs/config.h: Likewise.
9048         * locale/programs/locfile.c: Likewise.
9049         * locale/programs/ld-ctype.c: Likewise.
9050         * locale/programs/charmap.c: Likewise.
9051         * locale/programs/ld-messages.c: Likewise.
9052         * locale/programs/repertoire.h: Likewise.
9053         * locale/programs/locale.c: Likewise.
9054         * locale/programs/ld-name.c: Likewise.
9055         * locale/programs/linereader.c: Likewise.
9056         * locale/programs/locfile.h: Likewise.
9057         * locale/programs/3level.h: Likewise.
9058         * locale/programs/ld-monetary.c: Likewise.
9059         * locale/programs/ld-measurement.c: Likewise.
9060         * locale/programs/charmap-dir.c: Likewise.
9061         * locale/programs/ld-identification.c: Likewise.
9062         * locale/programs/localedef.h: Likewise.
9063         * locale/programs/charmap-dir.h: Likewise.
9064         * locale/programs/repertoire.c: Likewise.
9065         * locale/programs/simple-hash.h: Likewise.
9066         * locale/programs/ld-telephone.c: Likewise.
9067         * locale/programs/locale-spec.c: Likewise.
9068         * locale/programs/locfile-token.h: Likewise.
9069         * posix/getconf.c: Likewise.
9070         * iconv/dummy-repertoire.c: Likewise.
9071         * iconv/iconv_charmap.c: Likewise.
9072         * iconv/iconvconfig.c: Likewise.
9073         * iconv/iconv_prog.c: Likewise.
9074         * malloc/memusagestat.c: Likewise.
9075         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
9077 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9079         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
9080         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
9081         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
9082         check for the first argument.
9084 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
9086         [BZ #4775]
9087         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
9088         (__tgmath_real_type): Fix if expr is const int or other const
9089         qualified integral type.
9090         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
9091         expressions and handle const qualified arguments.
9092         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
9093         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
9094         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
9095         statement expressions.
9096         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
9097         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
9098         (__TGMATH_UNARY_IMAG): Define.
9099         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
9100         * math/Makefile (tests): Add test-tgmath2.
9101         (CFLAGS-test-tgmath2.c): Add.
9102         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
9103         count_cfloat, count_cldouble): New variables.
9104         (NCCALLS): Define.
9105         (main): Check number of complex calls as well.
9106         (F(compile_test)): Add complex tests and tests with const qualified
9107         arguments.
9108         (y, z, ccount): Define.
9109         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
9110         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
9111         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
9112         F(cproj)): New functions.
9113         * math/test-tgmath2.c: New test.
9115 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
9117         [BZ #4776]
9118         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
9119         RPATH etc. as "/" rather than "", don't segfault on empty paths,
9120         instead output ".".
9121         * dlfcn/Makefile (distribute): Add glreflib3.c.
9122         (module-names): Add glreflib3.
9123         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
9124         glreflib1.so.
9125         (LDFLAGS_glreflib3.so): New.
9126         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
9127         glreflib1.so.
9128         * dlfcn/glreflib3.c: New file.
9130         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
9131         returned -1, return NULL.
9132         * intl/explodename.c (_nl_explode_name): Return -1 if
9133         _nl_normalize_codeset failed.
9135 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
9137         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
9138         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
9139         and avoid branch misspredicts for > 31 bytes memset case.
9140         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
9141         Remove toc ref to __cache_line_size.
9143         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
9144         to get ISA-V2.0 branch hints.
9145         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
9146         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
9147         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
9148         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
9149         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
9150         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
9151         Remove toc ref to __cache_line_size.
9153         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
9154         Include math_ldbl_opt.h.
9156 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
9158         [BZ #4773]
9159         * time/strptime_l.c (__strptime_internal): Implement greedy
9160         matching of weekday and month names.
9162 2007-07-09  Roland McGrath  <roland@redhat.com>
9164         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
9165         (ELF_NOTE_ABI): Use it.
9166         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
9168 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
9170         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
9171         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
9173 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
9175         [BZ #4745]
9176         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
9177         in loop to look for conversion specifier to avoid testing of
9178         wrong errno value.
9179         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
9180         * stdio-common/bug18.c: New file.
9181         * stdio-common/bug18a.c: New file.
9182         * stdio-common/bug19.c: New file.
9183         * stdio-common/bug19a.c: New file.
9185 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
9187         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
9188         running awk script.
9190 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
9192         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
9193         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
9194         Return NULL if mmap failed instead of asserting it does not.
9195         (calloc): Check for integer overflow.
9197         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
9198         than LONG_MAX / 10.
9200 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
9202         [BZ #4702]
9203         * nis/nss-default.c: Include errno.h.
9204         (init): Preserve errno.
9206 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
9208         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
9210 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
9212         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
9214 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9216         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
9218 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9220         * sysdeps/s390/dl-procinfo.c: New file.
9221         * sysdeps/s390/dl-procinfo.h: New file.
9222         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
9224 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
9226         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
9227         in PT_NOTE segments with multiple notes.
9228         * elf/readelflib.c (process_elf_file): Likewise.
9230 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
9232         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
9233         ISO C compliant.
9235 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
9237         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
9239 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
9241         * include/link.h: Don't include rtld-lowlevel.h.
9242         (struct link_map): Remove l_scope_lock.
9243         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
9244         (_dl_scope_free_list): New field (variable) in _rtld_global.
9245         (DL_LOOKUP_SCOPE_LOCK): Remove.
9246         (_dl_scope_free): New prototype.
9247         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
9248         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
9249         (_dl_profile_fixup): Likewise.
9250         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
9251         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
9252         THREAD_GSCOPE_RESET_FLAG around it.
9253         * elf/dl-close.c (_dl_close_worker): Don't use
9254         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
9255         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
9256         scopes were queued or if l_scope_mem has been abandoned.
9257         * elf/dl-open.c (_dl_scope_free): New function.
9258         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
9259         * elf/dl-support.c (_dl_scope_free_list): New variable.
9260         * elf/dl-lookup.c (add_dependency): Remove flags argument.
9261         Remove DL_LOOKUP_SCOPE_LOCK handling.
9262         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
9263         handling.
9264         * elf/dl-object.c (_dl_new_object): Don't use
9265         __rtld_mrlock_initialize.
9267 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
9269         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
9270         to fill in holes
9271         (rtld_global_ro): Likewise.
9273 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
9275         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
9276         Move PT_LOAD checking to...
9277         (_dl_addr_inside_object): ... here, new function.
9278         * elf/dl-sym.c (do_sym): If not l_contiguous,
9279         call _dl_addr_inside_object.
9280         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
9281         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
9282         * elf/dl-open.c (dl_open_worker): Likewise.
9283         (_dl_addr_inside_object): New function if IS_IN_rtld.
9284         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
9285         holes are present or are PROT_NONE protected.
9286         * include/link.h (struct link_map): Add l_contiguous field.
9287         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
9289 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
9290             Tomas Janousek  <tjanouse@redhat.com>
9291             Ulrich Drepper  <drepper@redhat.com>
9293         [BZ #4647]
9294         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
9295         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
9296         socket.
9297         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
9298         unused member a bitmap.
9299         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
9300         servers are configured.
9302 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
9304         * elf/rtld.c (dl_main): Don't call init_tls more than once.
9306 2007-06-17  Andreas Schwab  <schwab@suse.de>
9308         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
9310 2007-06-16  Andreas Jaeger  <aj@suse.de>
9312         [BZ #4125]
9313         * sysdeps/unix/sysv/linux/sys/ptrace.h
9314         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
9315         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
9316         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
9317         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
9318         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
9319         Define.
9320         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
9321         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
9322         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
9323         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
9325 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
9327         [BZ #4599]
9328         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
9329         determining whether there are IPv4/IPv6 addresses, ignore loopback
9330         addresses.
9332 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
9334         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
9335         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
9336         as the return type.  Change type of "r" variable to CMPtype.
9337         * soft-fp/eqsf2.c (__eqsf2): Likewise.
9338         * soft-fp/eqtf2.c (__eqtf2): Likewise.
9339         * soft-fp/gedf2.c (__gedf2): Likewise.
9340         * soft-fp/gesf2.c (__gesf2): Likewise.
9341         * soft-fp/getf2.c (__getf2): Likewise.
9342         * soft-fp/ledf2.c (__ledf2): Likewise.
9343         * soft-fp/lesf2.c (__lesf2): Likewise.
9344         * soft-fp/letf2.c (__letf2): Likewise.
9345         * soft-fp/unorddf2 (__unorddf2): Likewise.
9346         * soft-fp/unordsf2 (__unordsf2): Likewise.
9347         * soft-fp/unordtf2 (__unordtf2): Likewise.
9349 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
9351         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
9352         make sure gcc doesn't mess around with this.
9354 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
9356         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
9358 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
9360         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
9361         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
9362         at most once per _dl_close_worker.
9364 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
9366         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
9367         __sched_cpucount as const.
9368         * posix/sched_cpucount.c: Adjust.
9370         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
9371         instruction for counting bits.
9372         * sysdeps/x86_64/sched_cpucount.c: New file.
9374 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
9376         * configure.in: Avoid variable named BASH.
9377         * config.make.in: Likewise.
9378         Patch in part by Mike Frysinger.
9380 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
9382         [BZ #4586]
9383         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
9384         pseudo-zeros as zero.
9385         * sysdeps/x86_64/ldbl2mpn.c: New file.
9386         * sysdeps/ia64/ldbl2mpn.c: New file.
9388 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
9390         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
9391         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
9392         Remove unreachable code at the end.
9394 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
9396         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
9397         ldbl-128ibm in comment.
9398         (fpclassifyl): Correct classification of denormals.
9399         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
9400         return value for MIN denormal. Rewrite using long double math too
9401         correctly handle denormals and canonicalize the results.
9403 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
9405         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
9406         (__mpn_construct_long_double): Fix conversion where result ought
9407         to be smaller than __LDBL_MIN__, or the low double should be
9408         denormal.  Fix decision where to negate low double - honor round
9409         to even rules.
9410         * stdio-common/tst-sprintf2.c: Include string.h.
9411         (COMPARE_LDBL): Define.
9412         (TEST): Also test whether a string hexadecimal float representation
9413         can be parsed back to the number.
9414         (main): Add a couple of further tests.
9416 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
9418         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
9419         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
9420         is non-zero, but smaller than 2 * __DBL_MIN__.
9421         * stdio-common/tst-sprintf2.c: New test.
9422         * stdio-common/Makefile (tests): Add tst-sprintf2.
9424         * math/test-misc.c (main): Don't run last batch of tests with
9425         IBM long double format.
9427 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
9429         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
9430         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
9431         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
9432         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
9433         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
9434         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
9435         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
9436         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
9437         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
9438         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
9439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
9440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
9441         New file.
9442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
9443         New file.
9444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
9445         New file.
9446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
9447         New file.
9448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
9449         New file.
9450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
9451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
9452         New file.
9453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
9454         New file.
9455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
9456         New file.
9457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
9458         New file.
9459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
9460         New file.
9462 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
9464         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
9465         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
9466         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
9467         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
9468         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
9469         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
9470         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
9471         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
9473 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
9475         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
9476         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9477         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
9478         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9479         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
9480         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9481         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
9482         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9484 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
9486         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
9487         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
9488         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
9489         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
9491 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
9493         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
9494         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
9496 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
9498         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
9499         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
9500         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
9501         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
9503 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
9505         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
9506         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
9508 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
9510         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
9511         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
9513         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
9514         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
9515         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
9516         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
9518 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
9520         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
9521         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
9522         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
9523         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
9525 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
9527         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
9528         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
9529         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
9530         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
9531         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
9532         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
9534 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
9536         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
9537         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
9538         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
9539         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
9541 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
9543         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
9544         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
9545         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
9546         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
9547         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
9548         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
9549         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
9550         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
9551         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
9552         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
9553         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
9554         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
9555         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
9556         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
9557         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
9558         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
9560 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
9562         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
9563         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
9565 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
9567         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
9568         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
9570 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
9572         * sysdeps/powerpc/powerpc32/970/Implies: New file.
9573         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
9574         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
9575         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
9576         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
9577         * sysdeps/powerpc/powerpc64/970/Implies: New file.
9578         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
9579         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
9580         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
9581         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
9583 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
9585         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
9587 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
9589         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
9590         branch miss-predicts. Ensure that cache line crossing does not impact
9591         dispatch grouping.
9593 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
9595         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
9596         "../../powerpc32/power4/memcopy.h".
9597         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
9598         "../../powerpc32/power4/wordcopy.c".
9600 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
9602         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
9603         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
9604         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
9605         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
9606         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
9607         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
9609 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
9611         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
9613 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
9615         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
9616         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
9617         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
9618         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
9619         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
9620         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
9621         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
9622         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
9624 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
9626         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
9628 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
9630         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
9631         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
9632         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
9633         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
9634         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
9635         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
9636         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
9638 2007-05-29  Roland McGrath  <roland@redhat.com>
9640         * po/Makefile (po-sed-cmd): New variable.
9641         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
9643 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
9645         * crypt/md5-crypt.c: Fix comment.
9647         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
9648         of crashing.  When this is the case or if the reply is malformed,
9649         don't try to close the new file descriptor since it does not
9650         exist.
9651         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
9653 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
9655         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
9656         if __NR_utimensat is not defined.
9658 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
9660         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
9662 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
9664         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
9665         (open): Fix comment typos.  Don't call __open_2 if flags
9666         is a compile time constant without O_CREAT.
9667         (__open64_2): Add nonnull attribute.
9668         (open64): Fix comment typos.  Don't call __open64_2 if flags
9669         is a compile time constant without O_CREAT.
9670         (__openat_2): Add nonnull attribute, fix nonnull attribute
9671         on redirect.
9672         (openat): Fix comment typos.  Don't call __openat_2 if flags
9673         is a compile time constant without O_CREAT.
9674         (__openat64_2): Add nonnull attribute, fix nonnull attribute
9675         on redirect.
9676         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
9677         is a compile time constant without O_CREAT.
9679 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
9681         * Makerules (sysd-rules): Define PTW for ptw-* files.
9682         * Versions: Define GLIBC_2.7 for libc.
9683         * include/stdio.h: Declare __fortify_fail.
9684         * debug/fortify_fail.c: New file.
9685         * debug/Makefile (routines): Add fortify_fail.
9686         * debug/chk_fail.c: Use __fortify_fail.
9687         * debug/stack_chk_fail.c: Likewise.
9688         * io/Versions: Export __open_2, __open64_2, __openat_2, and
9689         __openat64_2 for GLIBC_2.7.
9690         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
9691         * io/open.c: Define *_2 variant of function which checks for O_CREAT
9692         and fails if necessary.
9693         * io/open64.c: Likewise.
9694         * io/openat.c: Likewise.
9695         * io/openat64.c: Likewise.
9696         * sysdeps/unix/sysv/linux/open64.c: Likewise.
9697         * sysdeps/unix/sysv/linux/openat.c: Likewise.
9698         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
9699         * io/bits/fcntl2.h: New file.
9700         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
9701         __openat64_2.
9702         * include/bits/fcntl2.h: New file.
9703         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
9704         Add open_2.
9705         * sysdeps/unix/sysv/linux/open_2.c: New file.
9707 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
9709         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
9710         as second parameter to handle_intel.
9712         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
9713         the entry.
9715         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
9716         handling to ...
9717         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
9718         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
9719         cacheinfo.
9720         * sysdeps/x86_64/memcpy.S: Complete rewrite.
9721         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
9722         Patch by Evandro Menezes <evandro.menezes@amd.com>.
9724         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
9726 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
9728         [BZ #4525]
9729         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
9730         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
9731         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
9733         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
9735         [BZ #4514]
9736         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
9737         reinitialize workend at the start of each do_positional format spec
9738         loop, free workstart before do_positional loops.
9739         (printf_unknown): Fix size of work_buffer.
9740         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
9742         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
9743         (public_sET_STATe): If ms->version < 3, put all chunks into
9744         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
9745         chunks.
9747         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
9748         * malloc/hooks.c: Likewise.
9749         * malloc/arena.c: Likewise.
9750         * malloc/malloc.c (do_check_malloc_state): Don't assert
9751         n_mmaps is not greater than n_mmaps_max.  This removes the need
9752         for the previous change.
9754         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
9755         2007-05-07 commit.
9757 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
9759         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
9760         Define for kernel >= 2.6.22.
9762 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
9764         * elf/dl-close.c (_dl_close_worker): When removing object from
9765         global scope, wait for all lookups to finish afterwards.
9766         * elf/dl-open.c (add_to_global): When global scope array must
9767         grow, allocate a new one and free old array only after all
9768         lookups finish.
9769         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
9770         (_dl_lookup_symbol_x): Likewise.
9771         * elf/dl-support.c: Define _dl_wait_lookup_done.
9772         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9773         _dl_wait_lookup_done.
9775         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
9776         not overlapping with arena.
9778         * malloc/mcheck.c (reallochook): If size==0, free the block.
9780         * rt/tst-shm.c: Use fstat64 instead of fstat.
9782         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
9783         __NR_sync_file_range is not defined.
9785 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
9787         Dummy files to prevent stub versions from being used.
9788         * sysdeps/x86_64/fpu/k_cosl.c: New file.
9789         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
9790         * sysdeps/x86_64/fpu/k_sinl.c: New file.
9791         * sysdeps/x86_64/fpu/k_tanl.c: New file.
9793         * version.h (VERSION): Set to 2.6.90.
9795 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
9797         * version.h (VERSION): Define to 2.6.
9798         * include/features.h (__GLIBC_MINOR__): Define to 6.
9800         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
9802         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
9803         sizes.
9805 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
9807         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
9808         number of mmaps.  n_mmaps_max is the target.
9809         * malloc/hooks.c: Likewise.
9810         * malloc/arena.c: Likewise.
9812 2007-05-12  Andreas Jaeger  <aj@suse.de>
9814         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
9815         getpid.
9817 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
9819         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
9820         adding new variables.
9822         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
9823         optimize.  Completely extend global scope array before making the
9824         new entries visible.
9826 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
9828         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
9829         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
9830         tst-getcpu.
9832         * include/link.h: Move l_version and l_nversion members around to
9833         fill gaps.
9835         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
9837         * sysdeps/unix/sysv/linux/sched_setaffinity.c
9838         (__sched_setaffinity_new): If syscall was successful and
9839         RESET_VGETCPU_CACHE is defined, use it before returning.
9840         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
9842         * io/sys/stat.h: Make sure struct timespec is defined for
9843         __USE_ATFILE.
9845         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
9846         UTIME_OMIT.
9847         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
9848         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
9849         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
9850         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
9851         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
9852         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
9853         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
9854         * io/sys/stat.h: Declare utimensat, futimens.
9855         * io/utimensat.c: New file.
9856         * io/futimens.c: New file.
9857         * sysdeps/unix/sysv/linux/utimensat.c: New file.
9858         * sysdeps/unix/sysv/linux/futimens.c: New file.
9859         * io/Makefile (routines): Add utimensat, futimens.
9860         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
9861         * sysdeps/unix/sysv/linux/lutimes.c: New file.
9862         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
9863         available.
9865         * include/sys/cdefs.h: Redefine __nonnull so that test for
9866         incorrect parameters in the libc code itself are not omitted.
9868 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
9870         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
9871         exception in addition to inexact when asked to raise only FE_INEXACT.
9873         [BZ #3427]
9874         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
9875         in *envp.
9877 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
9879         [BZ #4403]
9880         * string/strfry.c (strfry): Make result more random.
9882 2007-05-07  Richard Henderson  <rth@redhat.com>
9884         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
9885         if __NO_LONG_DOUBLE_MATH.
9886         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
9887         available in the compiler, add .arch directive to the assembly.
9889 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
9891         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
9892         compat_symbol to GLIBC_2_1.
9893         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
9894         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
9895         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
9896         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
9897         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
9898         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
9899         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
9900         libc, not libm.
9901         (__isnanl): New compat_symbol.
9903 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
9904             Jakub Jelinek  <jakub@redhat.com>
9906         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
9907         (new_heap): Initialize mprotect_size.
9908         (grow_heap): When growing, only mprotect from mprotect_size till
9909         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
9910         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
9912 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
9913             Peter Bergner  <bergner@us.ibm.com>
9915         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
9916         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
9917         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
9918         * sysdeps/powerpc/fpu/fe_mask.c: New file.
9919         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
9920         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
9921         Call __fe_mask_env() if all FP exceptions disabled.
9922         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
9923         from old FPSCR to new fenv to propagate DFP rounding modes.
9924         Call __fe_mask_env() if FP exceptions previously enabled.
9925         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
9926         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
9927         transitioning from all exceptions disabled to any exception enabled
9928         or visa versa.
9929         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
9930         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
9931         when transitioning from all exceptions disabled to any exception
9932         enabled or visa versa.
9933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
9934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
9935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
9936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
9937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
9938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
9940 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
9942         [BZ #4465]
9943         * posix/unistd.h: Remove __THROW from fdatasync.
9945 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
9947         [BZ #4465]
9948         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
9950 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
9952         * stdio-common/vfprintf.c (process_string_arg): Optimize
9953         ridiculous precision in wide char code printing multi-byte string.
9954         Reported by Jim Meyering <jim@meyering.net>.
9956         [BZ #4131]
9957         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
9958         boundaries to work around systems with overlapping binary loading.
9959         Based on a patch by Suzuki <suzuki@in.ibm.com>.
9961 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
9963         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
9964         __mbsnrtowcs after last change.
9966         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
9967         (get_ident): Likewise.
9969 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
9971         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
9972         with setting the sticky bit.
9973         * math/test-misc.c (main): Add more truncation tests.
9975 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
9977         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
9978         double in the function declaration.
9979         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
9980         double in the function declaration.
9981         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
9982         float in the function declaration.
9983         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
9984         float in the function declaration.
9986         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
9987         denormal operands.  Do not generate FP_EX_DENORM exception.
9988         (FP_UNPACK_RAW_EP): Ditto.
9989         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
9990         undefined _FP_UNPACK_RAW_E.
9991         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
9992         undefined _FP_UNPACK_RAW_EP.
9993         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
9994         undefined _FP_PACK_RAW_E.
9995         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
9996         undefined _FP_PACK_RAW_EP.
9998         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
9999         _FP_FRAC_COPY_2.
10000         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
10001         _FP_FRAC_COPY_4.
10003 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
10004             Jakub Jelinek  <jakub@redhat.com>
10006         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
10007         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
10008         this case.
10009         * soft-fp/op-common.h (FP_TRUNC): Ditto.
10011 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
10013         * math/test-misc.c (main): Add tests for rounding long double
10014         values close to smallest double denormalized value to double.
10016 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
10018         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
10019         condition for truncating to 0.  Set sticky bit for such
10020         truncation.
10022 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
10024         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
10025         fixed length array for ignore.
10027 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
10029         [BZ #4438]
10030         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
10031         stack for large precisions.
10032         * stdio-common/test-vfprintf.c (main): Add test for large
10033         precision.
10035 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
10037         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
10038         for exponent 0.
10039         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
10041         [BZ #4439]
10042         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
10043         account in the size check.
10044         * resolv/tst-inet_ntop.c: New test.
10045         * resolv/Makefile (tests): Add tst-inet_ntop.
10047 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
10048             Jakub Jelinek  <jakub@redhat.com>
10050         [BZ #4349]
10051         * malloc/malloc.c: Keep separate list for first blocks on the bin
10052         lists with a given size.  This helps skipping over list elements
10053         we know won't fit in two places.
10054         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
10056 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
10058         [BZ #4102]
10059         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
10060         label to Teredo tunnel addresses 2001://32.
10062 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
10064         * locale/programs/ld-collate.c (collate_read): Allow order_start
10065         after copy.
10067         * locale/programs/ld-collate.c (collate_read): Fix printing of
10068         error message.
10070         [BZ #3213]
10071         * locale/C-translit.h.in: Add entry for U2044.
10073         [BZ #4342]
10074         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
10075         hexa-decimal floats without exponent.
10076         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
10078 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
10080         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
10081         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
10082         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
10083         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
10084         GLIBC_2.6.
10085         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
10086         Add sched_getcpu.
10088 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
10090         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
10091         of 0 after the out_fail label.
10093 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
10095         [BZ #4406]
10096         * iconv/gconv_charset.h (strip): Allow ':'.
10097         * iconv/iconv_open.c (iconv_open): Adjust comment.
10099 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
10101         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
10102         version.
10104 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
10106         [BZ #4381]
10107         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
10108         alignment of buffer and tmp_buffer.
10109         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
10110         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
10111         alignment of buffer.
10112         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
10113         bigger than INT_MAX.
10114         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
10115         h_errnop arguments.  Fail if buflen is too small.
10116         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
10118 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
10120         [BZ #4405]
10121         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
10122         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
10124 2007-04-22  Roland McGrath  <roland@redhat.com>
10126         * elf/elf.h (NT_PRXFPREG): New macro.
10128 2007-04-19  Andreas Jaeger  <aj@suse.de>
10130         [BZ #3905]
10131         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
10132         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
10133         Added.
10135 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
10137         * include/sys/mman.h: Mark madvise hidden.
10138         * misc/madvise.c: Add libc_hidden_def.
10140 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
10142         * nis/nis_domain_of.c (__nis_domain_of): New function.
10143         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
10144         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
10145         * nis/nis_call.c (rec_dirsearch): Likewise.
10146         (first_shoot): Likewise.  Remove search_parent_first argument.
10147         (struct nis_server_cache): Rename search_parent_first field
10148         to search_parent.
10149         (nis_server_cache_search, nis_server_cache_add): Rename
10150         search_parent_first argument to search_parent.
10151         (__nisfind_server): Likewise.  If search_parent, call
10152         __nis_domain_of.
10154 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
10156         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
10158 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
10160         [BZ #4368]
10161         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
10163 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
10165         [BZ #4364]
10166         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
10168 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
10170         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
10171         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
10172         current number of locales in SUPPORTED.
10173         (create_archive): Initialize serial.
10174         (enlarge_archive): Preserve aliases rather than duplicating
10175         their locrecs.
10177 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
10179         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
10180         after _IO_un_link, not before it.
10182         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
10183         special case handling when wcp == wstartp + 1.  Fix a comment typo.
10184         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
10186 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
10188         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
10189         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
10190         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
10191         Remove __THROW.
10192         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
10193         _IO_file_xsgetn_maybe_mmap): Likewise.
10194         * libio/oldfileops.c (old_do_write): Likewise.
10195         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
10196         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
10197         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
10198         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
10199         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
10200         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
10201         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
10202         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
10203         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
10204         _IO_file_underflow, _IO_file_underflow_mmap,
10205         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
10206         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
10207         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
10208         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
10209         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
10210         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
10211         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
10212         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
10213         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
10214         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
10215         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
10216         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
10217         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
10218         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
10219         _IO_adjust_column_internal, _IO_default_uflow_internal,
10220         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
10221         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
10222         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
10223         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
10224         _IO_file_close_it_internal, _IO_file_underflow_internal,
10225         _IO_file_overflow_internal, _IO_file_attach_internal,
10226         _IO_file_fopen_internal, _IO_file_sync_internal,
10227         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
10228         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
10229         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
10230         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
10231         _IO_seekpos_unlocked): Likewise.
10232         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
10233         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
10235 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
10237         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
10238         argument in xmalloc size computation.
10240 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
10242         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
10243         math_opt_barrier and math_force_eval macros.
10245 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
10247         [BZ #3306]
10248         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
10249         * sysdeps/i386/fpu/math_private.h: New file.
10250         * sysdeps/x86_64/fpu/math_private.h: New file.
10251         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
10252         math_force_eval macros.  Use "+m" constraint on asm rather than
10253         "=m" and "m".
10254         * math/s_nextafter.c (__nextafter): Likewise.
10255         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
10256         Likewise.
10257         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
10258         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
10259         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
10260         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
10261         math_opt_barrier and math_force_eval macros.
10262         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
10263         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
10264         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
10265         (__nexttoward): Use math_opt_barrier and
10266         math_force_eval macros.  Use "+m" constraint on asm rather than
10267         "=m" and "m".  Only use asm to force double result if
10268         FLT_EVAL_METHOD is 2.
10269         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
10270         (__nexttowardf): Use math_opt_barrier and
10271         math_force_eval macros.  Use "+m" constraint on asm rather than
10272         "=m" and "m".  Only use asm to force double result if
10273         FLT_EVAL_METHOD is not 0.
10274         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
10275         (__nexttowardf): Use math_opt_barrier and
10276         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
10277         x to float using asm.
10278         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
10279         (__nldbl_nexttowardf): Use math_opt_barrier and
10280         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
10281         x to float using asm.
10282         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
10283         (__nexttowardf): Use math_opt_barrier and math_force_eval
10284         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
10285         * math/bug-nextafter.c (zero, inf): New variables.
10286         (main): Add new tests.
10287         * math/bug-nexttoward.c (zero, inf): New variables.
10288         (main): Add new tests.
10290 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
10292         [BZ #3427]
10293         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
10294         exceptions both in SW and MXCSR.
10295         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
10296         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
10297         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10298         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
10299         in MXCSR if SSE is available.
10300         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
10301         and ldsodefs.h.
10302         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
10303         Fix comment typo.
10304         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
10305         Return 0 rather than 1.
10306         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
10307         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
10308         * math/test-fenv.c (feholdexcept_tests): New function.
10309         (main): Call it.
10311 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
10313         [BZ #3427]
10314         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
10315         in SW.
10317 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
10319         [BZ #4344]
10320         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
10321         Reported by David Anderson <davea42@earthlink.net>.
10323 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
10325         * posix/sys/wait.h: Remove unnecessary forward declaration.
10327 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
10329         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
10330         with obj->do_servers after first_shoot.
10332 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
10334         * posix/Makefile (routines): Add sched_cpucount.
10335         (tests): Add tst-cpucount.
10336         * posix/sched_cpucount.c: New file.
10337         * posix/tst-cpucount.c: New file.
10338         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
10339         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
10340         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
10341         * posix/sched.h: Define CPU_COUNT.
10343 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
10345         * posix/fnmatch.c (STRUCT): Define.
10346         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
10347         * posix/fnmatch_loop.c (struct STRUCT): New type.
10348         (FCT): Add ends argument.  If ends != NULL and normal * is
10349         seen in the pattern, store current pattern and string pointers
10350         and return.  Adjust recursive calls.
10351         (EXT): Adjust FCT callers.
10352         (STRUCT): Undef at the end of the file.
10353         * posix/Makefile (tests): Add tst-fnmatch2.
10354         * posix/tst-fnmatch2.c: New test.
10356 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
10358         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
10359         and 1 on failure.
10361         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
10362         Change last argument to unsigned int.
10364 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
10366         * scripts/check-local-headers.sh: Filter out sys/capability.h.
10368 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
10370         * config.h.in (HAVE_LIBCAP): Add.
10371         * nscd/selinux.h: Include sys/capability.h rather than non-existent
10372         sys/capabilities.h.
10373         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
10374         free_caps.  Cast away const from 4th cap_set_flag argument.
10376 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
10378         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
10379         GLIBC_2.6.
10380         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
10381         Add sync_file_range.
10382         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
10384 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
10386         * sysdeps/powerpc/bits/atomic.h
10387         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
10388         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
10389         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
10390         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
10391         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
10392         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
10393         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
10394         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
10395         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
10396         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
10397         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
10398         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
10399         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
10400         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
10401         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
10402         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
10403         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
10404         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
10405         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
10406         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
10408 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
10410         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
10411         (__cache_line_size): Define the variable here.  Add
10412         attribute_hidden, remove weak_extern.
10413         (__libc_start_main): Set __cache_line_size
10414         unconditionally.
10415         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
10416         (__cache_line_size): Define the variable here.  Add
10417         attribute_hidden, remove weak_extern.
10418         (DL_PLATFORM_AUXV): Set __cache_line_size
10419         unconditionally.
10420         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
10421         weak_extern, add attribute_hidden.
10422         (__elf_machine_runtime_setup): Assume __cache_line_size is always
10423         defined in ld.so.
10424         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
10425         definition.
10426         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
10428 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
10430         [BZ #4276]
10431         * timezone/africa: Update from tzdata2007d.
10432         * timezone/asia: Likewise.
10433         * timezone/australasia: Likewise.
10434         * timezone/backward: Likewise.
10435         * timezone/europe: Likewise.
10436         * timezone/iso3166.tab: Likewise.
10437         * timezone/leapseconds: Likewise.
10438         * timezone/northamerica: Likewise.
10439         * timezone/southamerica: Likewise.
10440         * timezone/zone.tab: Likewise.
10442         * timezone/private.h: Update from tzcode2007d.
10443         * timezone/zdump.c: Likewise.
10444         * timezone/zic.c: Likewise.
10446 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
10448         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
10449         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
10450         variables.
10451         (nis_server_cache_search, nis_server_cache_add): New functions.
10452         (__nisfind_server): Use them.  Add dbp and flags argument, if
10453         call __nisbind_create.
10454         (__nisbind_create): Add server_used and current_ep arguments,
10455         only call __nis_findfastest if server_used is ~0.
10456         (__do_niscall2, __prepare_niscall): Adjust callers.
10457         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
10458         ckey_cache_euid, ckey_cache_lock): New variables.
10459         (get_ckey): New function.
10460         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
10461         __pmap_getnisport.  Save __pmap_getnisport result in
10462         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
10463         key.
10464         * nis/nis_lookup.c (nis_lookup): Likewise.
10465         * nis/nis_table.c (nis_list): Likewise.
10466         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
10467         prototypes.
10469         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
10470         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
10471         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
10472         _nss_nisplus_getservbyport_r): Likewise.
10473         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
10474         _nss_nisplus_getnetbyaddr_r): Likewise.
10475         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
10476         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
10477         _nss_nisplus_getntohost_r): Likewise.
10478         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
10479         _nss_nisplus_getrpcbynumber_r): Likewise.
10481 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
10483         * configure.in (libc_cv_gnu89_inline): Only do compile test.
10484         * configure: Rebuilt.
10486         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
10487         bit-fields.
10488         * soft-fp/extended.h (_FP_UNION_E): Likewise.
10490 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
10492         [BZ #2831]
10493         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
10494         bit-fields.
10496 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
10498         * nscd/gai.c: Include alloca.h.
10499         (__libc_use_alloca): Define.
10501 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
10503         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
10504         smaller scopes.
10505         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
10506         (DL_DST_REQUIRED): Adjust user.
10508         * include/dlfcn.h (struct link_map): New forward decl.
10510         * inet/getnameinfo.c: Include stddef.h.
10511         (getnameinfo): Use offsetof.
10513         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
10515         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
10517         * string/strerror_l.c: Include stdlib.h.
10519         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
10520         * config.make.in (gnu89-inline-CFLAGS): New variable.
10521         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
10522         -std=gnu99.
10523         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
10524         * argp/argp.h: Use it.
10525         * bits/mathinline.h: Likewise.
10526         * bits/sigset.h: Likewise.
10527         * bits/string.h: Likewise.
10528         * ctype/ctype.h: Likewise.
10529         * hurd/hurd.h: Likewise.
10530         * hurd/hurd/fd.h: Likewise.
10531         * hurd/hurd/port.h: Likewise.
10532         * hurd/hurd/signal.h: Likewise.
10533         * hurd/hurd/threadvar.h: Likewise.
10534         * hurd/hurd/userlink.h: Likewise.
10535         * io/sys/stat.h: Likewise.
10536         * libio/bits/stdio.h: Likewise.
10537         * libio/bits/stdio2.h: Likewise.
10538         * mach/lock-intern.h: Likewise.
10539         * mach/mach/mig_support.h: Likewise.
10540         * math/bits/cmathcalls.h: Likewise.
10541         * posix/bits/unistd.h: Likewise.
10542         * socket/bits/socket2.h: Likewise.
10543         * stdlib/bits/stdlib.h: Likewise.
10544         * stdlib/stdlib.h: Likewise.
10545         * string/argz.h: Likewise.
10546         * string/bits/string2.h: Likewise.
10547         * string/bits/string3.h: Likewise.
10548         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
10549         * sysdeps/generic/inttypes.h: Likewise.
10550         * sysdeps/generic/machine-lock.h: Likewise.
10551         * sysdeps/generic/machine-sp.h: Likewise.
10552         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
10553         * sysdeps/i386/i486/bits/string.h: Likewise.
10554         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
10555         * sysdeps/mach/alpha/machine-lock.h: Likewise.
10556         * sysdeps/mach/alpha/machine-sp.h: Likewise.
10557         * sysdeps/mach/i386/machine-lock.h: Likewise.
10558         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
10559         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
10560         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
10561         * sysdeps/s390/bits/string.h: Likewise.
10562         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
10563         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
10564         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
10565         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
10566         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10567         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
10568         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
10569         * wcsmbs/bits/wchar2.h: Likewise.
10570         * wcsmbs/wchar.h: Likewise.
10571         * stdlib/gmp.h: Likewise.  Include <features.h> to get
10572         __extern_inline definition.
10574 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
10576         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
10577         NULL.
10579         [BZ #3919]
10580         * math/libm-test.inc (log_test): Test -Inf and NaN.
10581         (log10_test, log1p_test, log2_test): Test -Inf.
10582         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
10583         FE_INVALID when argument is qNaN.
10584         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
10585         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
10586         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10587         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
10588         andb $1, %ah with testb $1, %ah, don't test for parity, instead
10589         testb $4, %ah and jump if non-zero.
10590         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10591         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
10593         [BZ #4101]
10594         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
10595         ancestors with the same depths.
10596         Patch by Niels Moeller <nisse@lysator.liu.se>.
10597         (filter_doc): Don't crash if argp is NULL.
10598         * argp/Makefile (tests): Add tst-argp2.
10599         * argp/tst-argp2.c: New test.
10601         [BZ #4130]
10602         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
10603         open_not_cancel_2.
10604         (updwtmp_file): Likewise.
10606         [BZ #4181]
10607         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
10608         (inet6_opt_append): Don't check extlen is big enough if extbuf
10609         is NULL.
10610         (inet6_opt_finish): Likewise.
10611         * inet/Makefile (tests): Add test-inet6_opt.
10612         * inet/test-inet6_opt.c: New test.
10614         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
10615         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
10616         NLMSG_ERR.  Instead use a page sized buffer.
10617         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
10618         buffer.
10620 2007-03-14  Richard Henderson  <rth@redhat.com>
10622         * sysdeps/alpha/fpu/s_llround.c: New file.
10623         * sysdeps/alpha/fpu/s_llroundf.c: New file.
10624         * sysdeps/alpha/fpu/s_lround.c: New file.
10625         * sysdeps/alpha/fpu/s_lroundf.c: New file.
10626         * sysdeps/alpha/fpu/s_round.c: New file.
10627         * sysdeps/alpha/fpu/s_roundf.c: New file.
10628         * sysdeps/alpha/fpu/s_trunc.c: New file.
10629         * sysdeps/alpha/fpu/s_truncf.c: New file.
10631         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
10632         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
10633         * sysdeps/alpha/fpu/s_floor.c: Likewise.
10634         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
10635         * sysdeps/alpha/fpu/s_rint.c: Likewise.
10636         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
10638         * sysdeps/alpha/fpu/s_fmax.S: New file.
10639         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
10640         * sysdeps/alpha/fpu/s_fmin.S: New file.
10641         * sysdeps/alpha/fpu/s_fminf.S: New file.
10642         * sysdeps/alpha/fpu/s_isnan.c: New file.
10643         * sysdeps/alpha/fpu/s_isnanf.c: New file.
10644         * sysdeps/alpha/fpu/s_llrint.c: New file.
10645         * sysdeps/alpha/fpu/s_llrintf.c: New file.
10646         * sysdeps/alpha/fpu/s_lrint.c: New file.
10647         * sysdeps/alpha/fpu/s_lrintf.c: New file.
10648         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
10649         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
10651         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
10652         (__fdimf, fdimf, __fdim, fdim): Remove.
10653         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
10654         (__isnanf, __isnan, __isnanl): New.
10656 2007-03-13  Richard Henderson  <rth@redhat.com>
10658         * sysdeps/ieee754/ldbl-128/Makefile: New file.
10660 2007-03-13  Richard Henderson  <rth@redhat.com>
10662         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
10663         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
10664         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
10665         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
10666         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
10667         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
10669 2007-03-13  Richard Henderson  <rth@redhat.com>
10671         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
10672         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
10673         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
10674         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
10675         Move to dl-auxv.h; initialize instead of extern weak.
10676         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
10677         weak symbol.
10678         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
10679         Extern instead of initialized.
10681 2007-03-13  Richard Henderson  <rth@redhat.com>
10683         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
10684         __sigsuspend_nocancel.
10686 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
10688         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
10689         172.16/12 address range.
10691 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
10693         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
10694         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
10695         message.
10697 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
10699         [BZ #4069]
10700         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
10701         earlier.
10702         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
10704         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
10705         for x qNaN and y either +-inf or non-integer value.
10706         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
10707         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10708         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
10710 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
10712         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
10713         from sysdep_headers.
10715 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
10717         * time/tzfile.c (find_transition): Instead of a linear search try to
10718         guess the transition index, use a linear search if the result is at
10719         most 10 transitions away from the guess or binary search otherwise.
10721 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
10723         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
10724         memory reallocation.
10726 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
10728         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
10729         and fix some typos.
10730         Optimize use of TOLOWER.
10732         [BZ #3325]
10733         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
10734         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
10735         * sysdeps/i386/fpu/e_fmod.S: Likewise.
10737         [BZ #3458]
10738         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
10739         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
10741         [BZ #4076]
10742         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
10743         (open_dir_stream): Likewise.
10744         * io/Makefile (tests): Add bug-ftw5.
10745         * io/bug-ftw5.c: New file.
10747         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
10748         * nscd/servicescache.c (cache_addserv): Likewise.
10750         * nscd/grpcache.c (cache_addgr): In case a record changed on
10751         refresh, adjust key_copy.
10753         [BZ #4074]
10754         * nscd/pwdcache.c (cache_addpw): In case a record changed on
10755         refresh, adjust key_copy.
10757         [BZ #4070]
10758         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
10759         special cases.
10760         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
10762 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
10764         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
10765         optimization.
10767         * stdio-common/vfscanf.c: Small cleanups throughout.
10769 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
10771         [BZ #3325]
10772         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
10773         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
10774         * sysdeps/i386/fpu/e_fmod.S: Likewise.
10775         Patch by Jared Casper <jaredcasper@gmail.com>.
10777         * sysdeps/unix/closedir.c: Outside libc don't use locking.
10778         * sysdeps/unix/opendir.c: Likewise.
10779         * sysdeps/unix/readdir.c: Likewise.
10781         [BZ #2211]
10782         * stdio-common/vfscanf.c: Handle localized digits etc for floating
10783         point numbers.
10784         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
10786         * stdio-common/vfscanf.c: Fix problems in width accounting.
10787         * stdio-common/tst-sscanf.c (double_tests): New tests.
10788         (main): Hook them up.
10790         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
10791         More simplifications of floating-point reader.
10793         * stdio-common/Makefile (tests): Add tst-swscanf.
10794         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
10795         testing.
10796         * stdio-common/tst-swscanf.c: New file.
10798 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
10800         [BZ #2633]
10801         * libio/stdio.h: Define struct _IO_FILE in global namespace.
10802         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
10803         Remove using for __jmp_buf_tag.
10804         * locale/locale.h (struct lconv): Also define in std namespace.
10805         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
10807         [BZ #3842]
10808         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
10809         using __libc_enable_secure.
10811         [BZ #3818]
10812         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
10814         [BZ #3745]
10815         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
10816         of names for ellipsises.
10818         [BZ #3348]
10819         * malloc/memusage.sh: Cleanups.
10820         * debug/xtrace.sh: Quoting and trap changes.
10822 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
10824         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
10826         * locale/iso-3166.def: Update entry for Serbia.
10827         * locale/iso-4217.def: Define RSD, remove CSD.
10829         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
10830         and 64-bit operations.
10832         [BZ #4040]
10833         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
10834         16-bit operations.
10836         * nscd/nscd.c (parse_opt): One more conversion to use send instead
10837         of writev.
10839 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
10841         [BZ #3991]
10842         * assert/assert.h (assert): Simplify.
10843         (assert_perror): Likewise.
10844         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
10846         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
10847         reqdata.
10849         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
10850         change: don't pass NULL in place of an integer.
10852 2007-02-02  Bruno Haible  <bruno@clisp.org>
10854         [BZ #3954]
10855         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
10856         Add mapping for U+327E.
10857         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
10858         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
10859         mapping of 0xD9 0xE8.
10860         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
10861         mapping of U+327E.
10862         Reported by Jungshik Shin <jungshik@google.com>.
10864         [BZ #3955]
10865         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
10866         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
10867         Reported by Jungshik Shin <jungshik@google.com>.
10869 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
10871         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
10872         byte variants.
10874         [BZ #4040]
10875         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
10876         byte variants.  Patch mostly be tom@tommay.net.
10878 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
10880         [BZ #3996]
10881         * posix/glob.c (attribute_hidden): Define if not defined.
10882         (glob): Unescape dirname, filename or username when needed and not
10883         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
10884         is NULL.  Handle unescaped [ in pattern without closing ].
10885         Don't pass GLOB_CHECK down to recursive glob for directories.
10886         (__glob_pattern_type): New function.
10887         (__glob_pattern_p): Implement using __glob_pattern_type.
10888         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
10889         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
10890         Remove unreachable code.
10891         * posix/globtest.sh: Add a couple of new tests.
10893 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
10895         * po/ru.po: Update from translation team.
10897 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
10899         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
10900         to the list of i486+ CPUs.
10901         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
10903 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
10905         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
10906         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
10907         references.
10909 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
10911         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
10913         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
10914         * resolv/res_mkquery.c: Define __res_nopt.
10915         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
10916         try adding EDNS0 record.
10917         * resolv/res_send.c (send_dg): If request failed with FORMERR and
10918         EDNS0 record was send make sure we don't try it again.
10919         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
10920         * include/resolv.h: Declare __res_nopt.
10922 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
10924         [BZ #3944]
10925         * time/strptime_l.c (__strptime_internal): Set have_mon for
10926         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
10927         have been computed from tm_yday and tm_year.  Don't crash
10928         in day_of_the_week or day_of_the_year if not have_mon
10929         and tm_mon contains bogus value.
10930         * time/Makefile (tests): Add tst-strptime3.
10931         * time/tst-strptime3.c: New test.
10933 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
10935         [BZ #3957]
10936         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
10937         bit for RE_HAT_LISTS_NOT_NEWLINE.
10938         (build_charclass_op): Remove bogus comment.
10939         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
10940         * posix/bug-regex27.c: New test.
10941         * posix/bug-regex28.c: New test.
10943 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
10945         * po/sv.po: Update from translation team.
10947 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
10949         * nscd/nscd_helper.c (open_socket): Minor size optimization.
10951 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
10953         * include/locale.h (__uselocale): Add libc_hidden_proto.
10954         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
10956         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
10957         gettimeofday.
10959 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
10961         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
10962         returning.
10963         (PTR_DEMANGLE): Real definition now that it's not the same as
10964         PRT_MANGLE anymore.
10965         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
10967         * string/strerror_l.c: New file.
10968         * string/Makefile (routines): Add strerror_l.
10969         * string/string.h: Declare strerror_l.
10970         * string/Versions: Export strerror_l for GLIBC_2.6.
10972 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
10974         * nscd/nscd_helper.c (open_socket): Now takes request type and key
10975         as parameter.  Construct request record.  Try sending request
10976         before the first poll use, it usually succeeds.  Adjust all
10977         callers.
10978         * nscd/nscd-client.h: Define MAXKEYLEN.
10979         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
10981 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
10983         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
10984         from return value.
10985         * nscd/nscd_helper.c: Include string.h.
10986         (__nscd_cache_search): Remove const qualifier from return value.
10987         On strict alignment architectures check hash entry and data head
10988         alignment.
10989         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
10990         mmapped data during GC cycle contains garbage.  If
10991         __nscd_drop_map_ref fails, decrement mapped->counter when returning
10992         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
10993         dropped to 0.
10994         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
10995         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
10996         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
10997         * nscd/nscd_getai.c (__nscd_getai): Likewise.
10998         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
11000 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
11002         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
11004 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
11006         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
11007         names not numbers in cfi_*.
11009 2007-01-26  Andreas Jaeger  <aj@suse.de>
11011         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
11012         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
11013         Correct values of PER_HPUX and PER_OSF4.
11015 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
11017         * elf/dl-minimal.c: Undefine _itoa first.
11018         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
11019         * malloc/mtrace.c: Revert last change.
11020         * posix/wordexp.c: Likewise.
11022 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
11024         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
11025         and __geode__ to the list of i486+ CPUs.
11026         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
11028 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
11030         * stdio-common/_itoa.c: Include <limits.h>.
11031         * stdio-common/_itowa.c: Likewise.
11033 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
11035         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
11036         platforms.
11037         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
11038         64-bit platforms.
11039         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
11040         possible.
11041         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
11042         if possible.
11044         [BZ #3902]
11045         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
11046         * stdio-common/Makefile (tests): Add bug17.
11047         * stdio-common/bug17.c: New file.
11049 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
11051         * iconvdata/brf.c: New file.
11052         * iconvdata/testdata/BRF: New file.
11053         * iconvdata/testdata/BRF..UTF8: New file.
11054         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
11055         * iconvdata/Makefile: Add rules to build BRF.
11056         * iconvdata/TESTS: Add BRF entry.
11057         * iconvdata/gconv-modules: Likewise.
11058         * iconvdata/tst-tables.sh: Likewise.
11060 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
11062         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
11063         type `long long int', not `long int'.
11064         (wcstoq): Likewise.
11066 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
11068         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
11069         of values on 64-bit platforms which are too large.
11071 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
11072             Joe Kerian  <jkerian@us.us.ibm.com>
11074         [BZ #2749]
11075         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
11076         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
11077         (__copysignl): Use signbit() for comparison.
11078         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
11079         SET_LDOUBLE_WORDS64.
11081         [BZ #2423, #2749]
11082         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
11083         (__ceill): Remove calls to fegetround(), fesetround().
11084         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
11085         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
11086         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
11088 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
11090         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
11092         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
11094 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
11096         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
11097         demangle pointer.
11098         * csu/libc-start.c: Likewise.
11100 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
11102         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
11103         really work anyway.
11105 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
11107         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
11108         users.
11109         (handle_request): Remove unnecessary tests.
11111         * nscd/cache.c (cache_add): Record the failure to add to the cache.
11113 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
11115         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
11116         workbits in semi-raw fraction.
11118         * math/test-misc.c: Add new tests.
11120 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
11122         * math/basic-test.c: Include test-skeleton.c.
11123         (TEST_TRUNC): Define.
11124         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
11125         (main): Rename to ...
11126         (do_test): ...this.  Run new tests.
11127         (TEST_FUNCTION): Define.
11129 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
11130             Joe Kerian  <jkerian@us.us.ibm.com>
11132         [BZ #2749]
11133         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
11134         handling for high words.
11135         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
11136         and overflow for infinity.
11138 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
11140         * nscd/connections.c (handle_request): Add a __builtin_expect.
11142         * nscd/connections.c (serv2db): Change type into structure which
11143         also says whether this is a request for data.  Renamed to
11144         servinfo.  All users changed.
11145         (handle_request): Much simpler test whether we should search the cache.
11147         * nscd/connections.c (handle_request): Fix thinko in selinux test
11148         invocation.
11150         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
11151         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
11152         it before getting dl_load_lock and then relock.
11153         (_dl_lookup_symbol_x): Pass flags to add_dependency.
11154         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
11155         case we unlocked the scope.
11156         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
11157         _dl_lookup_symbol_x in case we locked the scope.
11158         (_dl_profile_fixup): Likewise.
11159         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
11160         set DL_LOOKUP_SCOPE_LOCK.
11162 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
11164         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
11165         CFLAGS-getsrvbynpt_r.c.
11166         * nscd/getsrvbynm_r.c: New file.
11167         * nscd/getsrvbypt_r.c: New file.
11168         * nscd/nscd_getserv_r.c: New file.
11169         * nscd/servicescache.c: New file.
11170         * nscd/Makefile (routines): Add nscd_getserv_r.
11171         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
11172         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
11173         CFLAGS-getsrvbypt_r.c.
11174         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
11175         table.  Add entries for services database.
11176         * nscd/connections.c (serv2str): Mark as const.  Add entries for
11177         services database.
11178         (dbs): Add .reset_res and servdb initialization.
11179         (serv2db): Add entries for services database.
11180         (verify_persistent_db): Accept dbnr == servdb.
11181         (invalidate_cache): Rewrite database name recognition to use a table.
11182         Call res_init() if .reset_res is set for database.
11183         (handle_request): Add code to handle services database.
11184         * nscd/gai.c: Don't define __getservbyname_r.
11185         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
11186         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
11187         (serv_response_header): Define.
11188         (struct datahead): Add serv_response_header member.
11189         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
11190         using table.
11191         * nscd/nscd.conf: Add entries for services database.
11192         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
11193         Declare serv_iov_disabled.
11194         Declare addservbyname, readdservbyname, addservbyport, and
11195         readdservbyport.
11196         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
11197         (find_db): Fix error message.
11198         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
11199         __nscd_getservbyname_r, and __nscd_getservbyport_r.
11200         * nscd/selinux.c (perms): Add entries for services database.
11201         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
11202         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
11204         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
11205         * nscd/hstcache.c: Likewise.
11206         * nscd/pwdcache.c: Likewise.
11208         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
11209         computation of keylen.
11211         * include/string.h: Only redefine strndupa if this is really for
11212         libc code.
11214 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
11216         * nscd/nscd_gethst_r.c: Minor cleanups.
11218         * nscd/connections.c (handle_request): Check selinux permissions
11219         for all non-admin commands.
11221         * sysdeps/i386/i486/bits/atomic.h: Define
11222         atomic_compare_and_exchange_val_acq,
11223         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
11224         using __sync_* built-ins for gcc >= 4.1.
11225         * sysdeps/x86_64/bits/atomic.h: Likewise.
11227         [BZ #3840]
11228         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
11229         and .oS.d files.
11231 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
11233         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
11234         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
11235         (do_test): Check errno and exit(0) if ENOSYS.
11237 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
11239         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
11240         thousands separators.
11241         * stdlib/Makefile: Add rules to build and run tst-strtod4.
11242         * stdlib/tst-strtod4.c: New test.
11244         [BZ #3855]
11245         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
11246         hexadecimal digit should accept just the initial 0.
11247         * stdlib/tst-strtod2.c (tests): New variable.
11248         (do_test): Run several tests rather than just one.
11250 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
11252         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
11253         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
11255 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
11257         * io/fts.c: Make sure fts_cur is always valid after return from
11258         fts_read.
11259         Patch by Miloslav Trmac <mitr@redhat.com>.
11261 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
11263         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
11264         (R_MIPS_NUM): Bump by 1.
11266 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
11268         * posix/execvp.c: Include alloca.h.
11269         (allocate_scripts_argv): Renamed to...
11270         (scripts_argv): ... this.  Don't allocate buffer here nor count
11271         arguments.
11272         (execvp): Use alloca if possible.
11273         * posix/Makefile: Add rules to build and run tst-vfork3 test.
11274         * posix/tst-vfork3.c: New test.
11276 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
11278         * string/Makefile (tst-strxfrm2-ENV): Define.
11279         * stdlib/Makefile (tst-strtod3-ENV): Define.
11281 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
11283         * posix/getconf.c: Update copyright year.
11284         * nss/getent.c: Likewise.
11285         * iconv/iconvconfig.c: Likewise.
11286         * iconv/iconv_prog.c: Likewise.
11287         * elf/ldconfig.c: Likewise.
11288         * catgets/gencat.c: Likewise.
11289         * csu/version.c: Likewise.
11290         * elf/ldd.bash.in: Likewise.
11291         * elf/sprof.c (print_version): Likewise.
11292         * locale/programs/locale.c: Likewise.
11293         * locale/programs/localedef.c: Likewise.
11294         * nscd/nscd.c (print_version): Likewise.
11295         * debug/xtrace.sh: Likewise.
11296         * malloc/memusage.sh: Likewise.
11297         * malloc/mtrace.pl: Likewise.
11298         * debug/catchsegv.sh: Likewise.
11300 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
11302         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
11303         attempts.
11305 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
11307         * posix/wordexp.c: Remove some unnecessary tests.
11309 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
11311         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
11312         blacklist the group till after we look it up.
11314 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
11316         * include/atomic.h (atomic_forced_read): New macro.
11318 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
11320         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
11322 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
11324         * nss/getXXbyYY_r.c: Include atomic.h.
11325         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
11326         add atomic_write_barrier () in between.
11328         * stdlib/Makefile (tests): Add tst-makecontext.
11329         * stdlib/tst-makecontext.c: New test.
11331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
11332         (__makecontext): Don't realign uc_mcontext.uc_regs.
11334 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
11336         * elf/dl-support.c: Include dl-procinfo.h.
11337         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
11338         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
11339         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
11340         Define.
11341         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
11342         hardcoded constants.
11343         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
11344         PPC_PLATFORM_* macros for array designators.
11346 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
11348         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
11349         names to the beginning.
11350         (_dl_powerpc_platforms): Add "power6x".
11351         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
11352         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
11353         (_DL_PLATFORMS_COUNT): Increase.
11354         (_dl_string_platform): Handle power6x case.
11355         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
11356         PPC_FEATURE_POWER6_EXT): Define.
11357         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
11359 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
11361         [BZ #3747]
11362         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
11363         [-2^31 .. 2^31) range.
11364         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
11365         targets.
11366         * stdlib/tst-rand48-2.c: New test.
11367         * stdlib/Makefile (tests): Add tst-rand48-2.
11369 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
11371         * misc/tst-pselect.c (do_test): Fix sigblock argument.
11373 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
11375         * misc/tst-pselect.c (do_test): Make sure the helper process is
11376         terminating when the test is aborted.
11378 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
11380         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
11381         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
11382         Handle relatime mount option.
11384         [BZ #2337]
11385         * libio/Makefile (tests): Add tst-setvbuf1.
11386         * libio/tst-setvbuf1.c: New file.
11388 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
11390         [BZ #2337]
11391         * libio/genops.c (__uflow): Fix a typo.
11392         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
11393         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
11394         the narrow buffer size.
11396 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
11398         [BZ #2337]
11399         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
11400         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
11401         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
11402         in _flags.
11403         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
11404         _IO_wstr_finish): Likewise.
11405         * libio/wmemstream.c (open_wmemstream): Likewise.
11406         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
11407         even for wide streams.
11409 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
11411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
11412         kernel-features.h.
11414 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
11416         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
11417         separators also if no non-zero digits found.
11418         * stdlib/Makefile (tests): Add tst-strtod3.
11420 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
11422         [BZ #3632]
11423         * include/features.h: Fix comment about default value for
11424         _POSIX_C_SOURCE.
11426         [BZ #3664]
11427         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
11428         empty parsed strings.
11429         * stdlib/Makefile (tests): Add tst-strtod2.
11430         * stdlib/tst-strtod2.c: New file.
11432         [BZ #3673]
11433         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
11434         computation.
11435         * stdlib/Makefile (tests): Add tst-atof2.
11436         * stdlib/tst-atof2.c: New file.
11438         [BZ #3674]
11439         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
11440         correctly if removing trailing zero of hex-float.
11441         * stdlib/Makefile (tests): Add tst-atof1.
11442         * stdlib/tst-atof1.c: New file.
11444 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
11446         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
11447         Start searching for next comma at p rather than rest.
11448         * misc/Makefile (tests): Add tst-mntent2.
11449         * misc/tst-mntent2.c: New test.
11451         * misc/getusershell.c (initshells): Check for integer overflows.
11452         Make strings buffer one bigger as fgets always succeeds when second
11453         argument is 1.  Don't use calloc for shells array.  Disallow
11454         / as shell.
11456 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
11458         * malloc/memusage.c: Handle realloc with new size of zero and
11459         non-NULL pointer correctly.
11460         (me): Really write first record twice.
11461         (struct entry): Make format bi-arch safe.
11462         (dest): Write out more realloc statistics.
11463         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
11465 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
11467         * nis/nis_subr.c (nis_getnames): Revert last change.
11469 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
11471         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
11472         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
11473         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
11474         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
11475         ENOTTY.
11476         * io/Makefile: Add rules to build and run tst-ttyname_r test.
11477         * io/tst-ttyname_r.c: New test.
11479 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11481         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
11483 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
11485         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
11486         jump table entries.
11488 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
11490         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
11491         `clone' function to ensure proper unwinding stop of gdb.
11492         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
11494 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
11496         * nscd/nscd.init: Remove obsolete and commented-out -S option
11497         handling.
11499 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
11501         [BZ #3514]
11502         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
11504         [BZ #3515]
11505         * manual/string.texi (strtok): Remove duplicate paragraph.
11507 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11509         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
11510         libgcc not supporting `rflags' unwinding (register # >= 17).
11512 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
11514         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
11515         succeeded.
11517 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
11518             Jakub Jelinek  <jakub@redhat.com>
11519             Jan Kratochvil  <jan.kratochvil@redhat.com>
11521         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
11522         unwind information.
11523         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
11524         'restore_rt' even in the 'signal' directory.
11525         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
11527 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
11529         [BZ #3559]
11530         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
11531         malloc crashed.  Don't allocate memory unnecessarily in each
11532         loop.
11534 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
11536         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
11538 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
11540         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
11542 2006-11-18  Bruno Haible  <bruno@clisp.org>
11544         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
11545         __sysconf only after having tried to call getgroups32.
11547 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
11549         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
11550         addresses for IPv4 queries if they can be mapped.
11552 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
11554         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
11555         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
11556         (signmask): Add .size directive.
11557         (othermask): Add .type directive.
11559 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
11561         * po/nl.po: Update from translation team.
11563         * timezone/zdump.c: Redo fix for BZ #3137.
11565 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
11567         * nss/nss_files/files-alias.c (get_next_alias): Set line back
11568         to first_unused after parsing :include: file.
11570 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
11572         * timezone/africa: Update from tzdata2006o.
11573         * timezone/antarctica: Likewise.
11574         * timezone/asia: Likewise.
11575         * timezone/australasia: Likewise.
11576         * timezone/backward: Likewise.
11577         * timezone/europe: Likewise.
11578         * timezone/iso3166.tab: Likewise.
11579         * timezone/northamerica: Likewise.
11580         * timezone/southamerica: Likewise.
11581         * timezone/zone.tab: Likewise.
11583         * time/tzfile.c (__tzfile_read): Extend to handle new file format
11584         on machines with 64-bit time_t.
11586         * timezone/checktab.awk: Update from tzcode2006o.
11587         * timezone/ialloc.c: Likewise.
11588         * timezone/private.h: Likewise.
11589         * timezone/scheck.c: Likewise.
11590         * timezone/tzfile.h: Likewise.
11591         * timezone/tzselect.ksh: Likewise.
11592         * timezone/zdump.c: Likewise.
11593         * timezone/zic.c: Likewise.
11595         [BZ #3483]
11596         * elf/ldconfig.c (main): Call setlocale and textdomain.
11597         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
11599         [BZ #3480]
11600         * manual/argp.texi: Fix typos.
11601         * manual/charset.texi: Likewise.
11602         * manual/errno.texi: Likewise.
11603         * manual/filesys.texi: Likewise.
11604         * manual/lang.texi: Likewise.
11605         * manual/maint.texi: Likewise.
11606         * manual/memory.texi: Likewise.
11607         * manual/message.texi: Likewise.
11608         * manual/resource.texi: Likewise.
11609         * manual/search.texi: Likewise.
11610         * manual/signal.texi: Likewise.
11611         * manual/startup.texi: Likewise.
11612         * manual/stdio.texi: Likewise.
11613         * manual/sysinfo.texi: Likewise.
11614         * manual/syslog.texi: Likewise.
11615         * manual/time.texi: Likewise.
11616         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11618         [BZ #3465]
11619         * sunrpc/clnt_raw.c: Minimal message improvements.
11620         * sunrpc/pm_getmaps.c: Likewise.
11621         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
11622         * nis/nis_print_group_entry.c: Likewise.
11623         * locale/programs/repertoire.c: Likewise.
11624         * locale/programs/charmap.c: Likewise.
11625         * malloc/memusage.sh: Likewise.
11626         * elf/dl-deps.c: Likewise.
11627         * locale/programs/ld-collate.c: Likewise.
11628         * libio/vswprintf.c: Likewise.
11629         * malloc/memusagestat.c: Likewise.
11630         * sunrpc/auth_unix.c: Likewise.
11631         * sunrpc/rpc_main.c: Likewise.
11632         * nscd/cache.c: Likewise.
11633         * locale/programs/repertoire.c: Unify output messages.
11634         * locale/programs/charmap.c: Likewise.
11635         * locale/programs/ld-ctype.c: Likewise.
11636         * locale/programs/ld-monetary.c: Likewise.
11637         * locale/programs/ld-numeric.c: Likewise.
11638         * locale/programs/ld-time.c: Likewise.
11639         * elf/ldconfig.c: Likewise.
11640         * nscd/selinux.c: Likewise.
11641         * elf/cache.c: Likewise.
11642         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
11644         [BZ #3451]
11645         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
11646         change atomic.
11647         (ceil): Likewise.
11649 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
11651         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
11652         if N is one bigger than return value.
11653         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
11654         and l1 last arguments, if buf is defined, verify the return value
11655         equals to strlen (buf) and verify no byte beyond passed length
11656         is modified.
11658 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
11660         * po/sv.po: Update from translation team.
11662 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
11664         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
11665         noinline attribute.
11667 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
11669         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
11670         noinline attribute.
11672         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
11673         Use __new_sys_siglist instead of _sys_siglist_internal as
11674         second macro argument.
11675         (_old_sys_siglist): Use declare_symbol_alias macro instead of
11676         strong_alias.
11678 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
11680         [BZ #3493]
11681         * posix/unistd.h (sysconf): Remove const attribute.
11683         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
11684         temporary or deprecated addresses.
11685         Patch by Sridhar Samudrala <sri@us.ibm.com>.
11687         * string/Makefile (tests): Add tst-strxfrm2.
11688         * string/tst-strxfrm2.c: New file.
11690 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
11692         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
11693         rather than r->r_brk.
11695 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
11697         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
11698         optimization even if needed > n.
11700         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
11701         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
11702         return false, otherwise return true.
11703         (cache_rpath): Return decompose_rpath return value.
11705 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
11707         * include/libc-symbols.h (declare_symbol): Rename to...
11708         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
11709         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
11710         .size directive.
11711         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
11712         changes.
11713         * sysdeps/gnu/siglist.c: Likewise.
11715 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
11717         * sysdeps/powerpc/fpu/bits/mathinline.h
11718         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
11719         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
11721 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
11723         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
11724         Update handling of cache descriptor 0x49 for new models.
11725         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
11726         Likewise.
11728 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
11730         * malloc/memusage.c (dest): Reset not_me back to false after
11731         printing statistics.
11733 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
11735         * configure.in: Work around ld --help change and avoid -z relro
11736         test completely if the architecture doesn't care about security.
11738 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
11740         * po/sv.po: Update from translation team.
11742 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
11744         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
11745         generate compatibility version.
11747 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
11749         * configure.in: Relax -z relro requirement a bit.
11751         * po/sv.po: Update from translation team.
11753 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
11755         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
11756         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11757         * elf/dl-close.c (_dl_close_worker): Likewise.
11758         * elf/dl-open.c (_dl_open_worker): Likewise.
11759         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
11761 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
11763         * configure.in: Require assembler support for visibility, compiler
11764         support for visibility and aliases, linker support for various -z
11765         options.
11766         * Makeconfig: Remove conditional code which now is unnecessary.
11767         * config.h.in: Likewise.
11768         * config.make.in: Likewise.
11769         * dlfcn/Makefile: Likewise.
11770         * elf/Makefile: Likewise.
11771         * elf/dl-load.c: Likewise.
11772         * elf/rtld.c: Likewise.
11773         * include/libc-symbols.h: Likewise.
11774         * include/stdio.h: Likewise.
11775         * io/Makefile: Likewise.
11776         * io/fstat.c: Likewise.
11777         * io/fstat64.c: Likewise.
11778         * io/fstatat.c: Likewise.
11779         * io/fstatat64.c: Likewise.
11780         * io/lstat.c: Likewise.
11781         * io/lstat64.c: Likewise.
11782         * io/mknod.c: Likewise.
11783         * io/mknodat.c: Likewise.
11784         * io/stat.c: Likewise.
11785         * io/stat64.c: Likewise.
11786         * libio/stdio.c: Likewise.
11787         * nscd/Makefile: Likewise.
11788         * stdlib/Makefile: Likewise.
11789         * stdlib/atexit.c: Likewise.
11790         * sysdeps/generic/ldsodefs.h: Likewise.
11791         * sysdeps/i386/dl-machine.h: Likewise.
11792         * sysdeps/i386/sysdep.h: Likewise.
11793         * sysdeps/i386/i686/memcmp.S: Likewise.
11794         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
11795         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
11796         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
11798         * Makerules: USE_TLS support is now default.
11799         * tls.make.c: Likewise.
11800         * csu/Versions: Likewise.
11801         * csu/libc-start.c: Likewise.
11802         * csu/libc-tls.c: Likewise.
11803         * csu/version.c: Likewise.
11804         * dlfcn/dlinfo.c: Likewise.
11805         * elf/dl-addr.c: Likewise.
11806         * elf/dl-cache.c: Likewise.
11807         * elf/dl-close.c: Likewise.
11808         * elf/dl-iteratephdr.c: Likewise.
11809         * elf/dl-load.c: Likewise.
11810         * elf/dl-lookup.c: Likewise.
11811         * elf/dl-object.c: Likewise.
11812         * elf/dl-open.c: Likewise.
11813         * elf/dl-reloc.c: Likewise.
11814         * elf/dl-support.c: Likewise.
11815         * elf/dl-sym.c: Likewise.
11816         * elf/dl-sysdep.c: Likewise.
11817         * elf/dl-tls.c: Likewise.
11818         * elf/ldconfig.c: Likewise.
11819         * elf/rtld.c: Likewise.
11820         * elf/tst-tls-dlinfo.c: Likewise.
11821         * elf/tst-tls1.c: Likewise.
11822         * elf/tst-tls10.h: Likewise.
11823         * elf/tst-tls14.c: Likewise.
11824         * elf/tst-tls2.c: Likewise.
11825         * elf/tst-tls3.c: Likewise.
11826         * elf/tst-tls4.c: Likewise.
11827         * elf/tst-tls5.c: Likewise.
11828         * elf/tst-tls6.c: Likewise.
11829         * elf/tst-tls7.c: Likewise.
11830         * elf/tst-tls8.c: Likewise.
11831         * elf/tst-tls9.c: Likewise.
11832         * elf/tst-tlsmod1.c: Likewise.
11833         * elf/tst-tlsmod13.c: Likewise.
11834         * elf/tst-tlsmod13a.c: Likewise.
11835         * elf/tst-tlsmod14a.c: Likewise.
11836         * elf/tst-tlsmod2.c: Likewise.
11837         * elf/tst-tlsmod3.c: Likewise.
11838         * elf/tst-tlsmod4.c: Likewise.
11839         * elf/tst-tlsmod5.c: Likewise.
11840         * elf/tst-tlsmod6.c: Likewise.
11841         * include/errno.h: Likewise.
11842         * include/link.h: Likewise.
11843         * include/tls.h: Likewise.
11844         * locale/global-locale.c: Likewise.
11845         * locale/localeinfo.h: Likewise.
11846         * malloc/arena.c: Likewise.
11847         * malloc/hooks.c: Likewise.
11848         * malloc/malloc.c: Likewise.
11849         * resolv/Versions: Likewise.
11850         * sysdeps/alpha/dl-machine.h: Likewise.
11851         * sysdeps/alpha/libc-tls.c: Likewise.
11852         * sysdeps/generic/ldsodefs.h: Likewise.
11853         * sysdeps/generic/tls.h: Likewise.
11854         * sysdeps/i386/dl-machine.h: Likewise.
11855         * sysdeps/ia64/dl-machine.h: Likewise.
11856         * sysdeps/ia64/libc-tls.c: Likewise.
11857         * sysdeps/mach/hurd/fork.c: Likewise.
11858         * sysdeps/mach/hurd/i386/tls.h: Likewise.
11859         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
11860         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
11861         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
11862         * sysdeps/s390/libc-tls.c: Likewise.
11863         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11864         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11865         * sysdeps/sh/dl-machine.h: Likewise.
11866         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11867         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11868         * sysdeps/x86_64/dl-machine.h: Likewise.
11870         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
11871         split out locking and parameter checking.
11872         (_dl_close): Call _dl_close_worker after locking and checking.
11873         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
11874         _dl_close.
11875         * elf/Makefile: Add rules to build and run tst-thrlock.
11876         * elf/tst-thrlock.c:  New file.
11878         [BZ #3426]
11879         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
11880         reality.
11882         [BZ #3429]
11883         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
11884         we are sure we do not need it anymore for _dl_close.  Also move
11885         the asserts inside the lock region.
11886         Patch mostly by Suzuki <suzuki@in.ibm.com>.
11888 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
11890         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
11891         argument.
11892         (_dl_lookup_symbol_x): Adjust caller.
11894         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
11895         _ns_global_scope.
11896         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
11898         * elf/dl-libc.c: Revert l_scope name changes.
11899         * elf/dl-load.c: Likewise.
11900         * elf/dl-object.c: Likewise.
11901         * elf/rtld.c: Likewise.
11902         * elf/dl-close.c (_dl_close): Likewise.
11903         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
11904         always use __rtld_mrlock_{change,done}.  Always free old scope list
11905         here if not l_scope_mem.
11906         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
11907         change.  Never free scope list here.  Just __rtld_mrlock_lock before
11908         the lookup and __rtld_mrlock_unlock it after the lookup.
11909         * elf/dl-sym.c: Likewise.
11910         * include/link.h (struct r_scoperec): Remove.
11911         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
11912         with l_scope_mem and l_scoperec_lock with l_scope_lock.
11914 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
11916         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
11918 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
11920         * configure.in: Disable building profile libraries by default.
11922 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11924         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
11925         as signed longs, check for x_base + pos overflow.
11926         * sunrpc/Makefile (tests): Add tst-xdrmem2.
11927         * sunrpc/tst-xdrmem2.c: New test.
11929 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
11931         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
11932         _dl_lookup_symbol_x code.
11934 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11936         * elf/dl-runtime.c: Include sysdep-cancel.h.
11937         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
11938         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
11939         instead of catomic_* macros.
11940         * elf/dl-sym.c: Include sysdep-cancel.h.
11941         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
11942         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
11943         * elf/dl-close.c: Include sysdep-cancel.h.
11944         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
11945         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
11946         * elf/dl-open.c: Include sysdep-cancel.h.
11947         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
11948         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
11950 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11952         [BZ #3313]
11953         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
11954         fastbin rather than end of fastbin array.
11956 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
11958         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
11959         body macro.
11960         * sysdeps/x86_64/bits/atomic.h
11961         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
11962         (catomic_decrement): Use correct body macro.
11964 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11966         * include/atomic.h: Add a unique prefix to all local variables
11967         in macros.
11968         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
11970 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
11972         [BZ #3369]
11973         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
11974         and 7.
11976 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
11978         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
11980 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
11982         [BZ #3313]
11983         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
11984         determine highest fast bin to consolidate, always look into all of
11985         them.
11986         (do_check_malloc_state): Only require for empty bins for large
11987         sizes in main arena.
11989         * libio/stdio.h: Add more __wur attributes.
11991         * elf/dl-minimal.c (realloc): Optimize last patch.
11993 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
11995         [BZ #3352]
11996         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
11997         and use memcpy() if it does.
11999 2006-11-12  Andreas Jaeger  <aj@suse.de>
12001         [BZ #2510]
12002         * manual/search.texi (Hash Search Function): Clarify.
12003         (Array Search Function): Clarify.
12005 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
12007         [BZ #2830]
12008         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
12009         shifting.
12010         * math/atest-exp2.c (read_mpn_hex): Likewise.
12011         * math/atest-sincos.c (main): Likewise.
12013 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
12015         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
12016         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
12017         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
12018         version GLIBC_2.6.
12019         * Versions.def: Add GLIBC_2.6 for libc.
12021         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
12023         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
12025 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
12027         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
12029         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
12031         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
12032         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
12034 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
12036         * include/atomic.c: Define catomic_* operations.
12037         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
12038         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
12039         * malloc/memusage.c: Likewise.
12040         * gmon/mcount.c: Likewise.
12041         * elf/dl-close.c: Likewise.
12042         * elf/dl-open.c: Likewise.
12043         * elf/dl-profile.c: Likewise.
12044         * elf/dl-sym.c: Likewise.
12045         * elf/dl-runtime.c: Likewise.
12046         * elf/dl-fptr.c: Likewise.
12047         * resolv/res_libc.c: Likewise.
12049 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
12051         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
12052         components which lack them.
12054         * nis/nis_subr.c (nis_getnames): Make sure that we always return
12055         at least one entry consisting of the parameter concatenated with
12056         the domain.
12058 2006-10-10  Roland McGrath  <roland@frob.com>
12060         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
12061         * sysdeps/mach/hurd/futimes.c: Likewise.
12062         * sysdeps/mach/hurd/lutimes.c: Likewise.
12064 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
12065             Jakub Jelinek  <jakub@redhat.com>
12067         Implement reference counting of scope records.
12068         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
12069         from the list in objects which remain.  Always allocate new scope
12070         record.
12071         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
12072         don't resize, allocate a new one.
12073         * elf/dl-runtime.c: Update reference counters before using a scope
12074         array.
12075         * elf/dl-sym.c: Likewise.
12076         * elf/dl-libc.c: Adjust for l_scope name change.
12077         * elf/dl-load.c: Likewise.
12078         * elf/dl-object.c: Likewise.
12079         * elf/rtld.c: Likewise.
12080         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
12081         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
12082         Add l_scoperec_lock.
12083         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
12084         * sysdeps/generic/rtld-lowlevel.h: New file.
12086         * include/atomic.h: Rename atomic_and to atomic_and_val and
12087         atomic_or to atomic_or_val.  Define new macros atomic_and and
12088         atomic_or which do not return values.
12089         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
12090         Various cleanups.
12091         * sysdeps/i386/i486/bits/atomic.h: Likewise.
12093         * po/sv.po: Update from translation team.
12095 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
12097         * Versions.def: Add GLIBC_2.6 to libpthread.
12099         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
12100         (versioned_symbol): Likewise.
12101         (compat_symbol): Likewise.
12103         * po/tr.po: Update from translation team.
12105 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
12107         * nis/Banner: Removed.  It's been integral part forever and the
12108         author info is incomplete anyway.
12109         * libio/Banner: Likewise.
12111         * nis/nis_table.c (nis_list): If __follow_path fails in the new
12112         code, make sure the nis_freeresult call doesn't crash and that the
12113         result is reported correctly.
12115 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
12117         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
12118         when callback is NULL.
12120         * nis/Versions (libnss_nisplus): Add
12121         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
12122         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
12123         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
12124         _nss_create_tablename): Rename to...
12125         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
12126         ... these.  No longer static.
12127         (internal_setgrent): Adjust users.
12128         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12129         Don't use locking around _nss_grp_create_tablename call.
12130         * nis/nss_nisplus/nisplus-initgroups.c: New file.
12132 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
12134         * version.h (VERSION): Bump to 2.5.90 for new development tree.
12136 2006-10-06  Andreas Jaeger  <aj@suse.de>
12138         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
12140 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
12142         * po/pl.po: Update from translation team.
12144         * nscd/nscd.c (main): Fix typo in message.
12145         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
12147 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
12149         [BZ #3291]
12150         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
12151         errno.h, signal.h, unistd.h and sysdep-cancel.h.
12152         (__sigprocmask): Define.
12154 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
12156         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
12157         used.
12159 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
12161         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
12162         in oldtotal and newtotal calculation.
12163         * nscd/nscd-client.h (struct mapped_database): Add datasize
12164         field.
12165         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
12166         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
12167         increased.
12168         (__nscd_cache_search): Add checks to make sure we never reference
12169         data beyond the current mapping.
12171 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
12173         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
12174         variables const to avoid compiler warnings.
12176         * io/fts.c (fts_close): Remove redundant checks.
12177         (fts_build): Likewise.
12178         (fts_palloc): Likewise.
12180         * manual/message.texi (Advanced gettext functions,
12181         Using gettextized software): Fix typos.
12183 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
12185         * posix/glob.c (glob_in_dir): Add some comments and asserts to
12186         explain why there are no leaks.
12188 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
12190         * libio/wmemstream.c: Include <wchar.h>.
12191         * libio/bug-wmemstream1.c: Likewise.
12192         * libio/tst-wmemstream1.c: Likewise.
12193         * libio/tst-wmemstream2.c: Likewise.
12195         * version.h (RELEASE): Bump to 2.5.
12196         * README: Regenerated.
12198         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
12200         [BZ #3273]
12201         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
12202         found no group members.
12203         Patch by Petr Baudis.
12205 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
12207         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
12208         assert bootstrap_map.l_tls_modid is zero.
12209         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
12210         if USE___THREAD.
12212 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
12214         * libio/stdio.h: Move open_wmemstream prototype to ...
12215         * wcsmbs/wchar.h: ... here.
12217 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
12219         [BZ #3252]
12220         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
12221         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
12222         __{,l}chown to handle the rest.
12223         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
12224         fchownat syscall and __ASSUME_32BITUIDS case inline, call
12225         __{,l}chown to handle the rest.
12226         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
12227         i386/fchownat.c.
12228         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
12229         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
12231         [BZ #3253]
12232         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
12233         time, rather allocate increasingly bigger arrays of pointers, if
12234         possible with alloca, if too large with malloc.
12236 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
12238         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
12240         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
12242 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
12244         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
12245         home addresses.
12246         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
12247         IFA_F_HOMEADDRESS flag for interfaces.
12248         * include/ifaddrs.h (struct in6addrinfo): Define
12249         in6ai_homeaddress.
12251 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
12253         [BZ #3225]
12254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
12255         PTR_DEMANGLE3): Define.
12256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
12257         PTR_DEMANGLE3): Likewise.
12258         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
12259         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
12260         Likewise.
12261         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
12263 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
12265         * po/libc.pot: Regenerated.
12266         * po/be.po: Updated.
12267         * po/ca.po: Likewise.
12268         * po/cs.po: Likewise.
12269         * po/da.po: Likewise.
12270         * po/de.po: Likewise.
12271         * po/el.po: Likewise.
12272         * po/en_GB.po: Likewise.
12273         * po/es.po: Likewise.
12274         * po/fi.po: Likewise.
12275         * po/fr.po: Likewise.
12276         * po/gl.po: Likewise.
12277         * po/hr.po: Likewise.
12278         * po/hu.po: Likewise.
12279         * po/ja.po: Likewise.
12280         * po/ko.po: Likewise.
12281         * po/nb.po: Likewise.
12282         * po/nl.po: Likewise.
12283         * po/pl.po: Likewise.
12284         * po/pt_BR.po: Likewise.
12285         * po/ru.po: Likewise.
12286         * po/rw.po: Likewise.
12287         * po/sk.po: Likewise.
12288         * po/sv.po: Likewise.
12289         * po/tr.po: Likewise.
12290         * po/zh_CN.po: Likewise.
12291         * po/zh_TW.po: Likewise.
12293         [BZ #3137]
12294         * iconv/iconv_prog.c (main): Fix spelling in error message.
12295         * iconv/iconvconfig.c (main): Likewise.
12296         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
12297         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
12298         * locale/programs/localedef.c (main): Likewise.
12299         * locale/programs/repertoire.c (repertoire_read): Likewise.
12300         * timezone/zdump.c (main): Likewise.
12301         * nscd/connections.c (handle_request): Fix spelling in log message.
12302         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
12304 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
12306         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
12307         interfaces.
12309 2006-09-20  Andreas Jaeger  <aj@suse.de>
12311         * math/libm-test.inc (lrint_test_upward): Fix typo.
12313 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
12315         [BZ #2592]
12316         * math/libm-test.inc (lrint_test_tonearest): New function.
12317         (lrint_test_towardzero): New function.
12318         (lrint_test_downward): New function.
12319         (lrint_test_upward): New function.
12320         (main): Run these new tests.
12321         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
12322         of values near to 0.
12323         (two52): Use double not long double.
12324         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
12325         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
12326         (two23): Use float not double.
12327         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
12328         (two23): Use float not double.
12329         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
12330         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
12331         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
12332         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
12334 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12336         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
12337         Cast sp to unsigned long to avoid compiler warning.
12338         Use __makecontext_ret function instead of a trampoline on the stack.
12339         (__makecontext_ret): New function.
12340         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
12342 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
12344         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
12345         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
12346         bits.
12348 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
12350         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
12351         sure no reference to the unloaded map's search list remains in the
12352         dependency's scope.
12354 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
12356         * elf/Makefile: Add rules to build and run unload7 test.
12357         * elf/unload7.c: New test.
12358         * elf/unload7mod1.c: New file.
12359         * elf/unload7mod2.c: New file.
12361 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
12363         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
12364         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
12365         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
12366         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
12367         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
12368         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
12369         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
12370         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
12371         PTRACE_GETEVENTMSG): Likewise.
12372         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
12373         values.
12375 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
12377         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
12378         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
12379         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
12380         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
12382 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
12384         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
12385         write '\0' to the fd.
12386         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
12387         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
12388         Change regs to unsigned long pointer from unsigned int, fix fscr
12389         offset.
12391 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
12393         * io/Makefile (CFLAGS-fstatat.c): Set.
12394         (CFLAGS-fstatat64.c): Likewise.
12395         (CFLAGS-mknodat.c): Likewise.
12397         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
12398         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
12399         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
12400         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
12402 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
12403             Steven Munroe  <sjmunroe@us.ibm.com>
12405         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
12406         names to the beginning.  Rename "cell" to "cellbe".
12407         (_dl_powerpc_platforms): New.
12408         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
12409         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
12410         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
12411         (_DL_HWCAP_PLATFORM): Define to new mask.
12412         (_dl_platform_string, _dl_string_platform): New functions.
12413         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
12414         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
12416 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
12418         [BZ #2526]
12419         * README.libm: Fix a thinko in sqrt algorithm description.
12421         [BZ #3143]
12422         * manual/string.texi (argz_delete): Fix prototype.
12423         Patch by <alpt@freaknet.org>.
12425 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
12427         [BZ #3138]
12428         * io/test-lfs.c (do_prepare): Give name_len type size_t.
12429         * io/tst-fcntl.c (do_prepare): Likewise.
12430         * posix/tst-exec.c (do_prepare): Likewise.
12431         * posix/tst-preadwrite.c (do_prepare): Likewise.
12432         * posix/tst-spawn.c (do_prepare): Likewise.
12433         * posix/tst-truncate.c (do_prepare): Likewise.
12434         * rt/tst-aio.c (do_prepare): Likewise.
12435         * rt/tst-aio64.c (do_prepare): Likewise.
12436         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
12437         size_t.
12439 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
12441         [BZ #2821]
12442         * time/mktime.c (guess_time_tm): Fix overflow detection.
12443         * time/Makefile (tests): Add bug-mktime1.
12444         * time/bug-mktime1.c: New file.
12446         [BZ #3189, #3188]
12447         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
12448         (mremap): Likewise.
12450 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
12452         [BZ #1006]
12453         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
12454         Ensure relocation doesn't clobber any bits outside of the
12455         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
12456         R_SPARC_HI22 and R_SPARC_H44.
12458         [BZ #2775]
12459         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
12460         (long) (MINSIZE + nb - old_size) is positive.
12462         * malloc/arena.c (grow_heap): When growing bail even if new_size
12463         is negative.
12465         [BZ #3155]
12466         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
12467         stack below r1.
12469 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
12471         * posix/regex_internal.c (re_string_reconstruct): Handle
12472         offset < pstr->valid_raw_len && pstr->offsets_needed case.
12473         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
12474         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
12475         re_string_context_at.
12476         * posix/Makefile: Add rules to build and run bug-regex26 test.
12477         * posix/bug-regex26.c: New test.
12479         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
12480         rather than col_sym_free.  Move seqp declaration earlier.
12482         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
12484 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
12486         * nscd/initgrcache.c (addinitgroupsX): Move any_success
12487         decl before first goto out.
12489 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
12491         * Makerules (shlib.lds): If have-hash-style, put .hash section
12492         at the end of the RO segment.
12494 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
12496         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
12497         style hash table format is used.
12499 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
12501         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
12502         randomization rather than before.
12503         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
12505 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
12507         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
12509         * malloc/malloc.c (_int_malloc): Use full list insert and not
12510         shortcut which assumes the list is empty for large requests
12511         too.
12513         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
12515 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
12517         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
12518         and offout arguments to the prototype.
12519         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
12520         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
12521         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
12522         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
12523         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
12524         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
12525         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
12526         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
12528 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
12530         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
12532         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
12533         dlopen parameters.
12535 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
12537         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
12538         only if herrno is NETDB_INTERNAL.  Handle errors other than
12539         ERANGE outside of the loops, handle TRY_AGAIN.
12541         * locale/programs/ld-ctype.c (translit_flatten): Issue error
12542         if other's ctype category was missing.
12543         * locale/programs/ld-collate.c (collate_read): Return if
12544         copy_locale's collate category is missing.
12546 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
12548         [BZ #2684]
12549         * malloc/malloc.c (public_rEALLOc): Try harder by using other
12550         arenas if allocation failed.
12551         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
12553 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
12555         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
12556         waste bins[0..1].
12557         (malloc_state): Reduce bins size by 2.
12558         (_int_malloc): Fix test for large enough buffer for early termination.
12559         When no unsorted block matches perfectly and an exiting block has
12560         to be split, use full list insert and not shortcut which assumes
12561         the list is empty.
12563         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
12564         failure.
12566 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
12568         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
12569         do anything.
12571         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
12572         symbol require exact match (these are PLTs).
12573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
12574         (_dl_ppc64_addr_sym_match): Likewise.
12576         [BZ #2683]
12577         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
12578         If symbol has a value use it.
12579         * elf/tst-dladdr1.c: New file.
12580         * elf/Makefile: Add rules to build and run tst-addr1.
12582 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
12584         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
12585         keeps failing and heap growth or new heap creation isn't
12586         successful either.
12587         * malloc/tst-malloc.c (main): Add new tests.
12589 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
12591         [BZ #2734]
12592         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
12593         as in the x86-64 code to use bswap.
12595 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
12597         [BZ #2680]
12598         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
12599         __USE_UNIX98.
12600         * posix/bits/unistd.h: Likewise.
12602 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
12604         [BZ #2751]
12605         * string/strchr.c: Add cast to avoid warning.
12607 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
12609         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
12610         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
12611         limit is needed to avoid the exploding of the address space
12612         requirement for secondary heaps.
12613         * malloc/arena.c (HEAP_MAX_SIZE): Define using
12614         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
12616 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
12618         [BZ #3018]
12619         * Makerules (depfiles): Handle extra-test-objs the same as
12620         extra-objs.
12621         (common-mostlyclean): Likewise.
12622         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
12623         instead.
12624         * elf/Makefile (extra-objs): Likewise.
12625         * stdlib/Makefile (extra-objs): Likewise.
12627 2006-08-14  Eric Blake  <ebb9@byu.net>
12629         [BZ #3044]
12630         * misc/error.h: Assume C89 or better.
12631         * misc/error.c: Likewise.
12633 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
12635         [BZ #3040]
12636         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
12637         __ASSUME_ATFCTS is defined.
12639 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
12641         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
12642         to sort in each call.
12644         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
12645         is empty simply return and use next service.
12646         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
12648         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
12649         tells us when not finding a charmap file is an error.
12650         * locale/programs/charmap.h: Adjust charmap_read prototype.
12651         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
12652         cannot find a charmap.
12653         * locale/programs/localedef.c (main): Adjust charmap_read call.
12655 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
12657         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
12658         sysdeps/posix/pause.c implementation instead.
12660 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
12662         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
12663         to EPERM.
12665 2006-08-13  Andreas Schwab  <schwab@suse.de>
12667         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
12668         Don't clobber caller's LRSAVE.
12669         (_dl_prof_resolve): Likewise.
12671 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
12673         [BZ #1996]
12674         * libio/memstream.c (open_memstream): Allocate initial buffer with
12675         calloc.
12676         * libio/wmemstream.c (open_wmemstream): Likewise.
12677         * libio/strops.c: Pretty printing.
12678         (_IO_str_overflow): Clear uninitialized part of the new buffer.
12679         (enlarge_userbuf): New function.
12680         (_IO_str_seekoff): Call it if seek position is larger than current
12681         buffer.
12682         * libio/wstrops.c: Likewise.
12683         * libio/vasprintf.c: Add comment as to why we do not have to use
12684         calloc instead of malloc to allocate initial buffer.
12685         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
12686         * libio/bug-memstream1.c: New file.
12687         * libio/bug-wmemstream1.c: New file.
12689 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
12691         * libio/wstrops.c: Remove dead macro definitions and comments.
12692         * libio/strops.c: Likewise.
12694         [BZ #2764]
12695         * login/utmpname.c (__utmpname): Remove unnecessary test.
12697 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
12699         [BZ #2832]
12700         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
12701         0s from integers.
12703 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
12705         [BZ #2987]
12706         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
12707         for CPU clocks.
12708         * sysdeps/unix/clock_settime.c: Add support for platform-specific
12709         setting of CPU clocks.
12711 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12713         [BZ #2841]
12714         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
12715         since C99 requires the result to promote to 'int' when uint_least8_t
12716         and uint_least16_t promote to 'int'.
12718 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12720         [BZ #3013]
12721         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
12722         lenght of one output field, correct bitmask creation.
12723         * locale/programs/ld-time.c: Add alignment.
12725         [BZ #2997]
12726         * misc/error.c: Add space between program name and message if file
12727         name is missing.
12729 2006-08-03  Eric Blake  <ebb9@byu.net>
12731         [BZ #2998]
12732         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
12734 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
12736         * malloc/memusagestat.c: Silence warnings.
12738         * malloc/malloc.c: Dynamically size mmap treshold if the program
12739         frees mmaped blocks.
12740         Patch by Valerie Henson and Arjan van de Ven.
12742 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
12744         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
12745         __USE_GNU.
12747         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
12748         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
12749         (DEF): Don't put the var into .gnu.linkonce.r.* section.
12750         Only provide var definitions in strtol_l (or for *ull*
12751         in strtoll_l).
12753         * stdio-common/bug16.c (tests): New array.
12754         (do_tests): Allow the first hexadecimal digit
12755         to be 1, 2, 4 or 8.  Do 3 additional tests.
12757         * sysdeps/s390/fpu/libm-test-ulps: Update.
12759         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
12760         fchownat syscall if available.
12761         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
12762         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
12763         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12765 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
12767         * nis/nis_xdr.c: Avoid some function calls.
12769 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
12770             Ulrich Drepper  <drepper@redhat.com>
12772         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
12773         short cut if only one name component is stripped away.
12775 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
12777         * nis/nis_call.c: Minor cleanups throughout.
12778         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
12779         (first_shoot): Add search_parent_first parameter.  Only if it is set
12780         search parent server first.
12781         If directory for table found through cold start cache is not the same
12782         as referenced in the cache, don't use it.
12783         (__nisfind_server): Take additional parameter.  Pass it on to
12784         first_shoot.
12785         (__prepare_niscall): Adjust __nisfind_server call.
12786         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
12787         * nis/nis_table.c: Adjust __nisfind_server call.
12788         * nis/nis_lookup.c: Likewise.
12789         (nis_lookup): Don't loop endlessly if name is reduced to ".".
12791 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
12793         [BZ #2182]
12794         * math/s_cacosh.c: Return values from positive branch.
12795         * math/s_cacoshf.c: Likewise.
12796         * math/s_cacoshl.c: Likewise.
12798         [BZ #2883]
12799         * sysvipc/sys/msg.h: Change return value to ssize_t.
12800         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
12801         * sysvipc/msgrcv.c: Likewise.
12802         * include/sys/msg.h: Likewise.
12804         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
12805         test introduced in patch for bz #661.
12806         (getgrouplist): Simplify code a bit.  Don't allocate one additional
12807         element for NEWGROUPS.
12809         [BZ #2908]
12810         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
12811         'f', use '1' as leading digit not '\1'.
12812         * stdio-common/Makefile (tests): Add bug16.
12813         * stdio-common/bug16.c: New file.
12815         [BZ #2914]
12816         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
12817         and don't try to open it.  The patch introducing the macro
12818         contained a bug and used the same file name as the new file
12819         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
12820         this out completely.
12822         [BZ #2926]
12823         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
12824         Patch by Jerry James <Jerry.James@usu.edu>.
12826         * rt/Makefile (tests): Add tst-clock2.
12827         * rt/tst-clock2.c: New file.
12829         [BZ #2978]
12830         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
12831         function and its parameters and pass it to new thread.
12832         (__gai_notify): Add support for alternative waiting for completion.
12833         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
12834         waiting for completion.
12835         * resolv/getaddrinfo_a.c: Likewise.
12836         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
12837         waiting for completion is used.
12838         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
12839         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
12840         * resolv/gai_error.c: Likewise.
12841         * resolv/gai_sigqueue.c: Likewise.
12843 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
12845         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
12846         errno to EBADF and return MACH_PORT_NULL.
12848 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
12850         [BZ #2980]
12851         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
12853 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
12855         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
12856         walk them instead of the symbol table.
12858 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
12860         [BZ #2098]
12861         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
12862         status of NSS calls, not the number of returned entries.
12864         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
12865         request_key, keyctl.
12867 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
12869         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
12871 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
12873         * elf/tst-auditmod1.c: Fix typo in #error.
12875 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
12877         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
12879         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
12881 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
12883         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
12884         that the directory is empty even on non-POSIX filesystems.
12886 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
12888         * elf/dl-open.c (dl_open_worker): Add branch prediction.
12890         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
12891         the backend NSS module.  If backend setgrent call failed, don't have
12892         internal_setgrent fail.  Just remember this until it is needed.
12893         * nis/nss_compat/compat-pwd.c: Likewise.
12894         * nis/nss_compat/compat-spwd.c: Likewise.
12896 2006-07-30  Roland McGrath  <roland@redhat.com>
12898         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
12899         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
12900         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
12901         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
12903         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
12904         (nanosleep_not_cancel): New macro.
12905         (sigsuspend_not_cancel): new macro.
12906         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
12907         (do_sigsuspend): Define as inline.
12908         (__sigsuspend): Always use do_sigsuspend.
12909         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
12910         * include/signal.h: Declare __sigsuspend_nocancel.
12911         * sysdeps/posix/pause.c
12912         [! NO_CANCELLATION] (__pause_nocancel): New function.
12914         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
12915         * include/time.h (__nanosleep_nocancel): Likewise.
12917 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
12919         * locale/programs/localedef.c (add_to_readlist): Rename local
12920         variables to avoid confusion.
12922         * locale/programs/charmap.c (charmap_read): Emit error message if
12923         charmap couldn't be found or read.
12925 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
12927         * sysdeps/unix/sysv/linux/kernel-features.h: Define
12928         __ASSUME_FUTEX_LOCK_PI.
12929         * include/time.h: Declare __nanosleep_nocancel.
12930         * include/unistd.h: Declare __pause_nocancel.
12932         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
12933         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
12934         get the __stack_chk_fail_local definition when it's needed.
12936 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
12938         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
12939         * dlfcn/bug-atexit3.c: New file.
12940         * dlfcn/bug-atexit3-lib.cc: New file.
12942         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
12943         used when the namespace is not the base namespace.
12945 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
12947         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
12948         (__new_exitfn): Bump it in every successful call.
12949         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
12950         more exit handlers, call them right away.
12951         * stdlib/exit.h: Declare __new_exitfn_called.
12953 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
12955         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
12956         calling registered handler.
12958         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
12959         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
12960         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
12961         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
12962         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
12963         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
12964         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
12965         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
12967 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
12969         * elf/dl-lookup.c (dl_new_hash): New functions.
12970         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
12971         value here.  Compute new-style hash value.  Pass new hash value
12972         and reference to variable with the old value to do_lookup_x.
12973         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
12974         old-style hash table.
12975         (_dl_debug_bindings): Pass new hash value and reference to variable
12976         with the old value to do_lookup_x.
12977         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
12978         new-style hash value and change old-style hash value parameter to
12979         be a reference.  Reoganize functions to determine whether
12980         new-style hash table is available.  Only fall back on old-style
12981         table.  If old-style hash value is needed, compute it here.
12982         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
12983         entry.
12984         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
12985         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
12986         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
12987         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
12988         * Makeconfig: If linker supports --hash-style option add it to all
12989         linker command lines to build DSOs.
12990         * config.make.in: Define have-hash-style.
12991         * configure.in: Test whether linker supports --hash-style option.
12993         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
12994         * sysdeps/generic/ldsodefs.h: Adjust prototype.
12996 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
12998         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
12999         auditing.
13001         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
13002         RPATH of main map twice.
13004 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
13006         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
13007         look further, return original strings.
13008         (_nl_find_msg): Do not return found translation if the conversion
13009         failed.  Either signal the string is unusable or that something went
13010         wrong and the original should be used.
13012 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
13014         * string/_strerror.c (__strerror_r): Add __builtin_expect.
13016 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
13018         [BZ #2766]
13019         * misc/insremque.c (insque): Handle prev == NULL.
13020         * misc/Makefile (tests): Add tst-insremque.
13021         * misc/tst-insremque.c: New test.
13023 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
13025         [BZ #2792]
13026         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
13027         conflict with DL_DST_REQUIRED.
13029 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
13031         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
13032         match what Solaris does.
13034 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
13036         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
13037         local_setegid instead of seteuid and setegid.
13038         * sysdeps/generic/local-setxid.h: New file.
13039         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
13041         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
13043         * string/Makefile (tests): Add bug-envz1.
13044         * string/bug-envz1.c: New file.
13046 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
13048         * posix/regex_internal.c (re_string_skip_chars): If no character has
13049         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
13050         to the byte which couldn't be converted.
13051         (re_string_reconstruct): Don't clear valid_raw_len before calling
13052         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
13053         tip_context using re_string_context_at.
13054         * posix/Makefile: Add rules to build and run bug-regex25 test.
13055         * posix/bug-regex25.c: New test.
13057 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
13059         [BZ #2703]
13060         * string/envz.c (envz_strip): Correct erroneously reversed src
13061         and dest parameters to memmove() invocation.
13063 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
13065         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
13066         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
13067         to make sure the database has been already invalidated.
13068         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
13069         after the cache has been invalidated.  Use pthread_mutex_lock rather
13070         than pthread_mutex_trylock if fd != -1.
13071         * nscd/connections.c (invalidate_cache): Add fd argument, write
13072         response to fd if not calling prune_cache, pass fd to prune_cache.
13073         (handle_request): Adjust invalidate_cache caller.
13074         (nscd_run): Pass -1 as fd to prune_cache.
13076 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
13078         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
13079         the correct place.
13081 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
13083         * nscd/nscd.h (struct database_dyn): Add prunelock field.
13084         * nscd/cache.c (prune_cache): Take prunelock before starting the
13085         work.  Just return in case it is already taken.
13086         * nscd/connections.c (dbs): Initialize .prunelock.
13088 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
13090         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
13091         copying.  No need to allocate new array for group members.  Just
13092         move the pointers and update the size.
13094         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
13095         Avoid memory leak in case realloc fails.  Simplification for
13096         better code generation.
13098         Avoid deprecation warning because of libc_hidden_proto for
13099         inet6_option_alloc.
13100         * inet/inet6_option.c (option_alloc): Renamed from
13101         inet6_option_alloc.  Made static.
13102         (inet6_option_alloc): Now a simple wrapper around option_alloc.
13103         (inet6_option_append): Call option_alloc.
13104         * include/netinet/in.h: Remove libc_hidden_proto for
13105         inet6_option_alloc.
13107         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
13108         for cleanup when cb!=NULL [Coverity CID 233].
13110 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
13112         [BZ #2693]
13113         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
13114         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
13115         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
13116         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
13117         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
13118         and inet6_rth_getaddr.
13119         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
13120         array.
13121         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
13122         Mark inet6_option_* interfaces as deprecated.
13123         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
13124         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
13125         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
13126         inet6_rth_segments, and inet6_rth_getaddr.
13127         * inet/inet6_opt.c: New file.
13128         * inet/inet6_rth.c: New file.
13130         * inet/netinet/icmp6.h: Pretty printing.
13132         [BZ #2683]
13133         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
13135 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
13137         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
13138         doing it all here.  When server does not know the answer do not
13139         fail immediate, try parent first.
13141         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
13142         overflow test.
13144 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
13146         * nis/nis_call.c (__prepare_niscall): New function.  Split out
13147         from __do_niscall.
13148         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
13149         and exported.
13150         (__follow_path): New function.  Split out from nis_list.
13151         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
13152         _xdr_nis_result.
13153         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
13154         _xdr_nis_result.
13155         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
13156         and __follow_path.
13157         * nis/Versions: Export __prepare_niscall, __create_ib_request,
13158         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
13159         from libnsl for version GLIBC_PRIVATE.
13160         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
13161         Remove entry parameter from _nss_nisplus_parse_pwent and
13162         _nss_nisplus_parse_grent.
13163         * nis/nss_nisplus/nisplus-parser.c: Likewise.
13164         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
13165         again.  Rewrite getpwent handling to not use nis_first_entry and
13166         nis_next_entry.  Roll out own niscall handling.
13167         * nis/nss_nisplus/nisplus-grp.c: Likewise.
13169         * sunrpc/xdr_rec.c: Fix typo in comment.
13171 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
13173         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
13174         handling.
13176         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
13177         to allocate memory for my_pollfd.  Better initialization of
13178         cb_is_running.  Use TEMP_FAILURE_RETRY.
13180         * malloc/memusage.sh (memusageso): Add quotes.
13181         (memusagestat): Likewise.
13182         * debug/xtrace.sh (pcprofileso): Likewise.
13183         (pcprofiledump): Likewise.
13184         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
13185         replacement.
13186         * malloc/Makefile ($(objpfx)memusage): Likewise.
13188         * nis/nis_callback.c (__nis_create_callback): Calls to
13189         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
13190         asprintf call fails.
13192         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
13193         no uninitialized memory is passed to sendto.
13195 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
13197         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
13198         of snprintf+strdup.  Handle OOM.
13199         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
13200         cb->serv together.  Remove now obsolete free calls.
13201         (__nis_destroy_callback): Remove now obsolete free call.
13203 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
13205         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
13206         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
13207         and ULA respectively). Set precedence for IPv4 address to 10 as
13208         defined in RFC3484 for preferring IPv6.
13209         * posix/gai.conf: Update to match the new default tables.
13211 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
13213         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
13214         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
13215         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
13216         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
13218         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
13219         Removed.
13220         (init_nss_interface): Remove initialization of these variables.
13222 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
13224         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
13225         nis_free_directory forward to avoid duplication.
13227 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
13229         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
13230         rec_dirsearch returning NULL.
13231         (first_shoot): Handle __nis_finddirectory returning NULL.
13232         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
13234         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
13235         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
13237 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
13239         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
13240         pid changed.
13242 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
13244         * include/rpc/pmap_prot.h: Mark all functions as hidden.
13246         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
13247         * nscd/nscd_getgr_r.c: Likewise.
13249         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
13251         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
13252         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
13254         * stdlib/longlong.h (__clz_tab): Mark as hidden.
13256         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
13258         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
13260         * include/rpc/auth.h: Mark xdr_des_block_internal and
13261         xdr_opaque_auth_internal as hidden.
13263         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
13264         hidden.
13266         * include/rpc/xdr.h: Mark all _internal functions as hidden.
13268         * misc/getusershell.c (okshells): Don't use static initializers,
13269         do it dynamically.
13271         * stdlib/fmtmsg.c (keywords): Change type of len element to
13272         uint32_t to not waste space on 64bit machines.
13274         * locale/setlocale.c: Change _nl_category_names into a string.
13275         Add new _nl_category_name_idxs.  Change all users.
13276         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
13277         Declare _nl_category_name_idxs.
13278         * locale/findlocale.c: Adjust for _nl_category_names change.
13279         * locale/loadlocale.c: Likewise.
13280         * locale/newlocale.c: Likewise.
13281         * intl/dcigettext.c: Likewise.
13283         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
13284         (add_alias2): ...here.  New function.
13285         (__gconv_read_conf): Simplify builtin alias handling.
13286         (builtin_aliases): Convert to string to avoid relocations.
13287         * iconv/gconv_builtin.h: Add comment about correct formatting.
13289 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
13291         * resolv/res_debug.c (loc_ntoa): Make error const.
13293 2006-05-14  Andreas Schwab  <schwab@suse.de>
13295         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
13297 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
13299         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
13300         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
13301         sizeof (cpu_set_t).
13303 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
13305         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
13307         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
13309         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
13310         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
13312         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
13313         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
13315         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
13316         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
13317         xdr_cback_data.
13319         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
13320         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
13321         xdr_ypupdate_args.
13323         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
13324         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
13326         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
13327         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
13329         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
13330         * include/rpcsvc/nis_callback.h: New file.
13332         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
13333         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
13335         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
13336         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
13338         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
13339         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
13341         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
13342         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
13344         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
13345         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
13346         xdr_ypdelete_args.
13348         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
13349         __BEGIN_DECLS and __END_DECLS, the header is not installed.
13351         * nis/nis_error.c: Remove table of strings.  Use position
13352         independent mechanism.
13353         * nis/nis_error.h: New file.
13355 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
13357         * locale/programs/ld-time.c (time_finish): If wide era name or
13358         format aren't provided, set both wname and wformat to L"".
13360 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
13362         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
13363         results if the call was succesful.
13365         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
13367         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
13368         as hidden.
13370 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
13372         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
13374 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
13376         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
13377         caller makes sure this is not the case.
13378         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
13380 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
13382         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
13383         calls.
13385         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
13386         [Coverity CID 229, 230]
13388         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
13389         DGETTEXT calls.
13390         (hol_help): Likewise.  [Coverity CID 226, 227]
13392         * string/argz-replace.c (__argz_replace): Unconditionally call
13393         free on SRC.  [Coverity CID 225]
13395         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
13396         the return value of __nis_default_owner and __nis_default_group,
13397         it has been especially allocated.  [Coverity CID 224]
13399         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
13400         searchgroup and searchowner.  Significantly simplified.
13401         (__nis_default_owner): Remove duplication.  Do not locally copy the
13402         string before duplicating it.
13403         (__nis_default_group): Likewise.
13405         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
13406         we must clear the variable before calling __nisfind_server.
13408         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
13409         nis_getnames.  [Coverity CID 223]
13411         * locale/programs/locfile.c (locfile_read): Use alloca instead of
13412         xmalloc to allocate local repertoire name.  [Coverity CID 222]
13414         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
13415         allocate memory for the input to add_bytes.  [Coverity CID 221]
13417         * posix/wordexp.c (w_addword): Free word if realloc fails and it
13418         was allocated here.  [Coverity CID 219, 220]
13420         * posix/getconf.c (print_all): Free confstr data after printing.
13421         [Coverity CID 218]
13423         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
13424         list allocation fails.  [Coverity CID 215]
13426         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
13427         [Coverity CID 213]
13429         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
13430         string is NULL.  [Coverity CID 212]
13431         * argp/Makefile: Add rules to build and run bug-argp1.
13432         * argp/bug-argp1.c: New file.
13434         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
13435         end of string.
13436         * stdlib/canonicalize.c (__realpath): Likewise.
13438         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
13439         pointer.  [Coverity CID 206]
13441         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
13442         in statically linked code.
13443         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
13444         statically built code, be prepared to have no link map.
13445         [Coverity CID 205]
13447         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
13448         dgettext calls. [Coverity CID 204]
13450         * argp/argp-help.c (struct uparams): Remove valid member.  Change
13451         the one user.
13452         (uparam_names): Reduce size.  Avoid relative relocations.
13453         Moved to read-only segment.
13454         (fill_in_uparams): Update for new layout.
13456         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
13457         assumed to always be != NULL. [Coverity CID 202]
13459         * argp/argp-help.c (hol_entry_help): Remove some dead code
13460         [Coverity CID 200].
13462         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
13463         away a few more unconditional yperr2nss calls.
13464         (_nss_nis_getservbyname_r): Likewise.
13466 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
13468         * sysdeps/generic/ldsodefs.h: Remove support for non-core
13469         architectures.
13471         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
13472         that unused memory passed to sendto is nevertheless initialized.
13474         [BZ #2499]
13475         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
13476         possibly unaligned memory accesses.
13478         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
13479         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
13480         and __putlong respectively.  Correct buffer overflow check for
13481         NS_NOTIFY_OP.
13483         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
13485         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
13486         (send_dg): Rewrite error handling to be more compact and avoid
13487         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
13489         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
13491         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
13492         instead of ns_get16.
13493         (res_queriesmatch): Likewise.  Minor optimization.
13495         [BZ #2499]
13496         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
13497         __libc_res_nsend might reallocate the buffer for the answer.  In
13498         this case we have to reload the HP pointer.
13500 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
13502         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
13503         some branch prediction hints.
13505         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
13506         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
13507         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
13508         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
13509         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
13510         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
13511         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
13512         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
13514 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13516         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
13517         by a GOT relocation to make Scrt1.o position independent.
13518         * sysdeps/s390/s390-64/elf/start.S: Likewise.
13520         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
13521         six system call parameters.
13522         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
13524 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
13526         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
13527         malloc&bzero.
13529         * sunrpc/svc_udp.c (BZERO): Remove definition.
13530         (CALLOC): Define.
13531         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
13533         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
13534         (des_SPtrans): Use uint32_t type.
13535         (des_skb): Likewise.
13537         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
13539 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
13541         [BZ #2509]
13542         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
13543         on 32-bit arches.
13545 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
13547         * locale/programs/ld-address.c (address_finish): Fix one more
13548         place where the iso639 array might be accessed beyond the limits.
13550 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
13552         * nis/nis_table.c (nis_list): Avoid clearing res twice before
13553         filling it for the first time.
13555         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
13556         Adjust all callers.
13557         Free res object content before returning.
13559         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
13561         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
13562         client->cl_auth.
13564         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
13565         cleanup for initial thread, just the free call on TVP.
13567         * nscd/gai.c (__getline): Define.
13570 See ChangeLog.16 for earlier changes.