* stdlib/longlong.h: Update from GCC.
[glibc/pb-stable.git] / ChangeLog
blob5d84f726e318da10da0d4d58908dfbc3d62b1142
1 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
3         * stdlib/longlong.h: Update from GCC.
5 2008-10-09  Jakub Jelinek <jakub@redhat.com>
6             David S. Miller  <davem@davemloft.net>
8         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
9         make sure any registers used with 64-bit 'branch-on-register'
10         instructions have their top 32-bits clear.
11         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
12         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
14 2008-09-18  Andreas Schwab  <schwab@suse.de>
16         [BZ #6942]
17         * resolv/res_send.c (send_vc): Fix use of unaligned address.
18         Properly handle partial reads.
20 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
22         * elf/elf.h (STO_MIPS_PLT): New.
23         (R_MIPS_COPY): New.
24         (R_MIPS_JUMP_SLOT): New.
25         (R_MIPS_NUM): Redefine to 128.
26         (DT_MIPS_PLTGOT): New.
27         (DT_MIPS_RWPLT): New.
28         (DT_MIPS_NUM): Redefine to 0x35.
30 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
32         * timezone/africa: Update from tzdata2008f.
33         * timezone/asia: Likewise.
34         * timezone/australasia: Likewise.
35         * timezone/europe: Likewise.
36         * timezone/leapseconds: Likewise.
37         * timezone/northamerica: Likewise.
38         * timezone/southamerica: Likewise.
39         * timezone/zone.tab: Likewise.
41 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
43         * nscd/connections.c: Disable use of paccept for now.
45 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
47         * socket/Versions: Remove paccept export for GLIBC_2.9.
48         * socket/Makefile (routines): Remove paccept.
49         * socket/sys/socket.h: Remove paccept declaration.
51         * po/sv.po: Update from translation team.
53 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
55         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
56         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
58 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
60         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
61         Patch by Olivier Fourdan <ofourdan@redhat.com>.
63 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
65         * sunrpc/rpc/svc.h: Declare svcfd_create.
66         Patch by Michael Solberg <msolberg@redhat.com>.
68 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
69             Ulrich Drepper  <drepper@redhat.com>
71         * malloc/malloc.c (public_vALLOc): Try other arenas in case
72         _int_valloc fails.
73         (public_pVALLOc): Likewise.
75 2008-09-02  Andreas Jaeger  <aj@suse.de>
77         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
78         commit.
80 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
82         [BZ #6860]
83         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
85 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
87         * Makefile (check-data): Check data directory in add-ons.
88         * elf/Makefile (check-data): Likewise.
90 2008-08-18  Roland McGrath  <roland@redhat.com>
92         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
93         * configure: Regenerated.
94         * config.make.in (cflags-cpu): New substituted variable.
95         (with-cpu): Variable removed.
96         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
98 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
100         [BZ #6845]
101         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
102         __signbitl definition and __LONG_DOUBLE_128__ guard from:
103         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
104         redundant.  Functions which call floating point assembler operations
105         should go into a sysdeps powerpc/fpu directory.
107 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
109         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
110         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
112 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
114         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
116         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
117         change related to AT_EXECFN.  We cannot use that string.
118         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
119         _dl_execfn member.
120         * elf/dl-support.c: Remove _dl_execfn variable.
121         (_dl_aux_init): Remove handling of AT_EXECFN.
122         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
123         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
125 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
127         [BZ #6544]
128         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
129         byte gets added to writes and seeks from the end use the length of
130         the buffer and not the currently terminating NUL byte.
132         [BZ #6634]
133         * login/utmp_file.c (getutent_r_file): Take additional parameter.
134         Set to true if locking failed.
135         (getutid_r_file): Adjust caller.
136         (pututline_file): Likewise.  Return NULL in this case.
137         Patch mostly by halesh.s@gmail.com.
139 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
141         [BZ #6589]
142         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
143         Define.
144         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
146 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
148         [BZ #6839]
149         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
150         macro since it is now available in elf/dynamic-link.h.
152 2008-08-12  Roland McGrath  <roland@frob.com>
154         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
155         in case used outside of libc.
156         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
158 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
160         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
161         directly instead of going through dn_comp.
163 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
165         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
166         Fix asm constraints.
168 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
170         [BZ #6790]
171         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
172         (IPV6_PMTUDISC_PROBE): Likewise.
174 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
176         [BZ #6791]
177         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
179 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
180             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
182         [BZ #6817]
183         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
184         Added the members 'vsx' and 'arch_2_06'.
185         (_dl_powerpc_platforms): Add the member 'power7'.
186         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
187         to reflect the changes required by VSX and ISA 2.06.
188         Modify _DL_PLATFORMS_COUNT to reflect the addition of
189         'power7'.
190         Defined PPC_PLATFORM_POWER7.
191         (_dl_string_platform): Add support for POWER7.
192         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
193         capability and ISA 2.06.
195 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
197         [BZ #6824]
198         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
199         macro to detect use of 128 bit long double.
200         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
202 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
204         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
206         [BZ #5794]
207         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
208         parameters.
209         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
210         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
212 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
214         * nscd/connections.c (main_loop_poll): Pass a buffer which is
215         guaranteed to be large enough to read inotify event.  Ignore
216         EAGAIN error.  Better error message.  Add branch predicition.
217         (main_loop_epoll): Likewise.
219 2008-08-02  Roland McGrath  <roland@frob.com>
221         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
222         Add memory clobbers.
224 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
226         * manual/arith.texi: Avoid @strong{Note:}.
227         * manual/creature.texi: Likewise.
228         * manual/filesys.texi: Likewise.
229         * manual/math.texi: Likewise.
230         * manual/memory.texi: Likewise.
231         * manual/resource.texi: Likewise.
232         * manual/syslog.texi: Likewise.
233         * manual/time.texi: Likewise.
235         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
236         to prevent warning.
238 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
240         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
241         new epoll_create1 interface.
242         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
243         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
244         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
246         * include/arpa/nameser.h (NS_GET16): Use const pointer.
247         (NS_GET32): Likewise.
249         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
250         syscalls, too.
252         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
253         use the AT_EXECFN value if it is no absolute path.
254         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
255         __ASSUME_AT_EXECFN.
257         * Versions.def: Add GLIBC_2.9 to libresolv.
258         * include/resolv.h: Remove hidden proto declarations for __ns_*
259         functions.  Add them for __dn_count_labels and __p_secstodate.
260         * include/arpa/nameser.h: Add a number of hidden proto declarations.
261         Define ns_msg_getflags macro here.
262         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
263         and __p_secstodate.
264         * resolv/Versions: Export functions from <arpa/nameser.h> from
265         libresolv in version GLIBC_2.9.
266         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
267         hidden definitions.
268         * resolv/ns_netint.c: Likewise.
269         * resolv/ns_parse.c: Likewise.
270         * resolv/ns_print.c: Likewise.
271         * resolv/ns_samedomain.c: Likewise.
272         * resolv/ns_ttl.c: Likewise.
273         * resolv/arpa/nameser_compat.h: Likewise.
274         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
275         function calls.
276         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
277         instead of ns_get16.
278         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
279         __ns_get32 instead of ns_get16 and ns_get32 respectively.
280         (gaih_getanswer_slice): Likewise.
281         * resolv/Makefile (libresolv-routines): Add ns_date.
282         * resolv/ns_date.c: New file.
284         * elf/Makefile (check-localplt.out): Also check libresolv and
285         libcrypt.
287 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
289         * sysdeps/unix/sysv/linux/kernel-features.h: Define
290         __ASSUME_O_CLOEXEC.
292 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
294         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
295         buffer passed to NSS functions.
297         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
299         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
300         Define.
302         * misc/syslog.c (openlog_internal): Fix compile problem.
304 2008-07-28  Roland McGrath  <roland@redhat.com>
306         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
308 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
310         * io/ftw.c (add_object): Remove inline to avoid warning.
312         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
314         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
315         Use it instead of locally defined resplen2 variable.
316         (res_nsend): Adjust for __libc_res_nsend interface change.
317         (send_vc): Initialize *resplen2 if necessary.  Read length of
318         package into an appropriately aligned variable.  Store converted length
319         in new variable and use it appropriately.
320         Add branch prediction help.
321         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
322         and pass it on to __libc_res_nsend.  Adjust all callers.
323         (__libc_res_nsearch): Likewise.
324         (__libc_res_nqeurydomain): Likewise.
325         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
326         change.
327         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
328         Define resplen2 variable and pass it to __libc_res_nsearch and then
329         to gaih_getanswer.
330         (getanswer_r): In case of incorrect DNS data don't overread buffer.
331         Add branch prediction.
332         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
333         (gaih_getanswer): Don't decode second slice if first one failed due
334         to a too small buffer.  Don't let not found status of second
335         decoder shadow results of the first.
336         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
337         and __libc_res_nquery interface changes
338         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
339         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
340         __libc_res_nsearch, and __libc_res_nsend.
341         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
342         change.
343         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
344         __libc_res_nsearch interface changes.
346 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
348         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
350         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
351         file descriptors with close-on-exec set.
352         (exec_comm_child): Fix the case where the write end of the pipe is
353         STDOUT_FILENO already.  In case it is, clear close-on-exec.
355         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
356         * io/pipe2.c: Likewise.
357         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
358         instead of __ASSUME_PACCEPT.
359         * include/unistd.h: Declare __have_pipe2.
360         * libio/iopopen.c: Implement "e" flag.
361         * libio/Makefile (tests): Add tst-popen1.
362         * libio/tst-popen1.c: New file.
364         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
365         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
367 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
369         [BZ #6771]
370         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
371         success call of _IO_SEEKOFF or calls which failed because the
372         descriptor is for a pipe.
374         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
375         magic number.
377         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
379         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
380         F_SETFD use if we know fopen set the flag.
382         * login/utmp_file.c (setutent_file): Minor optimization in case
383         O_CLOEXEC is available.
385 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
387         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
388         * elf/Makefile: Use pie-ccflag variable.
389         * nscd/Makefile: Likewise.
390         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
392 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
394         [BZ #6724]
395         * Versions.def: Add GLIBC_2.9 version tag for libutil.
396         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
397         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
398         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
399         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
400         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
401         utmp32, utmpx32 and login32.
402         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
403         versions of struct utmp functions to libc and libutil.
404         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
405         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
406         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
407         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
408         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
409         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
410         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
411         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
412         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
413         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
414         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
415         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
416         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
417         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
418         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
419         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
420         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
421         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
422         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
423         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
424         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
425         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
427 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
429         * scripts/gen-as-const.awk: Generate more widely usable code by
430         using 64-bit arithmetic.
432         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
433         the same treatment as narrow output code in last patch.
435         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
437         [BZ #6763]
438         * elf/dl-load.c (local_strdup): Remove inline.
439         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
440         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
441         part of the object.
443         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
445 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
447         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
448         the new syscalls, too.
450         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
451         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
453         [BZ #6698]
454         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
455         parameter for end of buffer.  If temporary copy is too large use
456         malloc.
457         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
458         interface change.
459         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
460         string rewrite when allocating buffer.
462         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
463         syscalls, too.
465         * nscd/connections.c (nscd_init): Clean up fcntl call.
467         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
468         SOCK_NONBLOCK if possible.
470         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
471         SOCK_CLOEXEC if available.
473         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
474         __libc_clntudp_bufcreate_internal.
475         * include/sys/socket.h: Declare __have_sock_cloexec.
476         * socket/Makefile (aux): Add have_sock_cloexec.
477         * socket/have_sock_cloexec.c: New file.
478         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
479         __libc_clntudp_bufcreate.
480         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
481         which takes an additional parameter.  Create socket with non-blocking
482         mode and close-on-exec flag set, if wanted.
483         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
484         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
485         instead of clntudp_create.  The socket has already the close-on-exec
486         flag set if SOCK_CLOEXEC is defined.
488 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
490         * sysdeps/unix/sysv/linux/kernel-features.h: Define
491         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
492         appropriate.
493         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
494         non-blocking mode by using socket, paccept, and inotify_init1.
496         * Versions.def (glibc): Add GLIBC_2.9.
497         * io/Makefile (routines): Add dup3 and pipe2.
498         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
499         * io/dup3.c: New file.
500         * io/pipe2.c: New file.
501         * posix/unistd.h: Declare dup3 and pipe2.
502         * socket/Makefile (routines): Add paccept.
503         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
504         * socket/paccept.c: New file.
505         * socket/sys/socket.h: Declare paccept.
506         * sysdeps/unix/syscalls.list: Add entry for dup3.
507         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
508         epoll_create2 and inotify_init1.
509         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
510         * sysdeps/unix/sysv/linux/paccept.c: New file.
511         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
512         possible.
513         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
514         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
515         inotify_init1, and pipe2 entries.
516         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
517         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
518         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
519         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
520         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
521         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
522         SOCK_NONBLOCK.
523         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
524         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
525         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
526         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
527         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
528         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
529         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
530         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
531         EPOLL_NONBLOCK.  Declare epoll_create2.
532         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
533         EFD_NONBLOCK.
534         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
535         IN_NONBLOCK.  Declare inotify_init1.
536         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
537         SFD_NONBLOCK.
538         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
539         TFD_NONBLOCK.
541         * elf/elf.h: Define AT_EXECFN.
542         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
543         LD_ORIGIN_PATH.
544         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
545         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
546         if __ASSUME_AT_EXECFN is defined.
547         (_dl_aux_init): Handle AT_EXECFN.
548         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
549         for 2.6.27 and up.
550         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
551         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
552         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
553         _dl_execfn if available and avoid compatibility code if
554         __ASSUME_AT_EXECFN is defined.
556         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
557         _dl_discover_osversion only for older kernels.
559 2008-07-22  Roland McGrath  <roland@frob.com>
561         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
563 2008-07-21  Roland McGrath  <roland@frob.com>
565         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
566         returned too much data out of line.
568 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
570         * locale/setlocale.c (setname): Remove inline to avoid compiler
571         warning.
573         [BZ #6712]
574         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
576 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
578         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
579         doesn't manage to write anything, fail.
581         * malloc/hooks.c (__malloc_check_init): Remove printf.
583 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
585         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
587 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
589         * nscd/connections.c (main_loop_poll): Fix handling of read errors
590         from inotify.
591         (main_loop_epoll): Likewise.
593 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
595         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
597         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
598         if DEBUG is defined.
600         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
601         query.  Adjust buffer size computation for padding.
603 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
605         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
606         * stdio-common/tst-setvbuf1.c: New file.
607         * stdio-common/tst-setvbuf1.expect: New file.
609         [BZ #6719]
610         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
611         when selecting fully-buffered stream.
612         Patch by Wang Xin <wxinee@gmail.com>.
614 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
616         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
617         (__open_2): New function.
618         (__open64_2): New alias to __open_2.
619         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
620         (__openat_2): New function.
621         (__openat64_2): New alias to __openat_2.
623 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
625         [BZ #6723]
626         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
628 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
630         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
631         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
632         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
633         __hurd_dfail.
634         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
635         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
636         * sysdeps/mach/hurd/send.c (__send): Likewise.
637         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
638         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
640 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
642         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
643         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
644         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
645         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
646         * hurd/get-host.c (_hurd_get_host_config): Likewise.
647         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
649 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
651         [BZ #6657]
652         * time/strptime_l.c: Don't clear s.era_cnt after successful match
653         of %EY.
654         Patch by Petr Baudis.
656 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
658         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
659         Patch by Peter Jones <pjones@redhat.com>.
661 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
663         [BZ #6654]
664         * stdlib/canonicalize.c (__realpath): readlink can write too much
665         into the buffer on platforms without PATH_MAX.
667 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
669         [BZ #6653]
670         * posix/tst-regex.c (main): Rename to...
671         (do_test): ... this. Remove cmdline option processing.
672         (TIMEOUT): Define.
673         (TEST_FUNCTION): Define.
674         (CMDLINE_OPTIONS): Define.
676 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
678         [BZ #5210]
679         * configure.in: Add -Werror to -fstack-protector test to catch
680         unsupported architectures.
681         Patch by Gilles Esponasse <g.esp@free.fr>.
683 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
685         * stdlib/tst-setcontext.c: Set back_in_main before exit if
686         getcontext returns ENOSYS.
688 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
690         * nscd/connections.c (main_loop_poll): Fix test for read error.
691         (main_loop_epoll): Likewise.
693 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
695         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
696         better place so it is not called when nscd is used.
698         * nscd/connections.c: Also recognize and handle changes to the
699         resolver configuration file.
701 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
703         * time/strftime.c: Pass reference to tzset_called around to handle
704         recursive calls.
706         [BZ #6612]
707         * time/strftime.c (__strftime_internal): Call tzset() only
708         when printing timezone-dependent values.
709         Based on a patch by Petr Baudis <pasky@suse.cz>.
711         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
712         unconditionally use second gaih_getanswer_slice result.
714         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
715         (getaddrinfo): RES must always be non-NULL.
717 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
719         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
720         cr[34] registers.
721         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
722         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
723         Likewise.
724         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
725         register.
727 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
729         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
730         fields.
731         * nscd/connections.c (inotify_fd): New variable.
732         (nscd_init): Try to open an inotify descriptor.
733         If successful, watch files for databases using inotify instead of
734         having prune threads stat the files.
735         (nscd_run_prune): Recognize clear_cache flag being set and call
736         prune_cache appropriately.
737         (main_loop_poll): Add inotify descriptor to wait set and handle the
738         reported changes.
739         (main_loop_epoll): Likewise.
740         * nscd/cache.c (prune_cache): Don't stat files for databases if
741         inotify is used.
742         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
743         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
745         * nscd/grpcache.c (cache_addgr): Correctly compute size of
746         fixed-size portion of the record.
747         * nscd/servicescache.c (cache_addserv): Likewise.
748         * nscd/pwdcache.c (cache_addpw): Likewise.
749         * nscd/initgrcache.c (addinitgroupsX): Likewise.
751 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
753         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
754         out we don't use uninitialized memory.
756         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
757         the client.
759 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
761         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
762         ignore T_DNAME messages.
763         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
765 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
767         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
768         Avoid segfault if first GETC returns eof/'\0'/'\n'.
770 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
772         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
773         instead of portstr to nscd_getserv_r.  Patch by
774         Roman Kagan <rkagan@mail.ru>.
776 2008-05-26  Jim Meyering  <meyering@redhat.com>
778         Remove more useless "if" tests before "free".
779         * include/inline-hashtab.h (htab_delete): Likewise.
780         * libio/freopen.c (freopen): Likewise.
781         * libio/freopen64.c (freopen64): Likewise.
782         * locale/programs/ld-collate.c (collate_read): Likewise.
783         * misc/fstab.c (libc_freeres_fn): Likewise.
784         * posix/glob.c (globfree): Likewise.
786 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
788         * string/Makefile (strop-tests): Add memmem.
789         * string/test-memmem.c: New file.
790         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
791         (test_init): Size buf1 according to BUF1PAGES.
793 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
795         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
796         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
797         (CFLAGS-scanf17.c): New.
798         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
799         * stdio-common/scanf15.c (main): Likewise.
800         * stdio-common/scanf16.c: New file.
801         * stdio-common/scanf17.c: New file.
803 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
805         * resolv/res_send.c (send_dg): If we already have one of two
806         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
807         use the one answer insted of failing.
809 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
811         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
812         being executed on PowerPC as the expected result exceeds IBM
813         long double 128 __LDBL_MAX__.
815 2008-05-21  Roland McGrath  <roland@redhat.com>
817         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
819         * Makefile (check-data): Use $(abi-name) before other guesses.
820         Look in $(add-ons) dirs before scripts/data/.
821         * elf/Makefile (check-data): Likewise.
823         * scripts/soversions.awk: Grok ABI line.
824         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
825         Emit definition for abi-name variable.
827 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
829         * string/endian.h: Define new fixed-size hto* and *toh macros only
830         if [__USE_BSD].
832         * iconvdata/Depend: Add localedata.
834 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
836         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
838 2008-05-08  David S. Miller  <davem@davemloft.net>
840         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
841         HIDDEN_JUMPTARGET.
842         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
843         (__SYSCALL_CLOBBERS): Remove %g* registers.
844         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
845         (__SYSCALL_CLOBBERS): Likewise.
846         * scripts/data/localplt-sparc-linux-gnu.data: New file.
847         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
849 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
851         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
852         (CALL_ERRNO_LOCATION): Define.
853         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
854         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
855         (CALL_ERRNO_LOCATION): Define.
856         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
857         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
858         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
860 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
862         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
863         variable.
865 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
867         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
868         (FIRST_FRAME_POINTER): Define.
870 2008-05-09  David S. Miller  <davem@davemloft.net>
872         * sysdeps/sparc/sparc64/backtrace.c: New file.
874 2008-05-14  David S. Miller  <davem@davemloft.net>
876         * sysdeps/sparc/machine-gmon.h: New file.
877         * sysdeps/sparc/sparc-mcount.S: Likewise.
878         * sysdeps/sparc/Makefile: Add sparc-mcount target to
879         sysdep_routines in gmon directory.
881 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
883         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
885 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
887         * resolv/res_query.c (__libc_res_nquery): In case one of two
888         answer was too short don't try to read that answer's header.
890         * resolv/res_send.c (send_dg): In case of timeout and there are
891         two queries and one has been answered, return value indicating
892         success.
894 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
896         * nscd/cache.c (cache_add): Take additional parameter specifying
897         whether this is in response of a cache refill.  Check alignment
898         of package data.  Revamp waking of pruning thread.
899         (prune_cache): Small optimization.
900         * nscd/nscd.h: Adjust cache_add prototypes.
901         * nscd/aicache.c: Adjust cache_add calls.
902         * nscd/grpcache.c: Likewise.
903         * nscd/hstcache.c: Likewise.
904         * nscd/initgrcache.c: Likewise.
905         * nscd/pwdcache.c: Likewise.
906         * nscd/servicescache.c: Likewise.
907         * nscd/connections.c (restart): Really disable cache use before
908         exec attempt.  If it fails, reenable cache.
909         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
910         time to max to be able to notice concurrent cache additions.  Unlock
911         prune_lock while performing gc.  Afterwards compute wakeup time with
912         current wakeup_time value in mind.
914 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
916         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
918         * nscd/mem.c (gc): Correctly determine highest used array element
919         in mark.
921         * nscd/mem.c (markrange): Add assert to check entries are all
922         aligned.  Small cleanup in bitmap use.
924         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
925         blockoff of type nscd_ssize_t.
926         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
927         (mempoll_alloc): Record block offset and not address.
929         * nscd/mem.c (gc): Fix test for stack overuse.
931         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
932         more asserts.
934         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
935         entry is available, believe it.
937         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
938         no answers return NSS_STATUS_NOTFOUND.
939         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
940         buffer does not have any content.
942 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
944         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
946         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
947         lookup, don't assign canon unconditionally.
949 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
951         * string/Makefile (distribute): Add str-two-way.h.
953 2008-03-29  Eric Blake  <ebb9@byu.net>
955         Rewrite string searches to O(n) rather than O(n^2).
956         * string/str-two-way.h: New file.  For linear fixed-allocation
957         string searching.
958         * string/memmem.c: New implementation.
959         * string/strstr.c: New implementation.
960         * string/strcasestr.c: New implementation.
962 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
964         * posix/regcomp.c (optimize_utf8): Add a note on why we test
965         opr.ctx_type.
966         (calc_first): Initialize constraint field.
967         (duplicate_node_closure): Use it instead of special casing ANCHORS.
968         Use search_duplicated_node to avoid loops.  Fix grammar.
969         (duplicate_node): Merge constraint field for all node types.
970         (calc_eclosure_iter): Look at constraint field for all node types.
971         * posix/regex_internal.c (create_cd_newstate): Don't look at
972         create_cd_newstate.
974 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
976         [BZ #6428]
977         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
979         [BZ #6442]
980         * string/endian.h: Add macros for fixed-size endian conversion.
981         * bits/byteswap.h: Allow inclusion from <endian.h>.
982         * sysdeps/i386/bits/byteswap.h: Likewise.
983         * sysdeps/ia64/bits/byteswap.h: Likewise.
984         * sysdeps/s390/bits/byteswap.h: Likewise.
985         * sysdeps/x86_64/bits/byteswap.h: Likewise.
986         * string/Makefile (tests): Add tst-endian.
987         * string/tst-endian.c: New file.
989         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
990         Patch by Reuben Thomas.
992 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
994         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
996 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
998         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
1000         [BZ #6461]
1001         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
1002         Add missing braces.
1003         (BODY for __gconv_transform_internal_ascii): Likewise.
1005         [BZ #6472]
1006         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
1007         to be treated like link-local addresses.
1008         (match_prefix): Don't treat IPv4 loopback address special when
1009         converting to v4 mapped addressed.
1011         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
1012         if necessary.
1013         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
1014         * posix/tst-rfc3484-2.c: Likewise.
1015         * posix/tst-rfc3484-3.c: Likewise.
1017         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
1018         and SCTP.
1020         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
1022         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
1024         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
1026 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
1028         * po/lt.po: New file.  From Lituanian translation team.
1030 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
1032         Introduce TLS descriptors for i386 and x86_64.
1033         * include/inline-hashtab.h: New file, copied from 2005's
1034         libiberty, with fix for memory leak imported afterwards by
1035         Glauber de Oliveira Costa.
1036         * elf/tlsdeschtab.h: New file.
1037         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
1038         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
1039         (CHECK_STATIC_TLS): Move to...
1040         * elf/dynamic-link.h: ... this file.
1041         (TRY_STATIC_TLS): New macro.
1042         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
1043         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
1044         R_386_TLS_DESC): Define.
1045         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
1046         binutils.
1047         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
1048         R_X86_64_TLSDESC): Define.
1049         (R_386_NUM, R_X86_64_NUM): Adjust.
1050         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
1051         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1052         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1053         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1054         release tlsdesc_table.
1055         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
1056         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
1057         (elf_machine_rel): Handle R_386_TLS_DESC.
1058         (elf_machine_rela): Likewise.
1059         (elf_machine_lazy_rel): Likewise.
1060         (elf_machine_lazy_rela): Likewise.
1061         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
1062         * sysdeps/i386/dl-tlsdesc.S: New file.
1063         * sysdeps/i386/dl-tlsdesc.h: New file.
1064         * sysdeps/i386/tlsdesc.c: New file.
1065         * sysdeps/i386/tlsdesc.sym: New file.
1066         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
1067         tlsdesc_table.
1068         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
1069         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1070         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1071         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1072         release tlsdesc_table.
1073         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
1074         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
1075         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
1076         (elf_machine_rel): Handle R_X86_64_TLSDESC.
1077         (elf_machine_rela): Likewise.
1078         (elf_machine_lazy_rel): Likewise.
1079         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
1080         (__tls_get_addr): Do not declare for non-shared compiles.
1081         * sysdeps/x86_64/dl-tlsdesc.S: New file.
1082         * sysdeps/x86_64/dl-tlsdesc.h: New file.
1083         * sysdeps/x86_64/tlsdesc.c: New file.
1084         * sysdeps/x86_64/tlsdesc.sym: New file.
1085         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
1086         tlsdesc_table for both 32- and 64-bit structs.
1088 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1090         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
1091         its own function.  This reduces the frame setup costs and more.
1093 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
1095         [BZ #3406]
1096         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
1097         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
1099 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1101         * io/openat.c (__openat_2): Also pass fd to __openat.
1102         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
1103         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
1105         * string/tester.c (test_memcmp): Add a few more tests.
1106         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
1108 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1110         * nscd/cache.c (cache_add): Before returning with failure and this
1111         is the first use of the record, mark it as unusable.
1112         * nscd/aicache.c: Don't touch the dataset after cache_add returns
1113         reporting a failure.
1114         * nscd/grpcache.c: Likewise
1115         * nscd/hstcache.c: Likewise.
1116         * nscd/initgrcache.c: Likewise.
1117         * nscd/pwdcache.c: Likewise.
1118         * nscd/servicescache.c: Likewise.
1120 2008-05-10  Roland McGrath  <roland@redhat.com>
1122         [BZ #6505]
1123         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
1125 2008-05-08  David S. Miller  <davem@davemloft.net>
1127         * misc/truncate64.c (truncate64): Use __truncate not truncate.
1129         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
1130         (__ieee754_y0l): Likewise.
1131         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
1132         (__ieee754_y1l): Likewise.
1133         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
1134         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
1135         frexpl and ldexpl.  math_private.h provides them and the latter
1136         is not even used.
1137         (__log1pl): Use __frexpl.
1139 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1141         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
1142         prototypes.
1143         * include/arpa/nameser_compat.h: Define T_UNSPEC.
1144         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
1145         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
1146         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
1147         af==AF_UNSPEC.
1148         (_nss_nis_gethostbyname4_r): New function.
1149         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
1150         Change to also handle af==AF_UNSPEC.
1151         (get_tablename): New function.  Use it to avoid duplication.
1152         (_nss_nisplus_gethostbyname4_r): New function.
1153         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
1154         available.
1155         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
1156         * nss/nss.h: Define struct gaih_addrtuple.
1157         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
1158         af==AF_UNSPEC.
1159         (_nss_files_gethostbyname4_r): New function.
1160         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
1161         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
1162         calls.
1163         * resolv/res_query.c (__libc_res_nquery): Take two additional
1164         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
1165         look up IPv4 and IPv6.
1166         Change all callers.
1167         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
1168         for an additional query and answer buffer.  Pass to send_vc and
1169         send_dg.
1170         (send_vc): Send possibly two requests and receive two answers.
1171         (send_dg): Likewise.
1172         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
1173         __libc_res_nquery.
1174         (_nss_dns_gethostbyname4_r): New function.
1175         (gaih_getanswer_slice): Likewise.
1176         (gaih_getanswer): Likewise.
1177         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
1178         __libc_res_nquery call.
1179         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
1180         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
1181         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
1182         available.
1184 2008-05-05  David S. Miller  <davem@davemloft.net>
1186         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
1187         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
1189 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1191         Fix termios bit macros.
1192         Move *DLY definitions where they belong, in termios.h.
1193         Add *[0-3] definitions.
1194         Fixes confusion between VT and FF.
1195         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
1196         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
1197         are already defined to avoid collision with termios.h.
1198         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
1199         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
1200         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
1201         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
1202         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
1203         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
1204         VTDLY, VT0, VT1): New macros.
1205         [__USE_GNU] (OLCUC): Change value of macro.
1206         [__USE_XOPEN] (OFILL): New macro.
1207         [__USE_BSD] (CRTSCTS): Change value.
1208         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
1209         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
1210         (B7200, B14400, B28800, B76800): New macros.
1212 2008-05-01  David S. Miller  <davem@davemloft.net>
1214         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
1215         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
1216         (gen-as-const-headers): Add it.
1217         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
1218         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
1219         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
1220         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
1222         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
1223         six system call parameters.
1224         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
1226 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
1228         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
1229         RUSAGE_LWP.
1230         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1231         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1233 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
1235         * stdlib/tst-setcontext.c: Include unistd.h.
1237 2008-04-25  David S. Miller  <davem@davemloft.net>
1239         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
1240         Pass "union semun" properly in to sys_ipc, it must be passed
1241         by value, not by reference.
1243 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
1245         * nscd/Makefile (nscd-cflags): Set back to -fpie.
1246         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
1247         * nscd/connections.c (mem_in_flight): Likewise.
1249         * nscd/nscd.h (dbs): Make hidden.
1251         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
1252         Avoid returning -1, return 0 instead.
1254 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
1256         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
1258 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
1260         [BZ #5209]
1261         * sysdeps/unix/sysv/linux/times.c: New file.
1263         [BZ #5381]
1264         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
1265         mem_in_flight_list variables.  Add new parameter to mempool_alloc
1266         prototype.
1267         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
1268         appropriate mem_in_flight element.
1269         (gc): Take allocations which have not yet been committed to the
1270         database into account.
1271         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
1272         Reset mem_in_flight before returning.
1273         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
1274         cue it up in mem_in_flight_list.
1275         * nscd/aicache.c: Adjust mempool_alloc call.
1276         * nscd/grpcache.c: Likewise.
1277         * nscd/hstcache.c: Likewise.
1278         * nscd/initgrcache.c: Likewise.
1279         * nscd/pwdcache.c: Likewise.
1280         * nscd/servicescache.c: Likewise.
1281         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
1282         of -fpie.
1284         * nscd/connections.c (handle_request): Provide better error message
1285         in case SELinux forbids the service.
1287         * version.h (VERSION): Bump to 2.8.90.
1289 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
1291         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
1293 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
1295         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
1296         Also use for 32-bit.
1297         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
1298         __nextafter instead of nextafter to avoid local PLT.
1299         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
1300         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
1302         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
1304         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
1305         __fe_nomask_env.
1306         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
1307         <fenv_libc.h> instead of <fenv.h>.
1308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
1309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
1311         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
1313         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
1314         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
1315         function from fegetexcept and make old name weak alias.
1316         * include/fenv.h: Declare __fegetexcept.
1317         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
1318         fegetexcept.
1319         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
1320         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
1321         to fetestexcept.
1322         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
1323         instead of frexpl to avoid local PLT.
1324         * math/s_significandl.c (__significandl): Use __ilogbl instead of
1325         ilogbl to avoid local PLT.
1326         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
1327         instead of ldexpl to avoid local PLT.
1328         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
1329         __roundl not roundl to avoid local PLT.
1330         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
1331         local PLTs.  Use __sincosl instead of separate sinl and cosl
1332         calls.
1333         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1335         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
1336         version for ppc64 to 2.4.21 since without it makecontext will fail.
1338         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
1339         to the ABI in use.
1340         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
1341         .__tls_get_addr.
1342         [__powerpc64__] (TLS_GD): Likewise.
1344 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
1346         [BZ #4997]
1347         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
1348         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
1349         mantissa.
1350         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1351         Likewise.  Also account for when x is an odd number between 2^52
1352         and 2^53-1.
1353         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
1354         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1355         * math/libm-test.inc (lround_test, llround_test): Added test cases to
1356         detect aforementioned erroneous conditions.
1358 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
1360         * configure.in: Check for -fno-section-anchors in addition to
1361         -fno-toplevel-reorder.
1363 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
1365         * include/features.h (__GLIBC_MINOR__): Bump to 8.
1367         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
1368         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
1369         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
1370         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
1371         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
1372         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
1374 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
1376         [BZ #5443]
1377         * time/era.c: Transform __libc_setlocale_lock into rwlock.
1378         * time/alt_digit.c: Likewise.
1379         * wcsmbs/wcsmbsload.c: Likewise.
1381 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
1383         * version.h (VERSION): Bump to 2.8.
1385         * timzeone/asia: Update from tzdata2008b.
1386         * timezone/backward: Likewise.
1387         * timezone/europe: Likewise.
1388         * timezone/northamerica: Likewise.
1389         * timezone/southamerica: Likewise.
1390         * timezone/iso3166.tab: Likewise.
1391         * timezone/leapseconds: Likewise.
1392         * timezone/zone.tab: Likewise.
1393         * timezone/private.h: Update from tzcode2008a.
1394         * timezone/zdump.c: Likewise.
1395         * timezone/zic.c: Likewise.
1397 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
1399         [BZ #5741]
1400         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
1401         Define additonal Data Cache Block instruction macros.
1402         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
1403         Replace dcbst with dcbf and sync with sync/isync.
1405 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
1407         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
1408         Always set ELF_RTYPE_CLASS_PLT.
1409         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
1411 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
1413         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
1414         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
1415         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
1416         For ISA 2.01 and later replace mftb with mfspr 268.
1418 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
1420         [BZ #5768]
1421         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
1422         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
1424 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
1426         [BZ #5768]
1427         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
1428         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
1429         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
1430         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
1432 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
1434         * stdlib/tst-makecontext.c (othervar): New variable.
1435         (cf): Test sign extending the argument to long.
1437 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
1439         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
1440         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
1441         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
1442         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
1443         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
1444         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
1445         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
1447 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
1449         * elf/Makefile (tests): Substitute tests-vis-yes here.
1450         (tests-vis-yes): Delete.
1451         (modules-name, modules-vis-yes): Similarly.
1453 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
1455         [BZ #4407]
1456         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
1457         Preserve sign in signgamp when x is zero.
1459 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
1461         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
1462         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
1463         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
1464         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
1465         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
1466         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
1468 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
1470         [BZ #4314]
1471         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
1472         buffers.
1474         [BZ #5209]
1475         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
1476         a reserved error value.
1478         * stdlib/tst-makecontext.c: Change parameter to cf to negative
1479         value to check for correct sign extension.
1481         [BZ #5436]
1482         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
1483         Copy 64-bit parameter values even though this is not required in
1484         the standard.
1486         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
1487         PC save.
1489 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
1491         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
1492         PC save.
1494 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
1496         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
1498 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
1500         [BZ #5998]
1501         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
1502         in line-buffered stream failed.
1503         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
1505 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
1507         [BZ #6024]
1508         * scripts/abi-versions.awk: If the version specified by
1509         --enable-oldest-abi is older than the first version for this
1510         architecture, use the default version.
1512         * locale/programs/ld-collate.c (collate_read): Ignore script lines
1513         as well when ignoring the whole category.
1515 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
1517         [BZ #6042]
1518         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
1519         ETHERTYPE_* definitions.
1520         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
1522 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
1524         * stdlib/mbtowc.c (__no_r_state): Remove.
1525         (mbtowc): New static state variable.  Use it instead of
1526         __no_r_state.
1527         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
1528         (__wctomb_state): New hidden variable.
1529         (wctomb): Use __wctomb_state instead of __no_r_state.
1530         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
1531         (__wctomb_state): New extern decl.
1532         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
1534 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
1536         [BZ #5475]
1537         * resolv/res_init.c: Handle scope IDs in resolv.conf.
1539 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
1541         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
1543 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
1545         * po/nl.po: Update from translation team.
1547 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
1549         [BZ #6007]
1550         * string/strfry.c: Handle empty strings again.
1552 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
1554         [BZ #5443]
1555         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
1556         before looking for translation.
1557         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
1558         * locale/freelocale.c: Likewise.
1559         * locale/newlocale.c: Likewise.
1560         * locale/setlocale.c: Likewise.
1561         Based partially on a patch by ryo@np.css.fujitsu.com.
1563 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
1565         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
1566         acquiring wrlock.  Do conv_tab allocation while holding lock.
1567         * intl/Makefile: Add rules to build and run tst-gettext6.
1568         * intl/tst-gettext6.c: New test.
1569         * intl/tst-gettext6.sh: New file.
1571 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
1573         * po/nl.po: Update from translation team.
1575         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
1576         provided through st_blksize, try the default size before giving up.
1578 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
1580         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
1582         [BZ #5939]
1583         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
1585         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
1586         error message.  POSIX today does not require the messages to be in
1587         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
1589         [BZ #5979]
1590         * sunrpc/auth_unix.c: Unify printed strings.
1591         * sunrpc/clnt_tcp.c: Likewise.
1592         * sunrpc/clnt_udp.c: Likewise.
1593         * sunrpc/clnt_unix.c: Likewise.
1594         * sunrpc/svc_tcp.c: Likewise.
1595         * sunrpc/svc_udp.c: Likewise.
1596         * sunrpc/svc_unix.c: Likewise.
1597         * sunrpc/xdr.c: Likewise.
1598         * sunrpc/xdr_array.c: Likewise.
1599         * sunrpc/xdr_rec.c: Likewise.
1600         * sunrpc/xdr_ref.c: Likewise.
1601         * locale/programs/ld-time.c (time_finish): Unify messages.
1602         * locale/programs/locfile.c (handle_copy): Fix typo.
1603         * nscd/nscd.c (options): Fix typo.
1605         [BZ #5995]
1606         * stdlib/strtod_l.c: Use correct sign for result in one more
1607         underflow case.
1608         Patch by Eric Blake <ebb9@byu.net>.
1610 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
1612         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
1613         and creat system calls.
1614         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
1615         call.
1616         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
1617         system calls.
1618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
1619         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1620         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
1622 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
1624         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
1625         <linux/limits.h> has defined it.
1626         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
1627         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
1628         headers.
1629         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
1630         it instead of ARG_MAX.
1632 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
1634         * posix/gai.conf: Fix comment for scope nullbits.
1635         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
1636         default to 128 bits for v4 mapped addresses.
1638 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1640         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
1641         ptrace call to get the ieee_instruction_pointer from the kernel.
1642         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
1643         ptrace call to set the ieee_instructtion_pointer.
1644         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
1645         Add comment that ieee_instruction_pointer is always 0.
1647 2008-03-09  Andreas Jaeger  <aj@suse.de>
1649         [BZ #5857]
1650         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
1651         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
1652         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
1654         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
1655         (rint_test): Likewise.
1657 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
1659         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
1660         call.
1661         (__nisfind_server): Similar for open readColdStartFile call.
1662         Patch partially by Jim Meyering.
1663         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
1664         around internal_setent call.
1666         * po/vi.po: New Vietnamese translation.
1668         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
1669         ADJ_OFFSET_SS_READ.
1671         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
1672         remove CLONE_STOPPED.
1674 2008-02-10  Jim Meyering  <meyering@redhat.com>
1676         Remove useless "if" before "free":
1677         * elf/ldconfig.c (parse_conf_include): Likewise.
1678         * gmon/gmon.c (weak_alias): Likewise.
1679         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
1680         * inet/rcmd.c (__validuser2_sa): Likewise.
1681         * intl/bindtextdom.c (set_binding_values): Likewise.
1682         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
1683         * libio/genops.c (save_for_backup): Likewise.
1684         * libio/wgenops.c (save_for_wbackup): Likewise.
1685         * locale/programs/ld-collate.c (collate_read): Likewise.
1686         * locale/programs/linereader.c (get_string): Likewise.
1687         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
1688         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
1689         * resolv/res_debug.c (do_section): Likewise.
1690         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
1691         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
1692         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
1693         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
1694         * time/tzset.c (tzset_internal): Likewise.
1696 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
1698         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
1699         of ASSEMBLER.
1701 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
1703         [BZ #5903]
1704         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
1705         not stream for output file.  Open output file here.
1706         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
1707         and output file name.
1708         (process_fd): Likewise.
1709         (process_file): Likewise.
1710         (main): Adjust callers of changed functions.
1711         * iconv/iconv_prog.h: Adjust prototype.
1713 2008-03-09  Andreas Jaeger  <aj@suse.de>
1715         [BZ #5753]
1716         * sysdeps/ia64/ieee754.h: Use protected namespace
1717         __BIG_ENDIAN/__LITTLE_ENDIAN.
1718         * sysdeps/ieee754/ieee754.h: Likewise.
1719         Patch by Aurelien Jarno <aurelien@aurel32.net>.
1721 2008-03-08  Roland McGrath  <roland@frob.com>
1723         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
1724         ignore a signal that came from a machine exception, treat it as a
1725         fatal core-dump signal instead.
1726         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
1728         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
1729         Clear DF bit in thread state's eflags.
1730         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
1732 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
1734         [BZ #5774]
1735         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
1736         of NAN(...) sequence.
1737         * stdlib/Makefile (tests): Add tst-strtod6.
1738         * stdlib/tst-strtod6.c: New file.
1740         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
1742         [BZ #5762]
1743         * posix/getopt.c (_getopt_internal_r): Clarify error message by
1744         putting offending option character in quotes.  Clean up error
1745         messages.
1746         * po/be.po: Adjust msgstr in translation file.
1747         * po/bg.po: Likewise.
1748         * po/ca.po: Likewise.
1749         * po/cs.po: Likewise.
1750         * po/da.po: Likewise.
1751         * po/de.po: Likewise.
1752         * po/es.po: Likewise.
1753         * po/fr.po: Likewise.
1754         * po/hr.po: Likewise.
1755         * po/ko.po: Likewise.
1756         * po/nl.po: Likewise.
1757         * po/rw.po: Likewise.
1758         * po/sk.po: Likewise.
1759         * po/sv.po: Likewise.
1760         * po/tr.po: Likewise.
1761         * po/zh_CN.po: Likewise.
1762         * po/zh_TW.po: Likewise.
1764         [BZ #5760]
1765         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
1766         Patch by Roland Bless <roland@bless.de>.
1768         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
1769         .o file.
1770         * elf/Makefile (routines): Add dl-sysdep.
1771         (elide-routines.os): Likewise.
1773 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
1775         [BZ #5786]
1776         * elf/dl-sysdep.c: Undefine ROUND after use.
1777         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
1778         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
1779         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
1780         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
1781         to ...
1782         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
1783         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
1784         if necessary.
1785         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
1787         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
1788         _dl_tls_get_addr_soft element.
1789         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
1790         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
1791         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
1792         GLRO.
1793         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
1794         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
1795         of internal_function.
1797         * stdlib/Makefile (aux): Add tens_in_limb.
1798         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
1799         * stdlib/tens_in_limb.c: ...here.  New file.
1801         [BZ #5778]
1802         * sysdeps/unix/sysv/linux/pathconf.h: Declare
1803         __statfs_chown_restricted.
1804         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
1805         for _PC_CHOWN_RESTRICTED.
1806         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
1807         Implement __statfs_chown_restricted.
1808         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
1809         _POSIX_CHOWN_RESTRICTED value to zero.
1810         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
1811         defined to zero.
1813         * sysdeps/x86_64/rtld-memset.c: New file.
1815 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
1817         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
1819         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
1820         Barcelona machine.  Make default fall through branch of
1821         __x86_64_preferred_memory_instruction check as the integer code path.
1823 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
1825         * sysdeps/x86_64/cacheinfo.c
1826         (__x86_64_preferred_memory_instruction): New variable.
1827         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
1829         * sysdeps/x86_64/memset.S: Rewrite.
1831 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
1833         * include/stdio.h (__asprintf_chk, __dprintf_chk,
1834         __obstack_printf_chk): New prototypes.
1835         (__vasprintf_chk, __vdprintf_chk,
1836         __obstack_vprintf_chk): Likewise.
1837         Add libc_hidden_proto.
1838         * libio/obprintf.c
1839         (_IO_obstack_jumps): No longer static, add attribute_hidden.
1840         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
1841         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
1842         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
1843         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
1844         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
1845         __obstack_vprintf_chk): New prototypes.
1846         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
1847         obstack_vprintf): New inlines.
1848         * debug/dprintf_chk.c: New file.
1849         * debug/vdprintf_chk.c: New file.
1850         * debug/asprintf_chk.c: New file.
1851         * debug/vasprintf_chk.c: New file.
1852         * debug/obprintf_chk.c: New file.
1853         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
1854         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
1855         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
1856         @@GLIBC_2.8.
1857         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
1858         vdprintf_chk and obprintf_chk, set CFLAGS for them.
1859         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
1860         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
1861         libc_hidden_proto.
1862         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
1863         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
1864         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
1865         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
1866         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
1867         @@GLIBC_2.8.
1868         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
1869         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
1870         obstack_vprintf_chk.
1871         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
1872         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
1873         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
1874         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
1875         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
1876         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
1878 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
1880         [BZ #5779]
1881         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
1882         Patch by Roy Marples <roy@marples.name>.
1884         [BZ #5736]
1885         * malloc/malloc.c: Fix typo in comment.
1887         [BZ #5627]
1888         * locale/iso-639.def: Add Shuswap.
1890 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
1892         [BZ #5790]
1893         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
1894         overwrite *h_errnop/*errnop values from getanswer_r in case of
1895         failure.
1897 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
1899         [BZ #5818]
1900         * nscd/connections.c (dbs): Add initializers for .suggested_module.
1901         (verify_persistent_db): Remove one unnecessary test and add a new one
1902         for bad configuration.
1903         (nscd_init): Improve error reported when persistent database cannot
1904         be reused.
1905         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
1906         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
1907         .suggested_module and .max_db_size and case config file says the
1908         values are zero.
1909         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
1911         [BZ #5854]
1912         * nis/ypclnt.c (yp_order): Fix handling of return value of
1913         do_ypcall_tr call.
1914         Patch by Jeff Moyer <jmoyer@redhat.com>.
1916         * po/fr.po: Update from translation team.
1918 2008-02-22  Andreas Jaeger  <aj@suse.de>,
1919             Carlos O'Donell <carlos@systemhalted.org>
1921         [BZ #5012]
1922         * FAQ.in: Describe why glibc needs to be compiled with
1923         optimization.
1925 2008-02-19  Roland McGrath  <roland@redhat.com>
1927         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
1929 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
1931         [BZ #5737]
1932         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
1933         __USE_MISC is defined.
1935 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
1937         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
1938         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
1939         sys/timerfd.h.
1940         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
1941         timerfd_gettime, timerfd_settime.
1942         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
1943         timerfd_gettime, timerfd_settime for GLIBC_2.8.
1945 2008-02-08  Roland McGrath  <roland@redhat.com>
1947         * elf/elf.h (NT_PPC_SPE): New macro.
1949 2008-02-06  Roland McGrath  <roland@redhat.com>
1951         * Makerules ($(common-objpfx)sysd-rules):
1952         Depend on $(sysdep-makeconfigs).
1954 2008-01-31  Roland McGrath  <roland@redhat.com>
1956         [BZ #5442]
1957         * configure.in: Use -print-file-name if it yields a directory,
1958         for each of include and include-fixed.
1959         * configure: Regenerated.
1961         * Makeconfig (sysd-rules-targets): New variable.
1962         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
1963         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
1965 2008-01-30  Roland McGrath  <roland@redhat.com>
1967         * manual/libc.texinfo: Update back-cover text.
1969         * elf/elf.h (NT_386_TLS): New macro.
1971 2008-01-29  Roland McGrath  <roland@redhat.com>
1973         * Makeconfig (sysd-rules-patterns): New variable.
1974         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
1975         (check-inhibit-asm): New canned sequence, replaces ...
1976         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
1977         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
1978         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
1979         (CFLAGS-rtld): Variable removed.
1981 2008-01-24  Roland McGrath  <roland@redhat.com>
1983         * configure.in: Let configure fragments set base_os.
1984         * configure: Regenerated.
1986 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
1988         * po/ko.po: Update from translation team.
1990 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
1992         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
1994 2008-01-12  Andreas Jaeger  <aj@suse.de>
1996         [BZ #5040]
1997         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
1998         Add EPOLLRDHUP.
2000 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2002         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
2003         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
2004         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
2006 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
2008         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
2009         * elf/dl-close.c (_dl_close): Check for it.
2010         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
2011         (_dl_allocate_static_tls): Likewise.
2012         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
2013         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
2014         to it.
2015         * elf/tst-tls16.c: New file.
2016         * elf/tst-tlsmod16a.c: New file.
2017         * elf/tst-tlsmod16b.c: New file.
2018         * elf/Makefile: Add rules to build and run tst-tls16.
2020 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
2022         [BZ #5628]
2023         * bits/shm.h: Fix comment describing shmid_ds.
2024         * sysdeps/gnu/bits/shm.h: Likewise.
2025         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2026         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2027         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
2028         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2029         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2030         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
2031         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2032         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2033         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
2035         [BZ #5607]
2036         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
2037         prototypes.
2038         * conform/data/limits.h-data: Adjust limits changed in v6 and add
2039         additional suffixes.
2040         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
2041         Add optional functions mq_timedreceive and mq_timedsend.
2042         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
2043         * conform/data/pthread.h-data: Fix prototype of
2044         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
2045         * conform/data/semaphore.h-data: Allow time.h definitions.
2046         * conform/data/signal.h-data: Likewise.
2047         * conform/data/stdio.h-data: getw and putw are not required in v6.
2048         * conform/data/stdlib.h-data: Change setstate prototype.
2049         * conform/data/string.h-data: Fix strerror_r prototype.
2050         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
2051         * conform/data/unistd.h-data: pthread_atfork not required in v6.
2052         Fix readlink prototype.
2053         * conform/data/netinet/in.h-data: Add const to in6addr_any and
2054         in6addr_loopback.
2055         * inet/netinet/in.h: Cleanup namespace.
2056         * posix/regex.h: Likewise.
2057         * resolv/netdb.h: Likewise.
2058         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
2059         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2060         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2061         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
2062         of names of in in6_addr.
2063         (default_precedence): Likewise.
2064         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
2065         NULL definition.
2067 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
2069         * conform/data/fmtmsg.h-data: Add missing allows.
2070         * conform/data/ftw.h-data: Likewise.
2071         * conform/data/inttypes.h-data: Likewise.
2072         * conform/data/math.h-data: Likewise.
2073         * conform/data/signal.h-data: Likewise.
2074         * conform/data/net/if.h-data: Likewise.
2075         * conform/data/netinet/in.h-data: Likewise.
2076         * conform/data/sys/socket.h-data: Likewise.
2078         [BZ #5614]
2079         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
2080         (__strtok_r): Simplify.
2081         * string/tester.c (test_strtok_r): Add test case for futile search
2082         with single-character seach string.
2084 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
2086         * po/ko.po: Update from translation team.
2088 2008-01-11  Andreas Jaeger  <aj@suse.de>
2090         [BZ #5600]
2091         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
2092         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
2093         kernel header.
2095 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
2097         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
2098         native interface lookup in all the relevant places.
2100 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
2101             Ulrich Drepper  <drepper@redhat.com>
2103         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
2104         field.  Use sockaddr_in6 for source_addr.
2105         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
2106         (match_prefix): Likewise.
2107         (get_label): Likewise.
2108         (get_precedence): Likewise.
2109         (rfc3484_sort): Change to use indirect access to results array.
2110         Adjust to use of sockaddr_in6.  Replace service_order test with
2111         simple index comparison.
2112         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
2113         service_order field.  Adjust qsort_t calls.  Access sorted result
2114         array indirectly through order array.
2115         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
2116         * posix/tst-rfc3484-2.c: Likewise.
2117         * posix/tst-rfc3484-3.c: Likewise.
2119 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
2121         [BZ #5541]
2122         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
2123         pollfd structures.
2124         Patch by André Cruz.
2126         [BZ #5545]
2127         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
2128         (clnt_spcreateerror): Likewise.
2130         [BZ #5553]
2131         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
2132         (public_mEMALIGn): Likewise.
2133         Patch mostly by Daniel Jacobowitz.
2135 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
2137         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
2138         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
2139         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
2140         * stdlib/tst-makecontext2.c: New test.
2142 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
2144         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
2145         defined.
2146         (REINIT_PARAMS): Likewise.  Undefine before end of file.
2147         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
2148         transliteration hooks and REINIT_PARAMS afterwards.
2149         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
2150         status.
2151         (REINIT_PARAMS): Define.
2152         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
2153         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
2154         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
2155         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
2156         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
2157         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
2158         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
2159         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
2160         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
2161         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
2162         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
2163         * iconvdata/tst-iconv7.c: New test.
2165 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
2167         * libio/stdio.h (vscanf): Fix definition for loser compilers.
2169 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
2171         [BZ #5112]
2172         * nscd/connections.c (restart): Fix condition.
2174 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
2176         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
2177         __ctype_toupper_loc): Add __THROW.
2179 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
2181         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
2182         recognition of interface family.
2184         * posix/getconf.c: Update copyright year.
2185         * nss/getent.c: Likewise.
2186         * iconv/iconvconfig.c: Likewise.
2187         * iconv/iconv_prog.c: Likewise.
2188         * elf/ldconfig.c: Likewise.
2189         * catgets/gencat.c: Likewise.
2190         * csu/version.c: Likewise.
2191         * elf/ldd.bash.in: Likewise.
2192         * elf/sprof.c (print_version): Likewise.
2193         * locale/programs/locale.c: Likewise.
2194         * locale/programs/localedef.c: Likewise.
2195         * nscd/nscd.c (print_version): Likewise.
2196         * debug/xtrace.sh: Likewise.
2197         * malloc/memusage.sh: Likewise.
2198         * malloc/mtrace.pl: Likewise.
2199         * debug/catchsegv.sh: Likewise.
2201 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
2203         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
2204         second lookup.
2206 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
2208         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
2209         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
2211 2007-12-17  Roland McGrath  <roland@redhat.com>
2213         * inet/ether_line.c (ether_line): Remove unused variable.
2215 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2217         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
2218         and winp.
2219         * login/openpty.c (openpty): Likewise.
2220         * login/pty.h (openpty, forkpty): Likewise.
2221         * manual/terminal.texi (openpty, forkpty): Likewise.
2223 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
2225         * malloc/malloc.c (public_cALLOc): For arenas other than
2226         main_arena, count all bytes inside the mprotect_size range of the
2227         heap as uninitialized.
2229 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
2231         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
2232         executable stacks.
2234         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
2235         mTRIm for all of them.
2236         (mTRIm): Additionally iterate over all free blocks and use madvise
2237         to free memory for all those blocks which contain at least one
2238         memory page.
2239         * malloc/tst-trim1.c: New file.
2240         * malloc/Makefile (tests): Add tst-trim1.
2242         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
2244 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
2246         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
2247         First cast argument to long
2248         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
2249         Return long.
2250         (__vdso_clock_gettime): Likewise.
2251         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
2252         return long.
2254 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
2256         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
2257         * locale/nl_langinfo_l.c: Real implementation, copied from
2258         nl_langinfo.c.
2259         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
2261 2007-12-01  Jim Meyering  <meyering@redhat.com>
2263         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
2264         that would inhibit utf8-optimization of a regexp containing line-
2265         or buffer-anchors, e.g., `^', `$'.
2267 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
2269         * time/bug-getdate1.c (do_test): Don't use century values which
2270         aren't valid on 32-bit systems.
2272 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
2274         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
2275         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
2276         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
2277         __strcat_g, __strncat_g): Add __asm__.
2279 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
2281         [BZ #5477]
2282         * io/fchmodat.c: Fix typo in stub_warning use.
2283         Patch by Petr Salinger.
2285 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
2287         * iconvdata/hp-thai8.c: New file.
2288         * iconvdata/Makefile: Add rules for hp-thai8.c.
2289         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
2290         * iconvdata/gconv-modules: Likewise.
2292         [BZ #5464]
2293         * iconvdata/hp-greek8.c: New file.
2294         * iconvdata/Makefile: Add rules for hp-greek8.c.
2295         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
2296         * iconvdata/gconv-modules: Likewise.
2298         [BZ #5463]
2299         * iconvdata/hp-turkish8.c: New file.
2300         * iconvdata/Makefile: Add rules for hp-turkish8.c.
2301         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
2302         * iconvdata/gconv-modules: Likewise.
2304         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
2305         (shrink_heap): ... this new function.
2306         (heap_trim): Call shrink_heap instead of grow_heap.
2308         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
2309         case don't call alloc_perturb.
2311 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
2313         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
2314         possible.
2315         * sysdeps/unix/sysv/linux/kernel-features.h
2316         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
2317         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
2319 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
2321         [BZ #5424]
2322         * stdio-common/vfprintf.c: Do not overflow when adding to done.
2323         * stdio-common/Makefile (tests): Add bug22.
2324         * stdio-common/bug22.c: New file.
2326         [BZ #5451]
2327         * time/getdate.c: Fix filling in default values.
2328         * time/bug-getdate1.c: New file.
2329         * time/Makefile: Add rules to build and run bug-getdate1.
2331         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
2332         * iconvdata/ebcdic-es.c: Likewise.
2333         * iconvdata/ebcdic-es-a.c: Likewise.
2334         * iconvdata/ebcdic-uk.c: Likewise.
2335         * iconvdata/iso8859-16.c: Likewise.
2336         * iconvdata/viscii.c: Likewise.
2337         * iconvdata/iso8859-9e.c: Likewise.
2338         * iconvdata/Makefile: Adjust appropriately.
2340         [BZ #5428]
2341         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
2342         __need_wint_t.
2344 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
2346         [BZ #5427]
2347         * iconvdata/hp-roman9.c: New file.
2348         * iconvdata/Makefile: Add rules for hp-roman9.c.
2349         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
2350         * iconvdata/gconv-modules: Likewise.
2352         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
2353         * iconvdata/Makefile: Adjust appropriately.
2355         [BZ #5441]
2356         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
2357         structure, it's allocated with alloca.
2358         * stdio-common/Makefile (tests): Add bug21.
2359         * stdio-common/bug21.c: New file.
2361 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
2363         [BZ #5452]
2364         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
2365         keyword for gcc's braced-groups.
2367 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
2369         [BZ #5454]
2370         * inet/ether_line.c: Strip hostname of whitespaces.
2371         * inet/Makefile (tests): Add tst-ether_line.
2372         * inet/tst-ether_line.c: New file.
2374 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
2376         [BZ #5439]
2377         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
2379         [BZ #5435]
2380         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
2382         * stdlib/tst-setcontext.c: Catch the case where the links gets
2383         messed up and we do not reach main again.
2385         * po/ca.po: Update from translation team.
2387 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
2389         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
2390         * posix/regex.h (REG_ENOSYS): Likewise.
2391         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
2393 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
2395         * nscd/nscd.h (MAX_STACK_USE): Define.
2396         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
2397         (gc): Initialize stack_used based on allocation in prune_cache.
2398         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
2399         Clear array before use.
2401         * nscd/aicache.c (addhstaiX): Update statistics counter in case
2402         memory allocation failed.
2403         * nscd/hstcache.c (cache_addhst): Likewise.
2404         * nscd/grpcache.c (cache_addgr): Likewise.
2405         * nscd/servicescache.c (cache_addserv): Likewise.
2406         * nscd/pwdcache.c (cache_addpw): Likewise.
2407         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2409 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
2411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
2412         and creat system calls.
2414         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
2416 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2418         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
2419         Add netiucv/iucv.h.
2420         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
2421         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
2422         protocol.
2423         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
2424         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
2425         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
2427 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2429         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
2430         strncat): Define as macros to avoid compile errors.
2432         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
2433         creat entries.
2435 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
2437         [BZ #5382]
2438         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
2439         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
2440         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
2441         overflow it.
2442         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
2444         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
2445         Return zero in case the thread library is not NPTL.
2447         [BZ #5375]
2448         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
2449         initializing interface list.
2451         [BZ #5378]
2452         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
2453         use result of nss_getgrgid_r if nothing was found.  For other
2454         error return with a failure.
2455         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
2457         * locale/programs/ld-collate.c (collate_read): Fix loop to match
2458         macro name.
2460 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
2462         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
2463         (get_scope): For IPv4 scope, use scopes table.
2464         (fini): Free scopes table if necessary.
2465         (free_scopelist): New function.
2466         (scopecmp): New function.
2467         (gaiconf_init): Also handle scopev4 entries.
2468         * posix/tst-rfc3484.c (do_test): Initialize scopes.
2469         * posix/tst-rfc3484-2.c (do_test): Likewise.
2470         * posix/gai.conf: Document scopev4 defaults.
2471         * posix/Makefile (tests): Add tst-rfc3484-3.
2472         * posix/tst-rfc3484-3.c: New file.
2474         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
2475         Teredo tunnels.
2476         * posix/gai.conf: Update for current default tables.
2478 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
2480         * po/tr.po: Update from translation team.
2482 2007-11-18  Roland McGrath  <roland@frob.com>
2484         * manual/arith.texi (Remainder Functions): Spelling fix.
2485         From Shaun Silk <genix@mysoul.com.au>.
2487         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
2489 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
2491         * po/zh_CN.po: Update from translation team.
2493         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
2494         Add sys/signalfd.h and sys/eventfd.h.
2496 2007-11-15  Bruno Haible  <bruno@clisp.org>
2498         [BZ #5346]
2499         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
2500         union.
2501         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
2502         (DCIGETTEXT): Change the allocation of the 'search' variable so that
2503         it needs only fixed stack space. Delay the initialization of
2504         msgid_len until it is needed.
2506 2007-11-15  Andreas Jaeger  <aj@suse.de>
2508         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
2509         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
2511 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
2513         * po/ko.po: Update from translation team.
2515 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
2517         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
2518         significantly.  The device type is also part of the ifinfomsg data.
2520         * po/sv.po: Update from translation team.
2521         * po/nl.po: Likewise.
2523         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
2524         to wake up in 24 hours.
2526         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
2528 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
2530         * po/cs.po: Update from translation team.
2531         * po/pl.po: Likewise.
2533         * include/ifaddrs.h: Remove in6ai_temporary.
2534         (struct in6addrinfo): Add index element.
2535         Declare __check_native.
2536         * inet/Makefile (aux): Add check_native.
2537         * sysdeps/unix/sysv/linux/check_native.c: New file.
2538         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
2539         IFA_F_TEMPORARY.  Pass back ifa_index.
2540         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
2541         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
2542         call __check_native if necessary.
2543         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
2544         to sort addresses.  Pass information about the results.
2545         * posix/tst-rfc3484.c: Adjust for addition of index field and change
2546         of rfc3484_sort interface.
2547         * posix/tst-rfc3484-2.c: Likewise.
2549         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
2550         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
2551         for _quicksort.
2552         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
2553         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
2554         on as third parameter to compare function and _quicksort.
2555         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
2556         to the compare function.
2557         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
2558         * Versions.def: Add GLIBC_2.8 for libc.
2560         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
2561         * posix/tst-rfc3484-2.c: Likewise.
2563         * include/kernel-features.h: Moved to...
2564         * sysdeps/mach/hurd/kernel-features.h: ...here.
2566 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
2568         * sysdeps/i386/i586/memcpy_chk.S: New file.
2569         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
2570         * sysdeps/i386/i586/memset_chk.S: Likewise.
2572 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
2574         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
2575         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
2576         list of interfaces.  Also store prefix length.
2577         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
2578         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
2579         prefix if source and destination address are in the same subnet.
2580         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
2581         Always look for matching record in in6ai list.
2582         Correct source_addr_len value for IPv6->IPv4 converted records.
2584 2007-11-11  Roland McGrath  <roland@frob.com>
2586         * include/kernel-features.h: New file.
2588 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
2590         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
2591         complications for 64-bit platforms.
2593         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
2594         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
2595         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
2596         open64_2.
2597         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
2598         entries.
2599         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2600         * sysdeps/wordsize-64/alphasort.c: New file.
2601         * sysdeps/wordsize-64/alphasort64.c: New file.
2602         * sysdeps/wordsize-64/fseeko.c: New file.
2603         * sysdeps/wordsize-64/fseeko64.c: New file.
2604         * sysdeps/wordsize-64/ftello.c: New file.
2605         * sysdeps/wordsize-64/ftello64.c: New file.
2606         * sysdeps/wordsize-64/ftw.c: New file.
2607         * sysdeps/wordsize-64/ftw64.c: New file.
2608         * sysdeps/wordsize-64/iofgetpos.c: New file.
2609         * sysdeps/wordsize-64/iofgetpos64.c: New file.
2610         * sysdeps/wordsize-64/iofopen.c: New file.
2611         * sysdeps/wordsize-64/iofopen64.c: New file.
2612         * sysdeps/wordsize-64/iofsetpos.c: New file.
2613         * sysdeps/wordsize-64/iofsetpos64.c: New file.
2614         * sysdeps/wordsize-64/lockf.c: New file.
2615         * sysdeps/wordsize-64/lockf64.c: New file.
2616         * sysdeps/wordsize-64/mkostemp.c: New file.
2617         * sysdeps/wordsize-64/mkostemp64.c: New file.
2618         * sysdeps/wordsize-64/mkstemp.c: New file.
2619         * sysdeps/wordsize-64/mkstemp64.c: New file.
2620         * sysdeps/wordsize-64/scandir.c: New file.
2621         * sysdeps/wordsize-64/scandir64.c: New file.
2622         * sysdeps/wordsize-64/tmpfile.c: New file.
2623         * sysdeps/wordsize-64/tmpfile64.c: New file.
2624         * sysdeps/wordsize-64/versionsort.c: New file.
2625         * sysdeps/wordsize-64/versionsort64.c: New file.
2626         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
2627         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
2628         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
2629         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
2630         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
2631         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
2632         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
2633         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
2634         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
2635         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
2636         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
2637         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
2639         * crypt/sha256-crypt.c: Fix a comment.
2640         * crypt/sha512-crypt.c: Likewise.
2642 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
2644         * sysdeps/x86_64/memset.S: Add sfence after movnti.
2646 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
2648         [BZ #5277]
2649         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
2650         because output buffer is too small break, don't loop.
2651         * iconvdata/Makefile (tests): Add bug-iconv6.
2652         * iconvdata/bug-iconv6.c: New file.
2654 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
2656         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
2657         with size_t type.
2658         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
2659         size_t.  Add casts where needed.
2661         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
2662         old headers, don't call avc_has_perm if we don't have the
2663         permission information.
2665 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
2667         * elf/rtld.c (dl_main): Use the page size to find the map start.
2669 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
2671         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
2672         Patch by Szymon Siwek <sls@poczta.wp.pl>.
2674         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
2675         when the lookup call failed.
2677         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
2678         Add prune_cond and wakeup_time.
2679         (CACHE_PRUNE_INTERNAL): Define.
2680         Update declarations of prune_cache and setup_thread.
2681         * nscd/connections.c (dbs): Update initializers.
2682         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
2683         (nscd_init): Default number of threads is now 4.
2684         (invalidate_cache): Take lock before calling prune_cache.
2685         (handle_request): If SELinux forbids the request, say so.
2686         (readylist_cond): Use static initializer.
2687         (nscd_run_prune): New function.  Used only by pruning threads.
2688         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
2689         here.
2690         (fd_ready): Update nscd_run reference.
2691         (start_threads): No need to initialize readylist_cond.
2692         Start pruning threads separately.
2693         * nscd/nscd_setup_thread.c: Change return value type to int and always
2694         return 0.
2695         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
2696         to int and return nonzero value if we can use the TID address hack.
2697         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
2698         the database is later than the new entry's timeout, update the
2699         wakeup time and wake the cleanup thread.
2700         (prune_cache): Return seconds the next entry in the database is still
2701         valid.  Remove locking for pruning here.
2702         * nscd/nscd.conf: Document default number of threads.
2704 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
2706         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
2707         stack is properly aligned for the target function.
2708         Correct unwind info.
2710         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
2711         when using auditing libraries.
2713 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
2715         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
2716         _nss_dns_getnetbyaddr2_r.
2717         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
2718         extra parameter to getanswer_r.
2719         (_nss_dns_getnetbyaddr_r): Now a wrapper around
2720         _nss_dns_getnetbyaddr2_r.
2722         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
2723         gethstbynm3_r.
2724         * nscd/gethstbynm2_r.c: Remove.
2725         * nscd/gethstbynm3_r.c: New file.
2726         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
2727         __gethostbyaddr_r.
2728         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
2729         __gethostbyaddr_r compatibility wrapper.
2730         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
2731         determining timeout of entry.
2732         (lookup): Take new parameter and pass it to __gethostbyname3_r and
2733         __gethostbyaddr2_r.
2734         (addhstbyX): Pass reference to variable for TTL to lookup and
2735         cache_addhst.
2736         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
2737         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
2738         and __nss_next2.  Remove __nss_services_lookup.
2739         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
2740         Add compat wrapper.
2741         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
2742         __nss_next2.
2743         * nss/getXXent_r.c: Likewise.
2744         * nss/getnssent_r.c: Likewise.
2745         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
2746         does not exist in module, try the optional second name.
2747         (__nss_next2): New function.
2748         (__nss_next): Now wrapper around __nss_next2.
2749         * nss/nsswitch.h: Adjust __nss_lookup prototype.
2750         Declare __nss_next2.
2751         Adjust definition of db_lookup_function type.
2752         * nss/service-lookup.c: Define NO_COMPAT.
2753         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
2754         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
2755         * inet/ether_ntoh.c: Likewise.
2756         * sunrpc/netname.c: Likewise.
2757         * sunrpc/publickey.c: Likewise.
2758         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
2759         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
2760         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
2761         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
2762         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
2764         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
2766         * inet/getnetgrent.c (setup): Encrypt static pointer.
2768 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
2770         [BZ #5204]
2771         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
2772         * crypt/sha512c-test.c: Likewise.
2774         [BZ #5225]
2775         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
2776         to keep track of end of %[ format string element.
2777         * stdio-common/Makefile (tests): Add bug20.
2778         * stdio-common/bug20.c: New file.
2780         [BZ #5222]
2781         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
2782         path elements in counting mode.
2784 2007-10-27  Andreas Jaeger  <aj@suse.de>
2786         [BZ #5040]
2787         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
2789         [BZ #3112]
2790         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
2791         (__cleanup): Free shared library when exiting.
2792         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
2793         (__cleanup): Free shared library when exiting.
2795 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
2797         [BZ #2549]
2798         * math/libm-test.inc (check_float_internal): Support
2799         denormalized return.
2801 2007-10-23  Andreas Jaeger  <aj@suse.de>
2803         [BZ #5208]
2804         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
2805         __LONG_LONG_PAIR to handle little endian byte order.
2806         Suggested by abhishekrai@google.com
2808 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
2810         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
2812 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
2814         * nscd/cache.c (prune_cache): Move test for modified file outside
2815         of locking.
2817 2007-10-21  Andreas Jaeger  <aj@suse.de>
2819         * manual/texinfo.tex: Update to latest version.
2821         * manual/sysinfo.texi (System Parameters): Fix Formatting.
2823         * manual/arith.texi (Status bit operations): Fix formatting.
2825         * manual/errno.texi (Error Messages): Fix formatting.
2827         * manual/sysinfo.texi (System Parameters): Fix formatting.
2829         * manual/libc.texinfo: Update VERSION and UPDATED.
2831 2007-10-19  Roland McGrath  <roland@redhat.com>
2833         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
2835 2007-10-06  David S. Miller  <davem@davemloft.net>
2837         * configure.in: Add sparcv9v2 and sparc64v2.
2838         * scripts/config.sub: Likewise.
2839         * configure: Regenerate.
2840         * elf/elf.h (HWCAP_SPARC_N2): New.
2841         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
2842         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
2843         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
2844         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
2845         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
2846         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
2847         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
2849 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
2851         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
2852         even if the poll result indicates there is data to read.
2853         Patch by Jeff Moyer <jmoyer@redhat.com>.
2855 2007-10-18  Roland McGrath  <roland@redhat.com>
2857         * elf/elf.h (NT_PPC_VMX): New macro.
2859 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
2861         * version.h (VERSION): Set to 2.7.90.
2863 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
2865         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
2866         weak_alias.
2868 2007-10-17  Roland McGrath  <roland@frob.com>
2870         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
2871         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
2873 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
2875         * version.h (VERSION): Bump to 2.7.
2876         * include/features.h (__GLIBC_MINOR__): Bump to 7.
2878         [BZ #5186]
2879         * time/tzset.c (__tz_convert): Don't force testing for a change of
2880         TZ if not called from localtime.  But then also see whether the
2881         file changed, in case __use_tzfile is set.
2883         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
2884         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2885         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2886         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2887         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2888         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2889         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
2890         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
2892 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
2894         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
2895         and admin selects to be able to replace the gai.conf file, lock
2896         data structures around the qsort call.
2898 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
2900         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
2901         new memset.
2902         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
2903         too high for the improvements.  Implement bzero unconditionally for
2904         use in libc.
2906 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
2907             Jakub Jelinek  <jakub@redhat.com>
2909         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
2910         even when time_t is 32-bit.
2911         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
2912         timezone data read by __tzfile_default.  Ensure __tzname[0] is
2913         always set after the search.
2915 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
2917         * time/tzfile.c (__tzfile_read): Help the compiler recognize
2918         unreachable code on 32-bit machines.
2920 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
2922         [BZ #5184]
2923         * time/strftime_l.c: Include stdbool.h.
2924         (my_strftime): New wrapper, old function renamed to...
2925         (__strftime_internal): ... new function.  Add tzset_called
2926         argument, pass it down to recursive calls, don't call tzset ()
2927         if already true, set to true after call to tzset ().
2929 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
2931         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
2932         into account when copying TZ string.
2934 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
2936         * time/tzfile.c (__tzfile_compute): For use_last case set i to
2937         num_transition rather than num_transitions - 1.
2939 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
2941         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
2942         PIC indirect jump.
2944         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
2945         a local label rather than HIDDEN_JUMPTARGET.
2947 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
2949         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
2950         (init_cacheinfo): Initialize it.
2951         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
2952         Always define bzero.
2953         Remove non-glibc code.
2954         * sysdeps/x86_64/bzero.S: Make an empty file.
2956 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
2958         * sysdeps/x86_64/cacheinfo.c
2959         (__x86_64_preferred_memory_instruction): New.
2960         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
2962         * sysdeps/x86_64/memset.S: Rewrite.
2964 2007-10-15  Roland McGrath  <roland@redhat.com>
2966         * po/libc.pot: Regenerated.
2968 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
2970         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
2971         pointers.
2973         [BZ #3425]
2974         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
2975         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
2976         address record to T_A/T_AAAA requests.
2978 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
2980         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
2982         * posix/glob.c: Add some branch prediction throughout.
2984         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
2985         read from nscd.
2987         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
2988         service_order.
2989         (rfc3484_sort): Make sure that even if qsort doesn't support
2990         stable sorting out sorting here is stable by comparing service_order.
2991         (getaddrinfo): Initialize service_order.
2992         * posix/tst-rfc3484.c (do_test): Adjust for addition of
2993         service_order field to sorting structure.
2994         * posix/tst-rfc3484-2.c (do_test): Likewise.
2996         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
2997         * time/tzset.c (tzset_internal): Break TZ string parsing out into
2998         __tzset_parse_tz and updating of daylight, timezone, tzname into
2999         update_vars.
3000         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
3001         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
3002         happens in __tz_compute.
3003         * time/tzfile.c (__tzfile_read): Also read TZ string.
3004         (find_transition): Fold into __tzfile_compute.
3005         (__tzfile_compute): For times beyond the last transition try to
3006         use the TZ string.
3007         * timezone/tst-timezone.c: Information in daylight and tzname does
3008         change for Asia/Tokyo timezone with more concrete information.
3009         Remove the test.
3011         * include/stdio.h: Add libc_hidden_proto for ftello.
3012         * libio/ftello.c: Add libc_hidden_def.
3014         [BZ #1140]
3015         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
3016         on the specified time and not the last entries in the file.  Move
3017         code to determine tzname[] to...
3018         (find_transition): ...here.  Add ugly guess for times before the
3019         first transition.
3021 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3023         [BZ #3195]
3024         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
3025         no entry.
3026         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
3027         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3028         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3029         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3031         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
3032         read mechanism when there are no group members and avoid no-op
3033         read syscall in this case.
3035         [BZ #3242]
3036         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
3037         (__readall): If reading failed due to EAGAIN error wait a bit
3038         and possibly try again.
3039         (__readvall): Likewise.
3041 2007-10-13  Bruno Haible  <bruno@clisp.org>
3043         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
3044         when we cannot recode the message.
3046 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3048         [BZ #4359]
3049         * libio/__freading.c (__freading): Don't return true for
3050         write-only streams.  For read/write streams, check whether we
3051         performed a read operation already.
3052         * libio/Makefile (tests): Add tst-ext2.
3053         * libio/tst-ext2.c: New file.
3055 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3057         * locale/programs/repertoire.c (repertoire_read): Always free
3058         memory for repertoire file name [Coverity CID 270].
3060         * elf/cache.c (save_aux_cache): Free memory allocated for
3061         temporary file name [Coverity CID 267].
3063 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3065         * misc/Makefile (headers): Add bits/error.h.
3067 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3069         * posix/fnmatch_loop.c: Take rule index returned as part of
3070         findidx return value into account when accessing weights.
3071         * posix/regcomp.c: Likewise.
3072         * posix/regexec.c: Likewise.
3074         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
3075         (skip_to): Fix problems with parameter of elifdef/elifndef.
3077 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
3079         * iconv/gconv_simple.c: Add some branch prediction.
3081 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3083         * locale/programs/ld-collate.c (collate_read): If ignore_content
3084         and nowtok is tok_define, eat any tok_eol tokens.
3086 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
3088         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
3089         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
3091         * inet/netinet/in.h: Don't include bits/socket.h.
3092         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
3093         macro.
3094         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
3096 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
3098         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
3099         and tok_elifndef.
3100         * locale/programs/locfile-kw.gperf: Likewise.
3101         * locale/programs/ld-collate.c: Implement primitive preprocessor.
3103 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
3105         * stdio-common/printf-parse.h: Include string.h and wchar.h.
3106         (__find_specwc): Change into __extern_always_inline function.
3107         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
3108         (__parse_one_specmb): Remove ps argument.
3109         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
3110         Adjust __find_specmb and __parse_one_specmb callers.
3111         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
3112         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
3113         Removed.
3114         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
3115         caller.
3117 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
3119         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
3120         with some Pentium Ds.
3122 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
3124         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
3125         __read not read.
3126         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
3127         __write not write.
3129 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
3131         [BZ #181]
3132         * locale/C-time.c: Set week_1stday data to 19971201.
3133         * locale/programs/ld-time.c (time_finish): Default for
3134         first_workday is Monday.
3136         [BZ #2633]
3137         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
3139         [BZ #5103]
3140         * posix/glob.c (glob): Recognize patterns starting \/.
3141         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
3142         (main): Add test for pattern starting \/.
3144         * misc/error.h: Use __const instead of const.
3145         * misc/bits/error.h: Likewise.
3147 2007-10-07  Andreas Jaeger  <aj@suse.de>
3149         * include/bits/error.h: New file.
3151         * misc/bits/error.h (error_at_line): Fix prototype.
3153 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
3155         [BZ #3924]
3156         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
3157         more little bugs in creating the stack frame when pltexit has to
3158         be called.
3160         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
3161         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
3163         [BZ #4407]
3164         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
3165         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
3166         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
3167         * math/libm-test.inc: Add test for this case.
3169         [BZ #5010]
3170         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
3171         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
3172         map service succeeded.
3173         (svc_is_mapped): New function.
3174         (svc_unregister): Use it before trying to unmap service.
3176 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
3178         * timezone/zic.c: Update from tzcode2007h.
3180         [BZ #5063]
3181         * timezone/africa: Update from tzdata2007h.
3182         * timezone/antarctica: Likewise.
3183         * timezone/asia: Likewise.
3184         * timezone/australasia: Likewise.
3185         * timezone/europe: Likewise.
3186         * timezone/leapseconds: Likewise.
3187         * timezone/northamerica: Likewise.
3188         * timezone/southamerica: Likewise.
3189         * timzeone/zone.tab: Likewise.
3191         [BZ #5104]
3192         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
3194         [BZ #5113]
3195         * string/bits/string2.h (__strdup): Cast parameters to calloc to
3196         avoid warning with -Wconversion.
3197         (__strndup): Likewise.
3198         Half the patch by Christian Iseli <christian.iseli@licr.org>.
3200         [BZ #5112]
3201         * nscd/connections.c (restart): Don't resync if database is
3202         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
3204         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
3205         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
3207         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
3208         evetnfd_read, eventfd_write.
3209         * sysdeps/unix/sysv/linux/eventfd.c: New file.
3210         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
3211         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
3212         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
3213         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
3214         eventfd_write for GLIBC_2.7.
3216         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
3217         * sysdeps/unix/sysv/linux/signalfd.c: New file.
3218         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
3219         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
3221 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
3223         * stdlib/msort.c: Include stdint.h.
3224         (struct msort_param): New type.
3225         (msort_with_tmp): Use struct msort_param pointer for unchanging
3226         parameters.  Add optimized handling for several common sizes
3227         and indirect sorting mode.
3228         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
3229         sorting.
3230         Suggested by Belazougui Djamel .
3232         * stdlib/Makefile (tests): Add tst-qsort2.
3233         * stdlib/tst-qsort2.c: New test.
3235 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
3237         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
3238         for dup2 in case another thread races with the current one.  Retry
3239         in this case.
3241         * misc/error.h: Remove support for use outside of libc.  We have to
3242         include <features.h> now.  Include <bits/error.h> if possible.
3243         * misc/bits/error.h: New file.
3245 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
3247         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
3248         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
3249         __extern_always_inline functions unconditionally, drop macros.
3251         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
3252         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
3253         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
3255         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
3256         add __artificial__ attribute.
3258 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
3260         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
3261         backward to forward direction.
3263         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
3265         [BZ #645]
3266         * locale/programs/ld-collate.c (collate_finish): Compare against last
3267         used section which is known to have rules defined.
3268         (collate_read): After order_start, correctly record order of sections
3269         and queue sections up.
3271 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
3273         [BZ #5071]
3274         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
3275         the same number of pages.
3276         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
3278         * locale/programs/ld-collate.c (collate_read): After initial copy
3279         statement, continue in state 0.
3281         * include/stdio_ext.h (__fsetlocking): Define as macro.
3283 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
3285         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
3286         of section order.
3288         * po/pt_BR.po: Fix typo.
3290 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
3292         * iconvdata/Makefile (modules): Add ISO8859-9E.
3293         (distribute): Add iso8859-9e.c.
3294         (gen-8bit-gap-modules): Add iso8859-9e.
3295         * iconvdata/iso8859-9e.c: New file.
3296         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
3297         * iconvdata/TESTS: Likewise.
3298         * iconvdata/tst-tables.sh: Likewise.
3300         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
3302         * locale/iso-639.def: Add several new entries.
3304 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
3306         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
3307         void * pointers instead of struct link_map **.
3308         (_dl_scope_free): Change argument type to void *.
3309         * include/link.h (struct link_map): Change type of l_reldeps
3310         to struct link_map_reldeps, move l_reldepsact into that
3311         struct too.
3312         * elf/dl-deps.c: Include atomic.h.
3313         (_dl_map_object_deps): Only change l->l_initfini when it is
3314         fully populated, use _dl_scope_free for freeing it.  Optimize
3315         removal of libs from reldeps by using l_reserved flag, when
3316         some removal is needed, allocate a new list instead of
3317         reallocating and free the old with _dl_scope_free.  Adjust
3318         for l_reldeps and l_reldepsact changes.
3319         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
3320         searching in l_initfini and l_reldeps without holding dl_load_lock.
3321         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
3322         l_reldepsact changes.
3323         * elf/dl-close.c (_dl_close_worker): Likewise.
3324         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
3326 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
3328         * iconvdata/Makefile (modules): Add KOI8-RU.
3329         (distribute): Add koi8-ru.c.
3330         (gen-8bit-gap-modules): Add koi8-ru.
3331         * iconvdata/koi8-ru.c: New file.
3332         * iconvdata/gconv-modules: Add entries for KOI8-RU.
3333         * iconvdata/TESTS: Likewise.
3334         * iconvdata/tst-tables.sh: Likewise.
3336         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
3338 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
3340         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
3341         with __warning__/__error__ attributes.
3342         (__warnattr): Define.
3343         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
3344         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
3345         __warnattr.
3346         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
3347         of __*_chk if compile time detectable overflow is found.
3348         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
3349         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
3350         with __warnattr.
3351         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
3352         instead of __*_chk if compile time detectable overflow is found.
3353         (__gets_alias): Rename to...
3354         (__gets_warn): ... this.  Add __warnattr.
3355         (gets): Call __gets_warn instead of __gets_alias.
3356         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
3357         aliases with __warnattr.
3358         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
3359         time detectable overflow is found.
3360         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
3361         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
3362         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
3363         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
3364         __getdomainname_chk_warn): New aliases with __warnattr.
3365         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
3366         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
3367         __*_chk_warn instead of __*_chk if compile time detectable overflow
3368         is found.
3369         (__getgroups_chk): Rename argument to __listlen from listlen.
3370         (__getwd_alias): Rename to...
3371         (__getwd_warn): ... this.  Add __warnattr.
3372         (getwd): Call __getwd_warn instead of __getwd_alias.
3373         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
3374         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
3375         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
3376         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
3377         __wcsnrtombs_chk_warn): New aliases with __warnattr.
3378         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
3379         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
3380         compile time detectable overflow is found.
3381         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
3382         to use __*_chk or not.
3383         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
3384         in comparisons which function should be called and in __*_chk*
3385         arguments.  Call __*_chk_warn instead of __*_chk if compile time
3386         detectable overflow is found.
3387         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
3388         __*_chk argument.
3389         * debug/tst-chk1.c (do_test): Add a few more tests.
3391 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
3393         [BZ #5058]
3394         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
3395         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
3396         (_nl_unload_domain): Finalize conversions_lock.
3397         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
3398         handling table of known conversions.
3400 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
3402         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
3403         close_not_cancel_no_status instead of close.
3405 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
3407         [BZ #5028]
3408         * posix/regcomp.c (lookup_collation_sequence_value): Check that
3409         nrules != 0 for multibyte chars.
3411 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
3413         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
3414         Provide better error message in case the type is unknown.
3416         [BZ #4963]
3417         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
3418         * string/stratcliff.c: Make usable to test wide char functions.
3419         * wcsmbs/wcsatcliff.c: New file.
3420         * wcsmbs/Makefiel (tests): Add wcsatcliff.
3422         [BZ #4972]
3423         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
3424         (distribute): Add mac-centraleurope.c.
3425         (gen-8bit-gap-modules): Add mac-centraleurope.
3426         * iconvdata/mac-centraleurope.c: New file.
3427         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
3428         * iconvdata/TESTS: Likewise.
3429         * iconvdata/tst-tables.sh: Likewise.
3431         [BZ #5043]
3432         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
3434 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
3436         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
3437         from __x86_64_core_cache_size_half.
3438         (init_cacheinfo): Compute shared cache size for AMD processors with
3439         shared L3 correctly.
3440         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
3441         name change.
3442         Patch in large parts by Evandro Menezes.
3444 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
3446         * elf/dl-lookup.c (add_dependency): Handle failing memory
3447         allocation for dependency list.  Remove unnecessary check.
3449         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
3450         open/close when determining source addresses.
3452         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
3453         sha512-crypt, and sha512.
3454         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
3455         (distribute): Add sha256.h and sha512.h.
3456         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
3457         and call the appropriate code.
3458         * crypt/sha256-crypt.c: New file.
3459         * crypt/sha256.c: New file.
3460         * crypt/sha256.h: New file.
3461         * crypt/sha256c-test.c: New file.
3462         * crypt/sha256test.c: New file.
3463         * crypt/sha512-crypt.c: New file.
3464         * crypt/sha512.c: New file.
3465         * crypt/sha512.h: New file.
3466         * crypt/sha512c-test.c: New file.
3467         * crypt/sha512test.c: New file.
3469 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
3471         * misc/bits/syslog.h (syslog): Remove extraneous argument from
3472         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
3473         __syslog_chk.
3475 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
3477         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
3478         %as in fscanf format strings.
3480         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
3481         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3482         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
3483         Likewise.
3484         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
3485         Likewise.
3487         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
3488         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
3489         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
3490         * elf/dl-sym.c (do_sym): Likewise.
3491         * include/link.h (struct link_map): Add l_serial field.
3492         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
3493         * elf/dl-lookup.c (add_dependency): Add flags argument.
3494         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
3495         flags, use THREAD_GSCOPE_RESET_FLAG before and
3496         THREAD_GSCOPE_SET_FLAG after
3497         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
3498         Don't dereference map until it has been found on some list.
3499         If map->l_serial changed, return -1.
3501 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
3503         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
3504         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
3505         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
3506         libc_hidden_proto.
3507         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
3508         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
3509         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
3510         add libc_hidden_proto.
3511         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
3512         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
3513         conformance requested.
3514         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
3515         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
3516         conformance requested.
3517         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
3518         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
3519         conformance requested.
3520         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
3521         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
3522         ISO C99 or POSIX conformance requested.
3523         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
3524         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
3525         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
3526         and __isoc99_vsscanf@@GLIBC_2.7.
3527         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
3528         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
3529         (tests): Add scanf14.
3530         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
3531         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
3532         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
3533         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
3534         CFLAGS-isoc99_scanf.c): Add $(exceptions).
3535         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
3536         from using internal headers.
3537         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
3538         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
3539         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
3540         and __isoc99_vswscanf@@GLIBC_2.7.
3541         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
3542         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
3543         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
3544         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
3545         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
3546         * stdio-common/isoc99_scanf.c: New file.
3547         * stdio-common/isoc99_vsscanf.c: New file.
3548         * stdio-common/isoc99_vscanf.c: New file.
3549         * stdio-common/isoc99_vfscanf.c: New file.
3550         * stdio-common/isoc99_fscanf.c: New file.
3551         * stdio-common/isoc99_sscanf.c: New file.
3552         * wcsmbs/isoc99_fwscanf.c: New file.
3553         * wcsmbs/isoc99_vswscanf.c: New file.
3554         * wcsmbs/isoc99_swscanf.c: New file.
3555         * wcsmbs/isoc99_wscanf.c: New file.
3556         * wcsmbs/isoc99_vwscanf.c: New file.
3557         * wcsmbs/isoc99_vfwscanf.c: New file.
3558         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
3559         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
3560         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
3561         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
3562         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
3563         * stdio-common/scanf14.c: New test.
3564         * stdio-common/scanf15.c: New test.
3565         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
3566         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
3567         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
3568         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
3569         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
3570         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
3571         __nldbl___isoc99_scanf@@GLIBC_2.7,
3572         __nldbl___isoc99_fscanf@@GLIBC_2.7,
3573         __nldbl___isoc99_sscanf@@GLIBC_2.7,
3574         __nldbl___isoc99_vscanf@@GLIBC_2.7,
3575         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
3576         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
3577         __nldbl___isoc99_wscanf@@GLIBC_2.7,
3578         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
3579         __nldbl___isoc99_swscanf@@GLIBC_2.7,
3580         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
3581         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
3582         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
3583         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
3584         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
3585         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
3586         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
3587         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
3588         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
3589         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
3590         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
3591         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
3592         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
3593         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
3594         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
3595         functions.
3596         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
3597         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
3598         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
3599         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
3600         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
3601         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
3602         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
3603         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
3604         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
3605         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
3606         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
3607         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
3609         * stdio-common/Makefile (tests): Add scanf13.
3610         (scanf13-ENV): New.
3611         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
3612         m modifier followed by l.
3613         (STRING_ARG): Add width argument.
3614         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
3615         <case L_('C')>: Handle %mlc and %mC.
3616         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
3617         arguments.
3618         * stdio-common/scanf13.c: New test.
3620         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
3621         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
3623 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
3625         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
3626         type and __THROW marker of splice, vmsplice, and tee.
3627         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3628         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3629         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3630         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3631         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3632         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
3633         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
3634         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
3635         as cancellation points.
3637 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
3639         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
3640         parse more than three parts of the version number.
3642 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
3644         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
3645         modifier.  Patch by Jakub Jelinek.
3647 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
3649         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
3650         call_fallocate in misc subdir.
3651         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
3652         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
3653         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
3654         instead of __fallocate64.
3655         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
3657 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
3659         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
3660         * rt/Makefile (headers): Add bits/mqueue2.h.
3661         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
3662         optimizing with GCC and __va_arg_pack_len is defined.
3663         * rt/bits/mqueue2.h: New file.
3664         * rt/mq_open.c (__mq_open): Renamed from mq_open.
3665         (mq_open): New strong_alias.
3666         (__mq_open_2): New function.
3667         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
3668         (mq_open): New strong_alias.
3669         (__mq_open_2): New function.
3670         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
3671         * Versions.def (librt): Add GLIBC_2.7 version.
3672         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
3673         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
3675         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
3676         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
3677         is defined rather than when not C++.
3678         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
3679         __openat64_alias): New redirects.
3680         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
3681         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
3682         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
3683         (open, open64, openat, openat64): Rewrite as __extern_always_inline
3684         functions instead of function-like macros.
3686 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
3688         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
3689         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
3690         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
3692 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
3694         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
3695         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
3697 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
3699         * inet/tst-network.c: Increment ERRORS for failing tests.
3701 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
3703         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
3704         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
3705         implement as __extern_always_inline function.
3706         (vsyslog): Define as __extern_always_inline function unconditionally.
3707         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
3708         When __va_arg_pack is defined, implement as __extern_always_inline
3709         functions.
3710         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
3711         __extern_always_inline functions unconditionally.
3712         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
3713         bits/stdio2.h will be included.
3714         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
3715         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
3716         implement as __extern_always_inline functions.
3717         (vswprintf, vwprintf, vfwprintf): Define as
3718         __extern_always_inline functions unconditionally.
3719         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
3721 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
3723         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
3724         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
3725         attribute.
3726         * include/features.h (__USE_EXTERN_INLINES): Define only when
3727         __extern_inline is defined.
3728         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
3729         is defined instead of when not __cplusplus.
3730         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
3731         is defined instead of when not __cplusplus.
3732         * socket/sys/socket.h: Include bits/socket2.h when
3733         __extern_always_inline is defined instead of when not __cplusplus.
3734         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
3735         is defined instead of when not __cplusplus.
3736         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
3737         is defined instead of when not __cplusplus.
3738         * string/string.h: Include bits/string3.h when __extern_always_inline
3739         is defined instead of when not __cplusplus.
3740         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
3741         is defined instead of when not __cplusplus.
3742         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
3743         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
3744         is not defined.
3745         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
3746         defined __extern_always_inline instead of !defined __cplusplus.
3747         * libio/bits/stdio-ldbl.h: Likewise.
3748         * wcsmbs/bits/wchar-ldbl.h: Likewise.
3749         * misc/bits/syslog.h (syslog): Don't define for C++.
3750         (vsyslog): Use __extern_always_inline function for C++ instead of
3751         a macro.
3752         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
3753         whenever that macro is defined.
3754         (vprintf): Don't provide the inline for C++.
3755         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
3756         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
3757         define the macros for C++.
3758         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
3759         __extern_always_inline functions for C++.
3760         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
3761         stat64, lstat64, fstat64, fstatat64): Don't define if not
3762         __USE_EXTERN_INLINES.
3763         * wcsmbs/bits/wchar2.h: Fix #error message.
3764         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
3765         (vswprintf, vwprintf, vfwprintf): Define using
3766         __extern_always_inline functions for C++.
3767         * string/bits/string3.h: Don't #undef macros if __cplusplus.
3768         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
3769         strncpy, strcat, strncat): Define as __extern_always_inline
3770         functions instead of macros for C++.
3771         * math/bits/cmathcalls.h: Guard __extern_inline routines with
3772         defined __extern_inline.
3773         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
3774         to __extern_inline whenever that macro is defined.
3775         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
3776         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
3777         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
3778         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
3779         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
3780         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
3781         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
3782         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
3783         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
3784         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
3785         prototypes.  Only provide __extern_inline routines if
3786         __USE_EXTERN_INLINES.
3787         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
3788         tests.
3789         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
3790         For now avoid some *printf tests in C++.  Skip all testing
3791         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
3792         is not.
3793         * debug/tst-chk4.cc: New file.
3794         * debug/tst-chk5.cc: New file.
3795         * debug/tst-chk6.cc: New file.
3796         * debug/tst-lfschk4.cc: New file.
3797         * debug/tst-lfschk5.cc: New file.
3798         * debug/tst-lfschk6.cc: New file.
3799         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
3800         prototypes in C++.
3801         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
3802         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
3803         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
3805 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
3807         * po/cs.po: Update from translation team.
3809 2007-09-11  Roland McGrath  <roland@redhat.com>
3811         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
3812         compiling.
3814 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3816         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
3818 2007-09-05  Roland McGrath  <roland@redhat.com>
3820         * manual/signal.texi (Signaling Another Process): Typo fix.
3821         From Karl Berry <karl@freefriends.org>.
3823 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
3825         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
3826         zero if not defined.
3827         (make_request): Recognize optimistic addresses and treat them like
3828         deprecated addresses.
3829         Reported by Neil Horman <nhorman@redhat.com>.
3831 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
3833         * nscd/connections.c (send_ro_fd): Also transfer file size.
3834         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
3835         file size don't call fstat.
3837         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
3838         ahead and map the file.  This should always be correct and we can
3839         catch problems later.
3841 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
3843         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
3844         prototypes.
3845         (__fread_alias, __fread_unlocked_alias): New aliases.
3846         (fread): New extern inline.
3847         (fread_unlocked): Likewise.  Undef macro before definition of
3848         the inline function.
3849         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
3850         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
3851         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
3852         and __fread_unlocked_chk@@GLIBC_2.7.
3853         * debug/fread_chk.c: New file.
3854         * debug/fread_u_chk.c: New file.
3855         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
3857 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
3859         * sysdeps/unix/sysv/linux/syscalls.list
3860         (personality): Change caller to EXTRA.
3862 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
3864         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
3865         to keep gcc quiet.
3866         * iconvdata/iso-2022-cn.c (BODY): Likewise.
3868         * locale/programs/ld-collate.c (collate_output): Avoid warning if
3869         NDEBUG is defined.
3871         * Makerules: Use -p option with mkdir.
3873         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
3874         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
3875         (_xdr_directory_obj): Likewise.
3876         (xdr_entry_obj): Likewise.
3877         (xdr_group_obj): Likewise.
3878         (xdr_link_obj): Likewise.
3879         (xdr_table_obj): Likewise.
3880         (_xdr_nis_result): Likewise.
3881         (_xdr_ns_request): Likewise.
3882         (_xdr_ib_request): Likewise.
3883         (_xdr_nis_taglist): Likewise.
3884         (xdr_cback_data): Likewise.
3885         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
3886         (xdr_ypresp_maplist): Likewise.
3888         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
3890         * posix/regex_internal.h: Prevent some declarations and definitions
3891         to be seen when used in tests.
3893         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
3894         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
3896         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
3898         * config.make.in (datarootdir): Add to shut up configure.
3900         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
3901         associativity for fully-associative caches.
3903         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
3904         requests.  Fill on more associativity values for L2.
3905         Patch mostly by Evandro Menezes.
3907 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
3909         * sysdeps/unix/sysv/linux/x86_64/init-first.c
3910         (_libc_vdso_platform_setup): Avoid using exported variable by using
3911         alias.
3913         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
3915         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
3916         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
3917         defined.
3919 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
3921         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
3922         align stack for call if pltexit is to be used.
3924         [BZ #3924]
3925         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
3926         align for function call in case pltexit has to be called later.
3928         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
3929         implicit atomic operation when storing function pointer.
3930         (_dl_runtime_profile): Likewise.
3932 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
3934         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
3935         NIS_NOTFOUND.
3937 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
3939         [BZ #4566]
3940         * string/strtok.c: Fix typo in comment.
3942         [BZ #4582]
3943         * debug/segfault.c: Fix typos in comments.
3945         [BZ #4588]
3946         * stdio-common/tempnam.c: Fix comment, it is not checked that
3947         TMPDIR points to a writable directory.
3949         [BZ #4726]
3950         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
3951         memory allocated for the name server address.
3953         [BZ #4946]
3954         * nscd/connections.c (handle_request): Using sendfile always
3955         requires that mmap is used for the database.
3956         Patch by Petr Baudis <pasky@suse.cz>.
3958         [BZ #4905]
3959         * nscd/hstcache.c (cache_addhst): When reloading an entry which
3960         suddenly has two or more addresses, ignore it and remove the old
3961         entry.
3963         [BZ #4814]
3964         * resolv/res_hconf.c: Prepare for compiling outside libc.
3965         * nscd/res_hconf.c: New file.
3966         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
3967         the new file.
3968         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
3969         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
3971         * nscd/hstcache.c (cache_addhst): Minimal optimization.
3973         [BZ #4925]
3974         * debug/pcprofiledump.c: Turn on internationalization by calling
3975         setlocale.  Patch mostly by Benno Schulenberg.
3977         [BZ #4936]
3978         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
3979         the state.
3980         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
3981         * iconvdata/bug-iconv5.c: New file.
3983 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
3985         [BZ #4896]
3986         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
3987         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
3988         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
3989         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
3990         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
3991         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
3992         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
3993         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
3995 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
3997         [BZ #4937]
3998         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
3999         lookup loop.  Suggested by John Reiser.
4001 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
4003         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
4005 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
4007         * csu/libc-start.c: Don't handle VDSO_SETUP here.
4008         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
4009         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
4010         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
4011         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
4012         to...
4013         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
4015 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
4017         * po/nl.po: Update from translation team.
4019 2007-08-16  Andreas Jaeger  <aj@suse.de>
4021         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
4022         Reported by Peter Festner <peter.festner@ewetel.net>.
4024 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4026         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
4028 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
4030         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
4031         to check for undefined symbols.
4033         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
4034         If the syscall fails, set errno to the actual returned error number
4035         rather than EINVAL.
4036         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
4037         arguments are incorrect, set errno to EINVAL, if the syscall
4038         fails, set errno to the actual returned error number.
4040         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
4041         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
4043         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
4044         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
4045         file.
4046         (ASI_PNF, ASI_BLK_P): Don't define.
4047         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
4048         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
4049         file.
4050         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
4051         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
4052         file.
4054 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
4056         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
4057         FE_UNDERFLOW on Niagara CPUs.
4059         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
4060         exceptions.
4062 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
4064         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
4065         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
4066         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
4067         flush should be used or not inside of the function.
4068         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
4070         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
4071         __thread_start): Use HIDDEN_JUMPTARGET.
4072         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
4073         __thread_start): Likewise.
4074         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
4076         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
4077         Add libc_hidden_proto.
4078         (STRTOF): Add libc_hidden_proto.
4079         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
4080         (strtold_l, wcstold_l): Use them as second argument for
4081         long_double_symbol.
4083 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4085         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
4087 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4089         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
4091 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4093         * po/bg.po: New file.  From the translation team.
4095 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4097         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
4098         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
4099         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
4100         when each feature was introduced.
4102         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
4103         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
4104         (CHECK_HASH): New macro.
4105         (PREPARE_VERSION): Use it.
4107         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
4108         prototype if not __ASSUME_PSELECT.
4109         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
4110         prototype if not __ASSUME_PPOLL.
4112         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
4114         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
4115         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
4116         is defined.
4118 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
4120         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4121         (_libc_vdso_platform_setup): If vDSO is not available point
4122         __vdso_gettimeofday to the vsyscall.
4123         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
4124         __vdso_gettimeofday instead of vsyscall.
4126 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4128         * nscd/servicescache.c: Include kernel-features.h.
4129         * nscd/gai.c: Likewise.
4130         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
4131         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
4132         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
4133         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
4134         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
4135         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
4136         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
4137         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
4138         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
4140 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4142         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
4143         and _dl_get_origin defines anymore.
4145         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
4146         Build fix for systems which might lack POSIX timer support.
4148         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4149         (_libc_vdso_platform_setup): Mangle function pointers before storing
4150         them.
4151         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
4152         Demangle vdso pointer before use.
4153         (INTERNAL_VSYSCALL): Likewise.
4155         * elf/cache.c (primes): Mark as const.
4156         Noted by Roland McGrath.
4158 2007-08-01  Andreas Jaeger  <aj@suse.de>
4159             Jakub Jelinek  <jakub@redhat.com>
4161         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
4162         (options): Add option.
4163         (parse_opt): Handle option.
4164         (manual_link): Adjust process_file caller.  Call implicit_soname.
4165         (search_dir): Formatting.  Use and populate auxiliary cache.
4166         (main): Load and save auxiliary cache.
4167         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
4168         stat64 from fstat64 to caller.
4169         (implicit_soname): New function.
4170         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
4171         leave *soname as NULL.
4172         * elf/cache.c: Include libgen.h.
4173         (print_entry, print_cache, compare, save_cache, add_to_cache):
4174         Formatting and cleanups.
4175         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
4176         aux_cache_file): New structures.
4177         (AUX_CACHEMAGIC): Define.
4178         (primes): New array.
4179         (aux_hash_size, aux_hash): New variables.
4180         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
4181         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
4182         load_aux_cache, save_aux_cache): New functions.
4183         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
4184         (init_aux_cache, search_aux_cache, add_to_aux_cache,
4185         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
4186         (process_file): Adjust prototype.
4188 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
4190         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
4191         with __need_size_t.
4193 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4195         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
4196         r_found_version structure as second parameter.
4197         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
4198         (_dl_vdso_vsym): Change type of second parameter accordingly.
4199         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
4200         (_libc_vdso_platform_setup): Adjust.
4201         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
4202         (_libc_vdso_platform_setup): Likewise.
4204         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
4205         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
4206         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
4207         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
4208         * csu/libc-start.c: Pretty printing.
4209         Use VDSO_SETUP if defined.
4210         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
4211         and let generic code call into _libc_vdso_platform_setup.
4212         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
4213         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
4214         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
4215         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
4216         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
4217         for GLIBC_PRIVATE.
4218         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
4219         (sysdep_rountines): Add dl-vdso.
4221         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
4222         of routines.
4224         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
4225         attribute_hidden to __vdso_gettimeofday prototype.
4227 2007-08-12  Roland McGrath  <roland@redhat.com>
4229         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
4230         From: Karl Berry <karl@freefriends.org>.
4232 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
4234         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
4235         an atime update for the files we read.
4237 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4239         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
4241         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
4242         instead of mkstemp.
4244         * misc/Makefile (routines): Add mkostemp and mkostemp64.
4245         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
4246         * misc/mkostemp.c: New file.
4247         * misc/mkostemp64.c: New file.
4248         * stdlib/stdlib.h: Declare the new functions.
4249         * sysdeps/posix/tempname.c: Add new parameter which is added to
4250         the flags for open.  Remove __GT_BIGFILE handling.
4251         * stdio-common/tempname.c: Likewise.
4252         * include/stdio.h: Adjust __gen_tempname prototype.
4253         Renumber __GT_* constants.
4254         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
4255         * misc/mkdtemp.c: Likewise.
4256         * misc/mkstemp.c: Likewise.
4257         * misc/mkstemp64.c: Likewise.
4258         * misc/mktemp.c: Likewise.
4259         * stdio-common/tempnam.c: Likewise.
4260         * stdio-common/tmpfile.c: Likewise.
4261         * stdio-common/tmpfile64.c: Likewise.
4262         * stdio-common/tmpnam.c: Likewise.
4263         * stdio-common/tmpnam_r.c: Likewise.
4265 2007-08-10  Roland McGrath  <roland@frob.com>
4267         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
4268         New macros.
4269         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
4270         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
4272 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4274         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
4275         possible.
4276         * nss/nss_files/files-alias.c (internal_setent): Likewise.
4277         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
4278         * nss/nss_files/files-have_o_cloexec.c: New file.
4280         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
4281         available.
4283 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
4285         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
4286         ___new_wcstold_l): New weak aliases.
4287         (strtold_l, wcstold_l): Use them as second argument for
4288         long_double_symbol.
4290 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
4292         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
4293         register in test for error.
4295         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
4296         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
4298         * po/sv.po: Update from translation team.
4300 2007-08-06  Roland McGrath  <roland@redhat.com>
4302         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
4303         Remove __strto*_l inlines.
4304         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
4305         * stdlib/strtod.c: Add libc_hidden_def.
4306         * stdlib/strtod_l.c: Likewise.
4307         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
4308         for __new_strtold and __new_wcstold.
4309         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
4310         __STRTOF, STRTOF.
4311         * stdlib/strtol.c: Add libc_hidden_def.
4312         * stdlib/strtol_l.c: Likewise.
4313         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
4314         strtoq.
4316         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
4318         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
4319         * scripts/data/localplt-generic.data: ... here.
4320         * elf/Makefile (check-data): Get generic file if no other.
4321         ($(objpfx)check-localplt.out): Make target unconditional.
4323         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
4324         Use ElfW(Nhdr).
4326 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
4328         * po/zh_CN.po: Updated translation from translation team.
4330 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
4332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
4333         Don't use CGOTSETUP and CGOTRESTORE macros.
4335 2007-08-04  Roland McGrath  <roland@redhat.com>
4337         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
4339 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
4341         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
4342         __extension__ around the whole statement expression.
4344 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
4346         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
4347         elements during initialization.
4349         * po/pl.po: Updated translation from translation team.
4350         * po/tr.po: Likewise.
4351         * po/nl.po: Likewise.
4353 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
4355         * rt/aio.h: Add __nonnull attributes.
4357 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
4359         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
4360         * stdlib/Makefile (tests): Add tst-strtod5.
4361         (tst-strtod5-ENV): New.
4362         * stdlib/tst-strtod5.c: New file.
4364         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
4365         failed.
4366         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
4367         on failure.
4369         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
4370         allocated.
4372 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
4374         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
4375         numbers.
4377 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
4379         * io/Makefile (aux): Add have_o_cloexec.
4380         * include/fcntl.h: Declare __have_o_cloexec.
4381         * io/have_o_cloexec.c: New file.
4382         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
4383         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
4384         fcntl call if not necessary.
4385         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
4386         of local variable.
4388         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
4389         Avoid memset, add explicit initialization.
4390         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
4391         to the end and change into zero-sized array.
4392         Move lock member to fill a hole on 64-bit platforms.
4394         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
4395         inline functions.
4396         * include/stdlib.h: Add __strto*_internal prototypes here.
4397         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
4398         inline functions.
4399         * include/wchar.h: Add __wcsto*_internal prototypes.
4400         * sysdeps/generic/inttypes.h: No need to protect the declaration
4401         of the __strto*_internal and __wcsto*_internal members here.
4403         * rt/mqueue.h: Change const to __const and add nonnull attributes.
4405 2007-08-02  Roland McGrath  <roland@redhat.com>
4407         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
4408         $(inst_bindir)/getconf if possible.
4410         * posix/Makefile ($(objpfx)getconf.speclist): New target.
4411         (generated): Add it.
4412         ($(inst_libexecdir)/getconf): Use it.
4414 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
4416         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
4417         /proc is faster and sufficient.  /sys is still needed for
4418         __get_nprocs_conf.
4420 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
4422         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
4423         syscall as __fallocate64.
4424         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
4425         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
4427 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
4429         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
4430         value.
4432         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
4433         if off_t is different rank from size_t.
4435         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
4436         uw_frame_state_for): Avoid type punning warnings.
4437         * sysdeps/generic/unwind-dw2-fde-glibc.c
4438         (_Unwind_IteratePhdrCallback): Likewise.
4439         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
4440         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
4441         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
4442         pointers.
4444 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
4446         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
4447         total processors using sysfs.
4448         (__get_nprocs): Use sysfs to determine which processors are online.
4450 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
4452         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
4453         syscall arguments count.
4455         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
4457 2007-07-30  Roland McGrath  <roland@redhat.com>
4459         * manual/libc.texinfo: Update copyrights, formatting magic, and
4460         @dircategory.  From Karl Berry <karl@freefriends.org>.
4462 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
4464         [BZ #4860]
4465         * io/Makefile (headers): Add bits/fcntl2.h.
4467         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
4468         using gcc builtin.
4469         (__CPU_EQUAL_S): Likewise.
4471         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
4472         (tests): Add tst-cpuset.
4473         * posix/sched_cpualloc.c: New file.
4474         * posix/sched_cpufree.c: New file.
4475         * posix/tst-cpuset.c: New file.
4476         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
4477         GLIBC_2.7.
4478         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
4479         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
4480         macros.  Define CPU_*_S macros.
4482 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
4484         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
4485         entry.
4487         [BZ #4858]
4488         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
4489         #.0g and value rounded to 1.0.
4490         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
4492 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
4494         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
4495         for int_frac_digits and frac_digits.
4497         * login/logout.c (logout): Avoid aliasing violation.
4498         * login/logwtmp.c (logwtmp): Likewise.
4500         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
4502         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
4503         to avoid warning.
4504         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
4505         warning.
4506         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
4507         warning.
4508         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
4509         to avoid warnings.
4511         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
4512         void **.
4513         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
4515         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
4516         char * to avoid warning.
4517         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
4519         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
4521         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
4522         allocate_arrays): Cast second argument to charmap_find_symbol
4523         to char * to avoid warnings.
4525         * locale/programs/repertoire.c (repertoire_new_char): Change
4526         from_nr, to_nr and cnt to unsigned long, adjust printf format
4527         string.
4529         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
4530         Cast second argument to new_element to char * to avoid warnings.
4532         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
4534         * intl/gettextP.h (struct loaded_domain): Change plural to const
4535         struct expression *.
4536         * intl/plural-eval.c (plural_eval): Change first argument to
4537         const struct expression *.
4538         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
4539         argument to const struct expression **.
4540         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
4541         prototypes.
4542         * intl/loadmsgcat (_nl_unload_domain): Cast away const
4543         in call to __gettext_free_exp.
4545         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
4546         unitialized wstring/wpattern var warnings.
4548         * posix/runtests.c (struct a_test): Make data field const char *.
4550         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
4551         vars if not LDBL_MANT_DIG >= 106.
4553         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
4555         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
4556         __find_specmb to avoid warning.
4558         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
4560         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
4561         to avoid warnings.
4563         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
4564         initializer.
4566         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
4567         tv var when it will be actually used.
4569         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
4570         to avoid warnings.
4572         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
4573         char array resp. pointer.
4574         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
4575         char array.
4576         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
4577         to const unsigned char **.
4578         (ucs4_to_cns11643): Change second argument to unsigned char *.
4579         * iconvdata/euc-tw.c (BODY): Change endp type to
4580         const unsigned char *.
4581         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
4582         to unsigned char *.
4583         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
4584         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
4585         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
4586         types to unsigned char pointers/arrays instead of char.
4587         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
4588         to unsigned char *.
4589         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
4590         * iconvdata/jis0212.h: Include assert.h.
4591         (ucs4_to_jisx0212): Change second argument to unsigned char *.
4592         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
4593         of trying to handle that.
4594         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
4595         shut up a warning.
4596         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
4597         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
4598         two dimensional const unsigned char arrays.
4599         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
4600         Initialize endp to inptr to shut up a warning.
4602 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
4604         [BZ #4772]
4605         * time/strptime_l.c (__strptime_internal): Silently ignore
4606         strftime modifiers and field width in recursive calls.
4608         * include/time.h (enum ptime_locale_status): Remove.
4609         (__strptime_internal): Remove decided and era_cnt arguments,
4610         add statep argument.
4611         * time/strptime_l.c (__strptime_internal): Remove decided
4612         and era_cnt arguments, add statep argument.  Don't recompute
4613         any fields in recursive calls, only update caller's tm
4614         and state, if recursive call fails, don't change tm nor
4615         any state.
4616         (get_alt_number): Adjust.
4617         (recursive): Adjust caller.
4618         (strptime): Likewise.
4619         * time/strptime.c (strptime): Likewise.
4621 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
4623         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
4624         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
4625         if from and to charsets are the same.
4626         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
4627         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
4628         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
4630 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
4632         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
4633         Don't define wint_t when __need_mbstate_t unless it
4634         is necessary.
4635         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
4636         in the typedef if possible.
4637         * wctype/wctype.h (wint_t): Define by including
4638         wchar.h with __need_wint_t instead of including stddef.h
4639         with __need_wint_t and as fallback definining it ourselves.
4640         * iconv/gconv.h (__need_wint_t): Define before including
4641         wchar.h.
4642         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
4643         or _GLIBCPP_USE_WCHAR_T.
4644         (__need_wchar_t): Don't define
4645         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
4646         (__need_wint_t): Don't define before including stddef.h,
4647         define before including wchar.h only if _LIBC or
4648         _GLIBCPP_USE_WCHAR_T.
4649         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
4650         * sysdeps/mach/hurd/_G_config.h: Likewise.
4651         * sysdeps/generic/_G_config.h: Likewise.
4652         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
4653         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
4654         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
4655         if _LIBC or _GLIBCPP_USE_WCHAR_T.
4657 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
4659         * sysdeps/posix/posix_fallocate64.c: Undefine
4660         __posix_fallocate64_l64 before alias handling.
4661         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
4662         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
4663         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
4664         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
4666         * io/tst-posix_fallocate.c: Include <fcntl.h>.
4668 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
4670         * locale/programs/ld-collate.c (atwc): New variable.
4671         (add_to_tablewc): New toplevel function, moved from collate_output.
4672         (collate_output): Remove add_to_tablewc nested function.
4674         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
4675         (name_insert): New function.
4676         (write_output): Remove hash_table and hash_size vars and name_insert
4677         nested function.
4679 2007-07-24  Roland McGrath  <roland@redhat.com>
4681         * Makerules (install-others-programs-nosubdir): New target.
4682         (install-no-libc.a-nosubdir): Depend on it.
4684         * iconv/Makefile (install-others-programs): Set this instead of
4685         install-others.
4686         * login/Makefile (install-others-programs): Likewise.
4687         * posix/Makefile (install-others-programs): Likewise.
4689         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
4690         dependencies.
4692 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
4694         * io/Makefile (tests): Add tst-posix_fallocate.
4695         * io/tst-posix_fallocate.c: New file.
4697         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4698         __ASSUME_FALLOCATE.
4700 2007-07-22  Roland McGrath  <roland@frob.com>
4702         * hurd/getdport.c: Add missing copyright year update.
4704         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
4705         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
4707 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
4709         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
4711         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
4712         O_CLOEXEC is needed.
4713         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
4714         Avoid additional fcntl to set O_CLOEXEC if not needed.
4715         * nis/nss_compat/compat-initgroups.c: Likewise.
4716         * nis/nss_compat/compat-pwd.c: Likewise.
4717         * nis/nss_compat/compat-spwd.c: Likewise.
4719 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4721         [BZ #3665]
4722         * manual/errno.texi: Change ECANCELED value to 119.
4724         [BZ #4610]
4725         * mach/lock-intern.h: Include <sys/cdefs.h>.
4727         [BZ #4178]
4728         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
4729         reading A.
4731         [BZ #4126]
4732         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
4733         to __sigsuspend.
4735         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
4737 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
4739         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
4740         `__ASSEMBLER__'.
4741         * sysdeps/mach/hurd/i386/tls.h: Likewise.
4743 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
4745         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
4746         descriptor received from nscd.
4748         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
4750         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
4751         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4752         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4753         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4754         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4755         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4757 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
4759         [BZ #4816]
4760         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
4762         [BZ #4813]
4763         * login/forkpty.c (forkpty): Close master and slave fds on
4764         fork failure.  Patch by
4765         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
4767 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
4769         * include/features.h (__USE_ISOC95): New define.
4770         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
4771         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
4772         for -std=iso9899:199409.
4773         * CONFORMANCE: Remove comments about unsupported AMD1.
4775 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
4777         * sysdeps/ia64/sched_cpucount.c: New file.
4778         * sysdeps/powerpc/sched_cpucount.c: New file.
4780         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
4781         __BEGIN_DECLS/__END_DECLS around the prototype.
4782         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
4783         pointer to const cpu_set_t.
4785         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
4786         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
4787         __need_size_t and include stddef.h.
4788         * sysvipc/sys/msg.h: Likewise.
4789         * posix/sched.h: Likewise.
4790         * hurd/hurd/signal.h (__need_size_t): Define.
4792         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
4793         neither does signal.h in pedantic ISO C namespaces.  stdio.h
4794         no longer defines wint_t or wchar_t.
4796         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
4797         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
4798         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
4799         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
4800         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
4801         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
4802         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
4803         * debug/printf_chk.c (__printf_chk): Likewise.
4804         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
4805         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
4807         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
4808         Define.
4810         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
4811         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
4813 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
4815         [BZ #4792]
4816         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
4817         * malloc/malloc.h (realloc): Likewise.
4819         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
4820         if one of proc_file_chain streams has that fileno.
4821         * stdio-common/Makefile (tests): Add tst-popen2.
4822         * stdio-common/tst-popen2.c: New test.
4824 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
4826         * elf/ldconfig.c: Allow GPLv2 or any later version.
4827         * elf/readlib.c: Likewise.
4828         * elf/chroot_canon.c: Likewise.
4829         * elf/cache.c: Likewise.
4830         * nscd/mem.c: Likewise.
4831         * nscd/getpwuid_r.c: Likewise.
4832         * nscd/grpcache.c: Likewise.
4833         * nscd/aicache.c: Likewise.
4834         * nscd/getsrvbynm_r.c: Likewise.
4835         * nscd/nscd.c: Likewise.
4836         * nscd/servicescache.c: Likewise.
4837         * nscd/getsrvbypt_r.c: Likewise.
4838         * nscd/initgrcache.c: Likewise.
4839         * nscd/gethstbyad_r.c: Likewise.
4840         * nscd/gethstbynm2_r.c: Likewise.
4841         * nscd/getgrnam_r.c: Likewise.
4842         * nscd/nscd_setup_thread.c: Likewise.
4843         * nscd/getpwnam_r.c: Likewise.
4844         * nscd/gai.c: Likewise.
4845         * nscd/connections.c: Likewise.
4846         * nscd/dbg_log.c: Likewise.
4847         * nscd/cache.c: Likewise.
4848         * nscd/hstcache.c: Likewise.
4849         * nscd/nscd_conf.c: Likewise.
4850         * nscd/getgrgid_r.c: Likewise.
4851         * nscd/pwdcache.c: Likewise.
4852         * catgets/gencat.c: Likewise.
4853         * locale/programs/linereader.h: Likewise.
4854         * locale/programs/locarchive.c: Likewise.
4855         * locale/programs/ld-paper.c: Likewise.
4856         * locale/programs/locfile-kw.h: Likewise.
4857         * locale/programs/ld-address.c: Likewise.
4858         * locale/programs/xmalloc.c: Likewise.
4859         * locale/programs/ld-time.c: Likewise.
4860         * locale/programs/localedef.c: Likewise.
4861         * locale/programs/simple-hash.c: Likewise.
4862         * locale/programs/xstrdup.c: Likewise.
4863         * locale/programs/ld-numeric.c: Likewise.
4864         * locale/programs/locfile-kw.gperf: Likewise.
4865         * locale/programs/ld-collate.c: Likewise.
4866         * locale/programs/charmap-kw.gperf: Likewise.
4867         * locale/programs/charmap.h: Likewise.
4868         * locale/programs/charmap-kw.h: Likewise.
4869         * locale/programs/config.h: Likewise.
4870         * locale/programs/locfile.c: Likewise.
4871         * locale/programs/ld-ctype.c: Likewise.
4872         * locale/programs/charmap.c: Likewise.
4873         * locale/programs/ld-messages.c: Likewise.
4874         * locale/programs/repertoire.h: Likewise.
4875         * locale/programs/locale.c: Likewise.
4876         * locale/programs/ld-name.c: Likewise.
4877         * locale/programs/linereader.c: Likewise.
4878         * locale/programs/locfile.h: Likewise.
4879         * locale/programs/3level.h: Likewise.
4880         * locale/programs/ld-monetary.c: Likewise.
4881         * locale/programs/ld-measurement.c: Likewise.
4882         * locale/programs/charmap-dir.c: Likewise.
4883         * locale/programs/ld-identification.c: Likewise.
4884         * locale/programs/localedef.h: Likewise.
4885         * locale/programs/charmap-dir.h: Likewise.
4886         * locale/programs/repertoire.c: Likewise.
4887         * locale/programs/simple-hash.h: Likewise.
4888         * locale/programs/ld-telephone.c: Likewise.
4889         * locale/programs/locale-spec.c: Likewise.
4890         * locale/programs/locfile-token.h: Likewise.
4891         * posix/getconf.c: Likewise.
4892         * iconv/dummy-repertoire.c: Likewise.
4893         * iconv/iconv_charmap.c: Likewise.
4894         * iconv/iconvconfig.c: Likewise.
4895         * iconv/iconv_prog.c: Likewise.
4896         * malloc/memusagestat.c: Likewise.
4897         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
4899 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4901         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
4902         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
4903         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
4904         check for the first argument.
4906 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
4908         [BZ #4775]
4909         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
4910         (__tgmath_real_type): Fix if expr is const int or other const
4911         qualified integral type.
4912         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
4913         expressions and handle const qualified arguments.
4914         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
4915         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
4916         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
4917         statement expressions.
4918         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
4919         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
4920         (__TGMATH_UNARY_IMAG): Define.
4921         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
4922         * math/Makefile (tests): Add test-tgmath2.
4923         (CFLAGS-test-tgmath2.c): Add.
4924         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
4925         count_cfloat, count_cldouble): New variables.
4926         (NCCALLS): Define.
4927         (main): Check number of complex calls as well.
4928         (F(compile_test)): Add complex tests and tests with const qualified
4929         arguments.
4930         (y, z, ccount): Define.
4931         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
4932         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
4933         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
4934         F(cproj)): New functions.
4935         * math/test-tgmath2.c: New test.
4937 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
4939         [BZ #4776]
4940         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
4941         RPATH etc. as "/" rather than "", don't segfault on empty paths,
4942         instead output ".".
4943         * dlfcn/Makefile (distribute): Add glreflib3.c.
4944         (module-names): Add glreflib3.
4945         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
4946         glreflib1.so.
4947         (LDFLAGS_glreflib3.so): New.
4948         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
4949         glreflib1.so.
4950         * dlfcn/glreflib3.c: New file.
4952         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
4953         returned -1, return NULL.
4954         * intl/explodename.c (_nl_explode_name): Return -1 if
4955         _nl_normalize_codeset failed.
4957 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
4959         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
4960         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
4961         and avoid branch misspredicts for > 31 bytes memset case.
4962         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4963         Remove toc ref to __cache_line_size.
4965         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
4966         to get ISA-V2.0 branch hints.
4967         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
4968         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
4969         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
4970         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
4971         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
4972         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
4973         Remove toc ref to __cache_line_size.
4975         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
4976         Include math_ldbl_opt.h.
4978 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
4980         [BZ #4773]
4981         * time/strptime_l.c (__strptime_internal): Implement greedy
4982         matching of weekday and month names.
4984 2007-07-09  Roland McGrath  <roland@redhat.com>
4986         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
4987         (ELF_NOTE_ABI): Use it.
4988         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
4990 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
4992         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
4993         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
4995 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
4997         [BZ #4745]
4998         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
4999         in loop to look for conversion specifier to avoid testing of
5000         wrong errno value.
5001         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
5002         * stdio-common/bug18.c: New file.
5003         * stdio-common/bug18a.c: New file.
5004         * stdio-common/bug19.c: New file.
5005         * stdio-common/bug19a.c: New file.
5007 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
5009         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
5010         running awk script.
5012 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
5014         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
5015         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
5016         Return NULL if mmap failed instead of asserting it does not.
5017         (calloc): Check for integer overflow.
5019         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
5020         than LONG_MAX / 10.
5022 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
5024         [BZ #4702]
5025         * nis/nss-default.c: Include errno.h.
5026         (init): Preserve errno.
5028 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
5030         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
5032 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
5034         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
5036 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5038         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
5040 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5042         * sysdeps/s390/dl-procinfo.c: New file.
5043         * sysdeps/s390/dl-procinfo.h: New file.
5044         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
5046 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
5048         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
5049         in PT_NOTE segments with multiple notes.
5050         * elf/readelflib.c (process_elf_file): Likewise.
5052 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
5054         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
5055         ISO C compliant.
5057 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5059         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
5061 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
5063         * include/link.h: Don't include rtld-lowlevel.h.
5064         (struct link_map): Remove l_scope_lock.
5065         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
5066         (_dl_scope_free_list): New field (variable) in _rtld_global.
5067         (DL_LOOKUP_SCOPE_LOCK): Remove.
5068         (_dl_scope_free): New prototype.
5069         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
5070         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
5071         (_dl_profile_fixup): Likewise.
5072         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
5073         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
5074         THREAD_GSCOPE_RESET_FLAG around it.
5075         * elf/dl-close.c (_dl_close_worker): Don't use
5076         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
5077         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
5078         scopes were queued or if l_scope_mem has been abandoned.
5079         * elf/dl-open.c (_dl_scope_free): New function.
5080         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
5081         * elf/dl-support.c (_dl_scope_free_list): New variable.
5082         * elf/dl-lookup.c (add_dependency): Remove flags argument.
5083         Remove DL_LOOKUP_SCOPE_LOCK handling.
5084         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
5085         handling.
5086         * elf/dl-object.c (_dl_new_object): Don't use
5087         __rtld_mrlock_initialize.
5089 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5091         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
5092         to fill in holes
5093         (rtld_global_ro): Likewise.
5095 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5097         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
5098         Move PT_LOAD checking to...
5099         (_dl_addr_inside_object): ... here, new function.
5100         * elf/dl-sym.c (do_sym): If not l_contiguous,
5101         call _dl_addr_inside_object.
5102         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
5103         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
5104         * elf/dl-open.c (dl_open_worker): Likewise.
5105         (_dl_addr_inside_object): New function if IS_IN_rtld.
5106         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
5107         holes are present or are PROT_NONE protected.
5108         * include/link.h (struct link_map): Add l_contiguous field.
5109         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
5111 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5112             Tomas Janousek  <tjanouse@redhat.com>
5113             Ulrich Drepper  <drepper@redhat.com>
5115         [BZ #4647]
5116         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
5117         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
5118         socket.
5119         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
5120         unused member a bitmap.
5121         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
5122         servers are configured.
5124 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5126         * elf/rtld.c (dl_main): Don't call init_tls more than once.
5128 2007-06-17  Andreas Schwab  <schwab@suse.de>
5130         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
5132 2007-06-16  Andreas Jaeger  <aj@suse.de>
5134         [BZ #4125]
5135         * sysdeps/unix/sysv/linux/sys/ptrace.h
5136         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
5137         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
5138         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
5139         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
5140         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
5141         Define.
5142         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
5143         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
5144         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
5145         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
5147 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
5149         [BZ #4599]
5150         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
5151         determining whether there are IPv4/IPv6 addresses, ignore loopback
5152         addresses.
5154 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
5156         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
5157         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
5158         as the return type.  Change type of "r" variable to CMPtype.
5159         * soft-fp/eqsf2.c (__eqsf2): Likewise.
5160         * soft-fp/eqtf2.c (__eqtf2): Likewise.
5161         * soft-fp/gedf2.c (__gedf2): Likewise.
5162         * soft-fp/gesf2.c (__gesf2): Likewise.
5163         * soft-fp/getf2.c (__getf2): Likewise.
5164         * soft-fp/ledf2.c (__ledf2): Likewise.
5165         * soft-fp/lesf2.c (__lesf2): Likewise.
5166         * soft-fp/letf2.c (__letf2): Likewise.
5167         * soft-fp/unorddf2 (__unorddf2): Likewise.
5168         * soft-fp/unordsf2 (__unordsf2): Likewise.
5169         * soft-fp/unordtf2 (__unordtf2): Likewise.
5171 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
5173         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
5174         make sure gcc doesn't mess around with this.
5176 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5178         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
5180 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
5182         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
5183         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
5184         at most once per _dl_close_worker.
5186 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5188         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
5189         __sched_cpucount as const.
5190         * posix/sched_cpucount.c: Adjust.
5192         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
5193         instruction for counting bits.
5194         * sysdeps/x86_64/sched_cpucount.c: New file.
5196 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
5198         * configure.in: Avoid variable named BASH.
5199         * config.make.in: Likewise.
5200         Patch in part by Mike Frysinger.
5202 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
5204         [BZ #4586]
5205         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
5206         pseudo-zeros as zero.
5207         * sysdeps/x86_64/ldbl2mpn.c: New file.
5208         * sysdeps/ia64/ldbl2mpn.c: New file.
5210 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5212         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
5213         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
5214         Remove unreachable code at the end.
5216 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
5218         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
5219         ldbl-128ibm in comment.
5220         (fpclassifyl): Correct classification of denormals.
5221         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
5222         return value for MIN denormal. Rewrite using long double math too
5223         correctly handle denormals and canonicalize the results.
5225 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
5227         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
5228         (__mpn_construct_long_double): Fix conversion where result ought
5229         to be smaller than __LDBL_MIN__, or the low double should be
5230         denormal.  Fix decision where to negate low double - honor round
5231         to even rules.
5232         * stdio-common/tst-sprintf2.c: Include string.h.
5233         (COMPARE_LDBL): Define.
5234         (TEST): Also test whether a string hexadecimal float representation
5235         can be parsed back to the number.
5236         (main): Add a couple of further tests.
5238 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5240         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
5241         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
5242         is non-zero, but smaller than 2 * __DBL_MIN__.
5243         * stdio-common/tst-sprintf2.c: New test.
5244         * stdio-common/Makefile (tests): Add tst-sprintf2.
5246         * math/test-misc.c (main): Don't run last batch of tests with
5247         IBM long double format.
5249 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5251         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
5252         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
5253         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
5254         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
5255         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
5256         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
5257         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
5258         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
5259         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
5260         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
5261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
5262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
5263         New file.
5264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
5265         New file.
5266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
5267         New file.
5268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
5269         New file.
5270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
5271         New file.
5272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
5273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
5274         New file.
5275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
5276         New file.
5277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
5278         New file.
5279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
5280         New file.
5281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
5282         New file.
5284 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5286         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
5287         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
5288         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
5289         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
5290         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
5291         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
5292         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
5293         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
5295 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
5297         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
5298         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5299         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
5300         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5301         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
5302         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5303         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
5304         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5306 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
5308         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
5309         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
5310         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
5311         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
5313 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
5315         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
5316         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
5318 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
5320         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
5321         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
5322         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
5323         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
5325 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
5327         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
5328         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
5330 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
5332         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
5333         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
5335         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
5336         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
5337         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
5338         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
5340 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
5342         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
5343         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
5344         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
5345         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
5347 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
5349         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
5350         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
5351         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
5352         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
5353         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
5354         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
5356 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
5358         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
5359         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
5360         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
5361         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
5363 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
5365         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
5366         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
5367         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
5368         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
5369         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
5370         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
5371         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
5372         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
5373         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
5374         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
5375         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
5376         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
5377         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
5378         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
5379         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
5380         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
5382 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
5384         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
5385         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
5387 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
5389         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
5390         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
5392 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5394         * sysdeps/powerpc/powerpc32/970/Implies: New file.
5395         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
5396         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
5397         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
5398         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
5399         * sysdeps/powerpc/powerpc64/970/Implies: New file.
5400         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
5401         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
5402         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
5403         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
5405 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
5407         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
5409 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
5411         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
5412         branch miss-predicts. Ensure that cache line crossing does not impact
5413         dispatch grouping.
5415 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
5417         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
5418         "../../powerpc32/power4/memcopy.h".
5419         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
5420         "../../powerpc32/power4/wordcopy.c".
5422 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
5424         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
5425         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
5426         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
5427         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
5428         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
5429         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
5431 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
5433         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
5435 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
5437         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
5438         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
5439         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
5440         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
5441         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
5442         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
5443         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
5444         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
5446 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
5448         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
5450 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
5452         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
5453         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
5454         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
5455         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
5456         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
5457         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
5458         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
5460 2007-05-29  Roland McGrath  <roland@redhat.com>
5462         * po/Makefile (po-sed-cmd): New variable.
5463         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
5465 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
5467         * crypt/md5-crypt.c: Fix comment.
5469         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
5470         of crashing.  When this is the case or if the reply is malformed,
5471         don't try to close the new file descriptor since it does not
5472         exist.
5473         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
5475 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
5477         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
5478         if __NR_utimensat is not defined.
5480 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
5482         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
5484 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
5486         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
5487         (open): Fix comment typos.  Don't call __open_2 if flags
5488         is a compile time constant without O_CREAT.
5489         (__open64_2): Add nonnull attribute.
5490         (open64): Fix comment typos.  Don't call __open64_2 if flags
5491         is a compile time constant without O_CREAT.
5492         (__openat_2): Add nonnull attribute, fix nonnull attribute
5493         on redirect.
5494         (openat): Fix comment typos.  Don't call __openat_2 if flags
5495         is a compile time constant without O_CREAT.
5496         (__openat64_2): Add nonnull attribute, fix nonnull attribute
5497         on redirect.
5498         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
5499         is a compile time constant without O_CREAT.
5501 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
5503         * Makerules (sysd-rules): Define PTW for ptw-* files.
5504         * Versions: Define GLIBC_2.7 for libc.
5505         * include/stdio.h: Declare __fortify_fail.
5506         * debug/fortify_fail.c: New file.
5507         * debug/Makefile (routines): Add fortify_fail.
5508         * debug/chk_fail.c: Use __fortify_fail.
5509         * debug/stack_chk_fail.c: Likewise.
5510         * io/Versions: Export __open_2, __open64_2, __openat_2, and
5511         __openat64_2 for GLIBC_2.7.
5512         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
5513         * io/open.c: Define *_2 variant of function which checks for O_CREAT
5514         and fails if necessary.
5515         * io/open64.c: Likewise.
5516         * io/openat.c: Likewise.
5517         * io/openat64.c: Likewise.
5518         * sysdeps/unix/sysv/linux/open64.c: Likewise.
5519         * sysdeps/unix/sysv/linux/openat.c: Likewise.
5520         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
5521         * io/bits/fcntl2.h: New file.
5522         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
5523         __openat64_2.
5524         * include/bits/fcntl2.h: New file.
5525         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
5526         Add open_2.
5527         * sysdeps/unix/sysv/linux/open_2.c: New file.
5529 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
5531         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
5532         as second parameter to handle_intel.
5534         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
5535         the entry.
5537         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
5538         handling to ...
5539         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
5540         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
5541         cacheinfo.
5542         * sysdeps/x86_64/memcpy.S: Complete rewrite.
5543         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
5544         Patch by Evandro Menezes <evandro.menezes@amd.com>.
5546         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
5548 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
5550         [BZ #4525]
5551         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
5552         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
5553         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
5555         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
5557         [BZ #4514]
5558         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
5559         reinitialize workend at the start of each do_positional format spec
5560         loop, free workstart before do_positional loops.
5561         (printf_unknown): Fix size of work_buffer.
5562         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
5564         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
5565         (public_sET_STATe): If ms->version < 3, put all chunks into
5566         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
5567         chunks.
5569         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
5570         * malloc/hooks.c: Likewise.
5571         * malloc/arena.c: Likewise.
5572         * malloc/malloc.c (do_check_malloc_state): Don't assert
5573         n_mmaps is not greater than n_mmaps_max.  This removes the need
5574         for the previous change.
5576         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
5577         2007-05-07 commit.
5579 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
5581         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
5582         Define for kernel >= 2.6.22.
5584 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
5586         * elf/dl-close.c (_dl_close_worker): When removing object from
5587         global scope, wait for all lookups to finish afterwards.
5588         * elf/dl-open.c (add_to_global): When global scope array must
5589         grow, allocate a new one and free old array only after all
5590         lookups finish.
5591         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
5592         (_dl_lookup_symbol_x): Likewise.
5593         * elf/dl-support.c: Define _dl_wait_lookup_done.
5594         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
5595         _dl_wait_lookup_done.
5597         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
5598         not overlapping with arena.
5600         * malloc/mcheck.c (reallochook): If size==0, free the block.
5602         * rt/tst-shm.c: Use fstat64 instead of fstat.
5604         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
5605         __NR_sync_file_range is not defined.
5607 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
5609         Dummy files to prevent stub versions from being used.
5610         * sysdeps/x86_64/fpu/k_cosl.c: New file.
5611         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
5612         * sysdeps/x86_64/fpu/k_sinl.c: New file.
5613         * sysdeps/x86_64/fpu/k_tanl.c: New file.
5615         * version.h (VERSION): Set to 2.6.90.
5617 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
5619         * version.h (VERSION): Define to 2.6.
5620         * include/features.h (__GLIBC_MINOR__): Define to 6.
5622         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
5624         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
5625         sizes.
5627 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
5629         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
5630         number of mmaps.  n_mmaps_max is the target.
5631         * malloc/hooks.c: Likewise.
5632         * malloc/arena.c: Likewise.
5634 2007-05-12  Andreas Jaeger  <aj@suse.de>
5636         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
5637         getpid.
5639 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
5641         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
5642         adding new variables.
5644         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
5645         optimize.  Completely extend global scope array before making the
5646         new entries visible.
5648 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
5650         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
5651         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
5652         tst-getcpu.
5654         * include/link.h: Move l_version and l_nversion members around to
5655         fill gaps.
5657         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
5659         * sysdeps/unix/sysv/linux/sched_setaffinity.c
5660         (__sched_setaffinity_new): If syscall was successful and
5661         RESET_VGETCPU_CACHE is defined, use it before returning.
5662         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
5664         * io/sys/stat.h: Make sure struct timespec is defined for
5665         __USE_ATFILE.
5667         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
5668         UTIME_OMIT.
5669         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
5670         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
5671         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
5672         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
5673         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
5674         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
5675         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
5676         * io/sys/stat.h: Declare utimensat, futimens.
5677         * io/utimensat.c: New file.
5678         * io/futimens.c: New file.
5679         * sysdeps/unix/sysv/linux/utimensat.c: New file.
5680         * sysdeps/unix/sysv/linux/futimens.c: New file.
5681         * io/Makefile (routines): Add utimensat, futimens.
5682         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
5683         * sysdeps/unix/sysv/linux/lutimes.c: New file.
5684         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
5685         available.
5687         * include/sys/cdefs.h: Redefine __nonnull so that test for
5688         incorrect parameters in the libc code itself are not omitted.
5690 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
5692         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
5693         exception in addition to inexact when asked to raise only FE_INEXACT.
5695         [BZ #3427]
5696         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
5697         in *envp.
5699 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
5701         [BZ #4403]
5702         * string/strfry.c (strfry): Make result more random.
5704 2007-05-07  Richard Henderson  <rth@redhat.com>
5706         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
5707         if __NO_LONG_DOUBLE_MATH.
5708         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
5709         available in the compiler, add .arch directive to the assembly.
5711 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
5713         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
5714         compat_symbol to GLIBC_2_1.
5715         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
5716         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
5717         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
5718         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
5719         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
5720         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
5721         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
5722         libc, not libm.
5723         (__isnanl): New compat_symbol.
5725 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
5726             Jakub Jelinek  <jakub@redhat.com>
5728         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
5729         (new_heap): Initialize mprotect_size.
5730         (grow_heap): When growing, only mprotect from mprotect_size till
5731         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
5732         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
5734 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
5735             Peter Bergner  <bergner@us.ibm.com>
5737         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
5738         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
5739         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
5740         * sysdeps/powerpc/fpu/fe_mask.c: New file.
5741         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
5742         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
5743         Call __fe_mask_env() if all FP exceptions disabled.
5744         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
5745         from old FPSCR to new fenv to propagate DFP rounding modes.
5746         Call __fe_mask_env() if FP exceptions previously enabled.
5747         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
5748         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
5749         transitioning from all exceptions disabled to any exception enabled
5750         or visa versa.
5751         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
5752         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
5753         when transitioning from all exceptions disabled to any exception
5754         enabled or visa versa.
5755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
5756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
5757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
5758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
5759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
5760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
5762 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
5764         [BZ #4465]
5765         * posix/unistd.h: Remove __THROW from fdatasync.
5767 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
5769         [BZ #4465]
5770         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
5772 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
5774         * stdio-common/vfprintf.c (process_string_arg): Optimize
5775         ridiculous precision in wide char code printing multi-byte string.
5776         Reported by Jim Meyering <jim@meyering.net>.
5778         [BZ #4131]
5779         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
5780         boundaries to work around systems with overlapping binary loading.
5781         Based on a patch by Suzuki <suzuki@in.ibm.com>.
5783 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
5785         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
5786         __mbsnrtowcs after last change.
5788         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
5789         (get_ident): Likewise.
5791 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
5793         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
5794         with setting the sticky bit.
5795         * math/test-misc.c (main): Add more truncation tests.
5797 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
5799         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
5800         double in the function declaration.
5801         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
5802         double in the function declaration.
5803         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
5804         float in the function declaration.
5805         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
5806         float in the function declaration.
5808         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
5809         denormal operands.  Do not generate FP_EX_DENORM exception.
5810         (FP_UNPACK_RAW_EP): Ditto.
5811         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
5812         undefined _FP_UNPACK_RAW_E.
5813         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
5814         undefined _FP_UNPACK_RAW_EP.
5815         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
5816         undefined _FP_PACK_RAW_E.
5817         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
5818         undefined _FP_PACK_RAW_EP.
5820         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
5821         _FP_FRAC_COPY_2.
5822         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
5823         _FP_FRAC_COPY_4.
5825 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
5826             Jakub Jelinek  <jakub@redhat.com>
5828         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
5829         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
5830         this case.
5831         * soft-fp/op-common.h (FP_TRUNC): Ditto.
5833 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
5835         * math/test-misc.c (main): Add tests for rounding long double
5836         values close to smallest double denormalized value to double.
5838 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
5840         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
5841         condition for truncating to 0.  Set sticky bit for such
5842         truncation.
5844 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
5846         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
5847         fixed length array for ignore.
5849 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
5851         [BZ #4438]
5852         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
5853         stack for large precisions.
5854         * stdio-common/test-vfprintf.c (main): Add test for large
5855         precision.
5857 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
5859         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
5860         for exponent 0.
5861         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
5863         [BZ #4439]
5864         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
5865         account in the size check.
5866         * resolv/tst-inet_ntop.c: New test.
5867         * resolv/Makefile (tests): Add tst-inet_ntop.
5869 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
5870             Jakub Jelinek  <jakub@redhat.com>
5872         [BZ #4349]
5873         * malloc/malloc.c: Keep separate list for first blocks on the bin
5874         lists with a given size.  This helps skipping over list elements
5875         we know won't fit in two places.
5876         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
5878 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
5880         [BZ #4102]
5881         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
5882         label to Teredo tunnel addresses 2001://32.
5884 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
5886         * locale/programs/ld-collate.c (collate_read): Allow order_start
5887         after copy.
5889         * locale/programs/ld-collate.c (collate_read): Fix printing of
5890         error message.
5892         [BZ #3213]
5893         * locale/C-translit.h.in: Add entry for U2044.
5895         [BZ #4342]
5896         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
5897         hexa-decimal floats without exponent.
5898         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
5900 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
5902         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
5903         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
5904         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
5905         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
5906         GLIBC_2.6.
5907         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
5908         Add sched_getcpu.
5910 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
5912         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
5913         of 0 after the out_fail label.
5915 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
5917         [BZ #4406]
5918         * iconv/gconv_charset.h (strip): Allow ':'.
5919         * iconv/iconv_open.c (iconv_open): Adjust comment.
5921 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
5923         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
5924         version.
5926 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
5928         [BZ #4381]
5929         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
5930         alignment of buffer and tmp_buffer.
5931         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
5932         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
5933         alignment of buffer.
5934         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
5935         bigger than INT_MAX.
5936         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
5937         h_errnop arguments.  Fail if buflen is too small.
5938         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
5940 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
5942         [BZ #4405]
5943         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
5944         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
5946 2007-04-22  Roland McGrath  <roland@redhat.com>
5948         * elf/elf.h (NT_PRXFPREG): New macro.
5950 2007-04-19  Andreas Jaeger  <aj@suse.de>
5952         [BZ #3905]
5953         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
5954         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
5955         Added.
5957 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
5959         * include/sys/mman.h: Mark madvise hidden.
5960         * misc/madvise.c: Add libc_hidden_def.
5962 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
5964         * nis/nis_domain_of.c (__nis_domain_of): New function.
5965         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
5966         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
5967         * nis/nis_call.c (rec_dirsearch): Likewise.
5968         (first_shoot): Likewise.  Remove search_parent_first argument.
5969         (struct nis_server_cache): Rename search_parent_first field
5970         to search_parent.
5971         (nis_server_cache_search, nis_server_cache_add): Rename
5972         search_parent_first argument to search_parent.
5973         (__nisfind_server): Likewise.  If search_parent, call
5974         __nis_domain_of.
5976 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
5978         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
5980 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
5982         [BZ #4368]
5983         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
5985 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
5987         [BZ #4364]
5988         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
5990 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
5992         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
5993         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
5994         current number of locales in SUPPORTED.
5995         (create_archive): Initialize serial.
5996         (enlarge_archive): Preserve aliases rather than duplicating
5997         their locrecs.
5999 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6001         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
6002         after _IO_un_link, not before it.
6004         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
6005         special case handling when wcp == wstartp + 1.  Fix a comment typo.
6006         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
6008 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
6010         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
6011         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
6012         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
6013         Remove __THROW.
6014         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
6015         _IO_file_xsgetn_maybe_mmap): Likewise.
6016         * libio/oldfileops.c (old_do_write): Likewise.
6017         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
6018         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
6019         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
6020         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
6021         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
6022         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
6023         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
6024         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
6025         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
6026         _IO_file_underflow, _IO_file_underflow_mmap,
6027         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
6028         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
6029         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
6030         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
6031         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
6032         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
6033         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
6034         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
6035         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
6036         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
6037         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
6038         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
6039         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
6040         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
6041         _IO_adjust_column_internal, _IO_default_uflow_internal,
6042         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
6043         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
6044         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
6045         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
6046         _IO_file_close_it_internal, _IO_file_underflow_internal,
6047         _IO_file_overflow_internal, _IO_file_attach_internal,
6048         _IO_file_fopen_internal, _IO_file_sync_internal,
6049         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
6050         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
6051         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
6052         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
6053         _IO_seekpos_unlocked): Likewise.
6054         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
6055         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
6057 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
6059         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
6060         argument in xmalloc size computation.
6062 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6064         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
6065         math_opt_barrier and math_force_eval macros.
6067 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6069         [BZ #3306]
6070         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
6071         * sysdeps/i386/fpu/math_private.h: New file.
6072         * sysdeps/x86_64/fpu/math_private.h: New file.
6073         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
6074         math_force_eval macros.  Use "+m" constraint on asm rather than
6075         "=m" and "m".
6076         * math/s_nextafter.c (__nextafter): Likewise.
6077         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
6078         Likewise.
6079         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
6080         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
6081         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
6082         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
6083         math_opt_barrier and math_force_eval macros.
6084         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
6085         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
6086         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
6087         (__nexttoward): Use math_opt_barrier and
6088         math_force_eval macros.  Use "+m" constraint on asm rather than
6089         "=m" and "m".  Only use asm to force double result if
6090         FLT_EVAL_METHOD is 2.
6091         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
6092         (__nexttowardf): Use math_opt_barrier and
6093         math_force_eval macros.  Use "+m" constraint on asm rather than
6094         "=m" and "m".  Only use asm to force double result if
6095         FLT_EVAL_METHOD is not 0.
6096         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
6097         (__nexttowardf): Use math_opt_barrier and
6098         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6099         x to float using asm.
6100         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
6101         (__nldbl_nexttowardf): Use math_opt_barrier and
6102         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6103         x to float using asm.
6104         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
6105         (__nexttowardf): Use math_opt_barrier and math_force_eval
6106         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
6107         * math/bug-nextafter.c (zero, inf): New variables.
6108         (main): Add new tests.
6109         * math/bug-nexttoward.c (zero, inf): New variables.
6110         (main): Add new tests.
6112 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6114         [BZ #3427]
6115         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
6116         exceptions both in SW and MXCSR.
6117         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
6118         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
6119         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
6120         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6121         in MXCSR if SSE is available.
6122         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
6123         and ldsodefs.h.
6124         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
6125         Fix comment typo.
6126         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
6127         Return 0 rather than 1.
6128         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
6129         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
6130         * math/test-fenv.c (feholdexcept_tests): New function.
6131         (main): Call it.
6133 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
6135         [BZ #3427]
6136         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6137         in SW.
6139 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6141         [BZ #4344]
6142         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
6143         Reported by David Anderson <davea42@earthlink.net>.
6145 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
6147         * posix/sys/wait.h: Remove unnecessary forward declaration.
6149 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
6151         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
6152         with obj->do_servers after first_shoot.
6154 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
6156         * posix/Makefile (routines): Add sched_cpucount.
6157         (tests): Add tst-cpucount.
6158         * posix/sched_cpucount.c: New file.
6159         * posix/tst-cpucount.c: New file.
6160         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
6161         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
6162         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
6163         * posix/sched.h: Define CPU_COUNT.
6165 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6167         * posix/fnmatch.c (STRUCT): Define.
6168         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
6169         * posix/fnmatch_loop.c (struct STRUCT): New type.
6170         (FCT): Add ends argument.  If ends != NULL and normal * is
6171         seen in the pattern, store current pattern and string pointers
6172         and return.  Adjust recursive calls.
6173         (EXT): Adjust FCT callers.
6174         (STRUCT): Undef at the end of the file.
6175         * posix/Makefile (tests): Add tst-fnmatch2.
6176         * posix/tst-fnmatch2.c: New test.
6178 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6180         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
6181         and 1 on failure.
6183         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
6184         Change last argument to unsigned int.
6186 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
6188         * scripts/check-local-headers.sh: Filter out sys/capability.h.
6190 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6192         * config.h.in (HAVE_LIBCAP): Add.
6193         * nscd/selinux.h: Include sys/capability.h rather than non-existent
6194         sys/capabilities.h.
6195         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
6196         free_caps.  Cast away const from 4th cap_set_flag argument.
6198 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
6200         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
6201         GLIBC_2.6.
6202         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6203         Add sync_file_range.
6204         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
6206 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
6208         * sysdeps/powerpc/bits/atomic.h
6209         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
6210         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
6211         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6212         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
6213         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6214         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
6215         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
6216         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6217         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6218         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6219         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
6220         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6221         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6222         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6223         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6224         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
6225         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6226         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
6227         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6228         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
6230 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
6232         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
6233         (__cache_line_size): Define the variable here.  Add
6234         attribute_hidden, remove weak_extern.
6235         (__libc_start_main): Set __cache_line_size
6236         unconditionally.
6237         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
6238         (__cache_line_size): Define the variable here.  Add
6239         attribute_hidden, remove weak_extern.
6240         (DL_PLATFORM_AUXV): Set __cache_line_size
6241         unconditionally.
6242         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
6243         weak_extern, add attribute_hidden.
6244         (__elf_machine_runtime_setup): Assume __cache_line_size is always
6245         defined in ld.so.
6246         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
6247         definition.
6248         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
6250 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
6252         [BZ #4276]
6253         * timezone/africa: Update from tzdata2007d.
6254         * timezone/asia: Likewise.
6255         * timezone/australasia: Likewise.
6256         * timezone/backward: Likewise.
6257         * timezone/europe: Likewise.
6258         * timezone/iso3166.tab: Likewise.
6259         * timezone/leapseconds: Likewise.
6260         * timezone/northamerica: Likewise.
6261         * timezone/southamerica: Likewise.
6262         * timezone/zone.tab: Likewise.
6264         * timezone/private.h: Update from tzcode2007d.
6265         * timezone/zdump.c: Likewise.
6266         * timezone/zic.c: Likewise.
6268 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
6270         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
6271         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
6272         variables.
6273         (nis_server_cache_search, nis_server_cache_add): New functions.
6274         (__nisfind_server): Use them.  Add dbp and flags argument, if
6275         call __nisbind_create.
6276         (__nisbind_create): Add server_used and current_ep arguments,
6277         only call __nis_findfastest if server_used is ~0.
6278         (__do_niscall2, __prepare_niscall): Adjust callers.
6279         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
6280         ckey_cache_euid, ckey_cache_lock): New variables.
6281         (get_ckey): New function.
6282         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
6283         __pmap_getnisport.  Save __pmap_getnisport result in
6284         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
6285         key.
6286         * nis/nis_lookup.c (nis_lookup): Likewise.
6287         * nis/nis_table.c (nis_list): Likewise.
6288         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
6289         prototypes.
6291         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
6292         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
6293         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
6294         _nss_nisplus_getservbyport_r): Likewise.
6295         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
6296         _nss_nisplus_getnetbyaddr_r): Likewise.
6297         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
6298         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
6299         _nss_nisplus_getntohost_r): Likewise.
6300         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
6301         _nss_nisplus_getrpcbynumber_r): Likewise.
6303 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
6305         * configure.in (libc_cv_gnu89_inline): Only do compile test.
6306         * configure: Rebuilt.
6308         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
6309         bit-fields.
6310         * soft-fp/extended.h (_FP_UNION_E): Likewise.
6312 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
6314         [BZ #2831]
6315         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
6316         bit-fields.
6318 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
6320         * nscd/gai.c: Include alloca.h.
6321         (__libc_use_alloca): Define.
6323 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
6325         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
6326         smaller scopes.
6327         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
6328         (DL_DST_REQUIRED): Adjust user.
6330         * include/dlfcn.h (struct link_map): New forward decl.
6332         * inet/getnameinfo.c: Include stddef.h.
6333         (getnameinfo): Use offsetof.
6335         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
6337         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
6339         * string/strerror_l.c: Include stdlib.h.
6341         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
6342         * config.make.in (gnu89-inline-CFLAGS): New variable.
6343         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
6344         -std=gnu99.
6345         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
6346         * argp/argp.h: Use it.
6347         * bits/mathinline.h: Likewise.
6348         * bits/sigset.h: Likewise.
6349         * bits/string.h: Likewise.
6350         * ctype/ctype.h: Likewise.
6351         * hurd/hurd.h: Likewise.
6352         * hurd/hurd/fd.h: Likewise.
6353         * hurd/hurd/port.h: Likewise.
6354         * hurd/hurd/signal.h: Likewise.
6355         * hurd/hurd/threadvar.h: Likewise.
6356         * hurd/hurd/userlink.h: Likewise.
6357         * io/sys/stat.h: Likewise.
6358         * libio/bits/stdio.h: Likewise.
6359         * libio/bits/stdio2.h: Likewise.
6360         * mach/lock-intern.h: Likewise.
6361         * mach/mach/mig_support.h: Likewise.
6362         * math/bits/cmathcalls.h: Likewise.
6363         * posix/bits/unistd.h: Likewise.
6364         * socket/bits/socket2.h: Likewise.
6365         * stdlib/bits/stdlib.h: Likewise.
6366         * stdlib/stdlib.h: Likewise.
6367         * string/argz.h: Likewise.
6368         * string/bits/string2.h: Likewise.
6369         * string/bits/string3.h: Likewise.
6370         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
6371         * sysdeps/generic/inttypes.h: Likewise.
6372         * sysdeps/generic/machine-lock.h: Likewise.
6373         * sysdeps/generic/machine-sp.h: Likewise.
6374         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
6375         * sysdeps/i386/i486/bits/string.h: Likewise.
6376         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
6377         * sysdeps/mach/alpha/machine-lock.h: Likewise.
6378         * sysdeps/mach/alpha/machine-sp.h: Likewise.
6379         * sysdeps/mach/i386/machine-lock.h: Likewise.
6380         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
6381         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
6382         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
6383         * sysdeps/s390/bits/string.h: Likewise.
6384         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
6385         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
6386         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
6387         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
6388         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
6389         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
6390         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
6391         * wcsmbs/bits/wchar2.h: Likewise.
6392         * wcsmbs/wchar.h: Likewise.
6393         * stdlib/gmp.h: Likewise.  Include <features.h> to get
6394         __extern_inline definition.
6396 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
6398         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
6399         NULL.
6401         [BZ #3919]
6402         * math/libm-test.inc (log_test): Test -Inf and NaN.
6403         (log10_test, log1p_test, log2_test): Test -Inf.
6404         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
6405         FE_INVALID when argument is qNaN.
6406         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
6407         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
6408         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
6409         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
6410         andb $1, %ah with testb $1, %ah, don't test for parity, instead
6411         testb $4, %ah and jump if non-zero.
6412         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
6413         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
6415         [BZ #4101]
6416         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
6417         ancestors with the same depths.
6418         Patch by Niels Moeller <nisse@lysator.liu.se>.
6419         (filter_doc): Don't crash if argp is NULL.
6420         * argp/Makefile (tests): Add tst-argp2.
6421         * argp/tst-argp2.c: New test.
6423         [BZ #4130]
6424         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
6425         open_not_cancel_2.
6426         (updwtmp_file): Likewise.
6428         [BZ #4181]
6429         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
6430         (inet6_opt_append): Don't check extlen is big enough if extbuf
6431         is NULL.
6432         (inet6_opt_finish): Likewise.
6433         * inet/Makefile (tests): Add test-inet6_opt.
6434         * inet/test-inet6_opt.c: New test.
6436         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
6437         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
6438         NLMSG_ERR.  Instead use a page sized buffer.
6439         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
6440         buffer.
6442 2007-03-14  Richard Henderson  <rth@redhat.com>
6444         * sysdeps/alpha/fpu/s_llround.c: New file.
6445         * sysdeps/alpha/fpu/s_llroundf.c: New file.
6446         * sysdeps/alpha/fpu/s_lround.c: New file.
6447         * sysdeps/alpha/fpu/s_lroundf.c: New file.
6448         * sysdeps/alpha/fpu/s_round.c: New file.
6449         * sysdeps/alpha/fpu/s_roundf.c: New file.
6450         * sysdeps/alpha/fpu/s_trunc.c: New file.
6451         * sysdeps/alpha/fpu/s_truncf.c: New file.
6453         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
6454         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
6455         * sysdeps/alpha/fpu/s_floor.c: Likewise.
6456         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
6457         * sysdeps/alpha/fpu/s_rint.c: Likewise.
6458         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
6460         * sysdeps/alpha/fpu/s_fmax.S: New file.
6461         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
6462         * sysdeps/alpha/fpu/s_fmin.S: New file.
6463         * sysdeps/alpha/fpu/s_fminf.S: New file.
6464         * sysdeps/alpha/fpu/s_isnan.c: New file.
6465         * sysdeps/alpha/fpu/s_isnanf.c: New file.
6466         * sysdeps/alpha/fpu/s_llrint.c: New file.
6467         * sysdeps/alpha/fpu/s_llrintf.c: New file.
6468         * sysdeps/alpha/fpu/s_lrint.c: New file.
6469         * sysdeps/alpha/fpu/s_lrintf.c: New file.
6470         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
6471         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
6473         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
6474         (__fdimf, fdimf, __fdim, fdim): Remove.
6475         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
6476         (__isnanf, __isnan, __isnanl): New.
6478 2007-03-13  Richard Henderson  <rth@redhat.com>
6480         * sysdeps/ieee754/ldbl-128/Makefile: New file.
6482 2007-03-13  Richard Henderson  <rth@redhat.com>
6484         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
6485         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
6486         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
6487         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
6488         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
6489         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
6491 2007-03-13  Richard Henderson  <rth@redhat.com>
6493         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
6494         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
6495         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
6496         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
6497         Move to dl-auxv.h; initialize instead of extern weak.
6498         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
6499         weak symbol.
6500         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
6501         Extern instead of initialized.
6503 2007-03-13  Richard Henderson  <rth@redhat.com>
6505         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
6506         __sigsuspend_nocancel.
6508 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
6510         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
6511         172.16/12 address range.
6513 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
6515         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
6516         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
6517         message.
6519 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
6521         [BZ #4069]
6522         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
6523         earlier.
6524         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
6526         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
6527         for x qNaN and y either +-inf or non-integer value.
6528         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
6529         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6530         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
6532 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
6534         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
6535         from sysdep_headers.
6537 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
6539         * time/tzfile.c (find_transition): Instead of a linear search try to
6540         guess the transition index, use a linear search if the result is at
6541         most 10 transitions away from the guess or binary search otherwise.
6543 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
6545         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
6546         memory reallocation.
6548 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
6550         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
6551         and fix some typos.
6552         Optimize use of TOLOWER.
6554         [BZ #3325]
6555         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
6556         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
6557         * sysdeps/i386/fpu/e_fmod.S: Likewise.
6559         [BZ #3458]
6560         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
6561         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
6563         [BZ #4076]
6564         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
6565         (open_dir_stream): Likewise.
6566         * io/Makefile (tests): Add bug-ftw5.
6567         * io/bug-ftw5.c: New file.
6569         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
6570         * nscd/servicescache.c (cache_addserv): Likewise.
6572         * nscd/grpcache.c (cache_addgr): In case a record changed on
6573         refresh, adjust key_copy.
6575         [BZ #4074]
6576         * nscd/pwdcache.c (cache_addpw): In case a record changed on
6577         refresh, adjust key_copy.
6579         [BZ #4070]
6580         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
6581         special cases.
6582         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
6584 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
6586         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
6587         optimization.
6589         * stdio-common/vfscanf.c: Small cleanups throughout.
6591 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
6593         [BZ #3325]
6594         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
6595         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
6596         * sysdeps/i386/fpu/e_fmod.S: Likewise.
6597         Patch by Jared Casper <jaredcasper@gmail.com>.
6599         * sysdeps/unix/closedir.c: Outside libc don't use locking.
6600         * sysdeps/unix/opendir.c: Likewise.
6601         * sysdeps/unix/readdir.c: Likewise.
6603         [BZ #2211]
6604         * stdio-common/vfscanf.c: Handle localized digits etc for floating
6605         point numbers.
6606         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
6608         * stdio-common/vfscanf.c: Fix problems in width accounting.
6609         * stdio-common/tst-sscanf.c (double_tests): New tests.
6610         (main): Hook them up.
6612         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
6613         More simplifications of floating-point reader.
6615         * stdio-common/Makefile (tests): Add tst-swscanf.
6616         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
6617         testing.
6618         * stdio-common/tst-swscanf.c: New file.
6620 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
6622         [BZ #2633]
6623         * libio/stdio.h: Define struct _IO_FILE in global namespace.
6624         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
6625         Remove using for __jmp_buf_tag.
6626         * locale/locale.h (struct lconv): Also define in std namespace.
6627         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
6629         [BZ #3842]
6630         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
6631         using __libc_enable_secure.
6633         [BZ #3818]
6634         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
6636         [BZ #3745]
6637         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
6638         of names for ellipsises.
6640         [BZ #3348]
6641         * malloc/memusage.sh: Cleanups.
6642         * debug/xtrace.sh: Quoting and trap changes.
6644 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
6646         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
6648         * locale/iso-3166.def: Update entry for Serbia.
6649         * locale/iso-4217.def: Define RSD, remove CSD.
6651         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
6652         and 64-bit operations.
6654         [BZ #4040]
6655         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
6656         16-bit operations.
6658         * nscd/nscd.c (parse_opt): One more conversion to use send instead
6659         of writev.
6661 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
6663         [BZ #3991]
6664         * assert/assert.h (assert): Simplify.
6665         (assert_perror): Likewise.
6666         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
6668         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
6669         reqdata.
6671         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
6672         change: don't pass NULL in place of an integer.
6674 2007-02-02  Bruno Haible  <bruno@clisp.org>
6676         [BZ #3954]
6677         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
6678         Add mapping for U+327E.
6679         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
6680         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
6681         mapping of 0xD9 0xE8.
6682         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
6683         mapping of U+327E.
6684         Reported by Jungshik Shin <jungshik@google.com>.
6686         [BZ #3955]
6687         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
6688         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
6689         Reported by Jungshik Shin <jungshik@google.com>.
6691 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
6693         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
6694         byte variants.
6696         [BZ #4040]
6697         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
6698         byte variants.  Patch mostly be tom@tommay.net.
6700 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
6702         [BZ #3996]
6703         * posix/glob.c (attribute_hidden): Define if not defined.
6704         (glob): Unescape dirname, filename or username when needed and not
6705         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
6706         is NULL.  Handle unescaped [ in pattern without closing ].
6707         Don't pass GLOB_CHECK down to recursive glob for directories.
6708         (__glob_pattern_type): New function.
6709         (__glob_pattern_p): Implement using __glob_pattern_type.
6710         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
6711         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
6712         Remove unreachable code.
6713         * posix/globtest.sh: Add a couple of new tests.
6715 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
6717         * po/ru.po: Update from translation team.
6719 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
6721         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
6722         to the list of i486+ CPUs.
6723         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
6725 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
6727         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
6728         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
6729         references.
6731 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
6733         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
6735         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
6736         * resolv/res_mkquery.c: Define __res_nopt.
6737         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
6738         try adding EDNS0 record.
6739         * resolv/res_send.c (send_dg): If request failed with FORMERR and
6740         EDNS0 record was send make sure we don't try it again.
6741         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
6742         * include/resolv.h: Declare __res_nopt.
6744 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
6746         [BZ #3944]
6747         * time/strptime_l.c (__strptime_internal): Set have_mon for
6748         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
6749         have been computed from tm_yday and tm_year.  Don't crash
6750         in day_of_the_week or day_of_the_year if not have_mon
6751         and tm_mon contains bogus value.
6752         * time/Makefile (tests): Add tst-strptime3.
6753         * time/tst-strptime3.c: New test.
6755 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
6757         [BZ #3957]
6758         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
6759         bit for RE_HAT_LISTS_NOT_NEWLINE.
6760         (build_charclass_op): Remove bogus comment.
6761         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
6762         * posix/bug-regex27.c: New test.
6763         * posix/bug-regex28.c: New test.
6765 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
6767         * po/sv.po: Update from translation team.
6769 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
6771         * nscd/nscd_helper.c (open_socket): Minor size optimization.
6773 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
6775         * include/locale.h (__uselocale): Add libc_hidden_proto.
6776         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
6778         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
6779         gettimeofday.
6781 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
6783         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
6784         returning.
6785         (PTR_DEMANGLE): Real definition now that it's not the same as
6786         PRT_MANGLE anymore.
6787         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6789         * string/strerror_l.c: New file.
6790         * string/Makefile (routines): Add strerror_l.
6791         * string/string.h: Declare strerror_l.
6792         * string/Versions: Export strerror_l for GLIBC_2.6.
6794 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
6796         * nscd/nscd_helper.c (open_socket): Now takes request type and key
6797         as parameter.  Construct request record.  Try sending request
6798         before the first poll use, it usually succeeds.  Adjust all
6799         callers.
6800         * nscd/nscd-client.h: Define MAXKEYLEN.
6801         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
6803 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
6805         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
6806         from return value.
6807         * nscd/nscd_helper.c: Include string.h.
6808         (__nscd_cache_search): Remove const qualifier from return value.
6809         On strict alignment architectures check hash entry and data head
6810         alignment.
6811         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
6812         mmapped data during GC cycle contains garbage.  If
6813         __nscd_drop_map_ref fails, decrement mapped->counter when returning
6814         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
6815         dropped to 0.
6816         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
6817         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
6818         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
6819         * nscd/nscd_getai.c (__nscd_getai): Likewise.
6820         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
6822 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
6824         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
6826 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
6828         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
6829         names not numbers in cfi_*.
6831 2007-01-26  Andreas Jaeger  <aj@suse.de>
6833         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
6834         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
6835         Correct values of PER_HPUX and PER_OSF4.
6837 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
6839         * elf/dl-minimal.c: Undefine _itoa first.
6840         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
6841         * malloc/mtrace.c: Revert last change.
6842         * posix/wordexp.c: Likewise.
6844 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
6846         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
6847         and __geode__ to the list of i486+ CPUs.
6848         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
6850 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
6852         * stdio-common/_itoa.c: Include <limits.h>.
6853         * stdio-common/_itowa.c: Likewise.
6855 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
6857         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
6858         platforms.
6859         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
6860         64-bit platforms.
6861         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
6862         possible.
6863         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
6864         if possible.
6866         [BZ #3902]
6867         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
6868         * stdio-common/Makefile (tests): Add bug17.
6869         * stdio-common/bug17.c: New file.
6871 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
6873         * iconvdata/brf.c: New file.
6874         * iconvdata/testdata/BRF: New file.
6875         * iconvdata/testdata/BRF..UTF8: New file.
6876         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
6877         * iconvdata/Makefile: Add rules to build BRF.
6878         * iconvdata/TESTS: Add BRF entry.
6879         * iconvdata/gconv-modules: Likewise.
6880         * iconvdata/tst-tables.sh: Likewise.
6882 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
6884         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
6885         type `long long int', not `long int'.
6886         (wcstoq): Likewise.
6888 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
6890         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
6891         of values on 64-bit platforms which are too large.
6893 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
6894             Joe Kerian  <jkerian@us.us.ibm.com>
6896         [BZ #2749]
6897         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
6898         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
6899         (__copysignl): Use signbit() for comparison.
6900         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
6901         SET_LDOUBLE_WORDS64.
6903         [BZ #2423, #2749]
6904         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
6905         (__ceill): Remove calls to fegetround(), fesetround().
6906         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
6907         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
6908         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
6910 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
6912         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
6914         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
6916 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
6918         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
6919         demangle pointer.
6920         * csu/libc-start.c: Likewise.
6922 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
6924         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
6925         really work anyway.
6927 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
6929         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
6930         users.
6931         (handle_request): Remove unnecessary tests.
6933         * nscd/cache.c (cache_add): Record the failure to add to the cache.
6935 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
6937         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
6938         workbits in semi-raw fraction.
6940         * math/test-misc.c: Add new tests.
6942 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
6944         * math/basic-test.c: Include test-skeleton.c.
6945         (TEST_TRUNC): Define.
6946         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
6947         (main): Rename to ...
6948         (do_test): ...this.  Run new tests.
6949         (TEST_FUNCTION): Define.
6951 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
6952             Joe Kerian  <jkerian@us.us.ibm.com>
6954         [BZ #2749]
6955         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
6956         handling for high words.
6957         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
6958         and overflow for infinity.
6960 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
6962         * nscd/connections.c (handle_request): Add a __builtin_expect.
6964         * nscd/connections.c (serv2db): Change type into structure which
6965         also says whether this is a request for data.  Renamed to
6966         servinfo.  All users changed.
6967         (handle_request): Much simpler test whether we should search the cache.
6969         * nscd/connections.c (handle_request): Fix thinko in selinux test
6970         invocation.
6972         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
6973         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
6974         it before getting dl_load_lock and then relock.
6975         (_dl_lookup_symbol_x): Pass flags to add_dependency.
6976         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
6977         case we unlocked the scope.
6978         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
6979         _dl_lookup_symbol_x in case we locked the scope.
6980         (_dl_profile_fixup): Likewise.
6981         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
6982         set DL_LOOKUP_SCOPE_LOCK.
6984 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
6986         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
6987         CFLAGS-getsrvbynpt_r.c.
6988         * nscd/getsrvbynm_r.c: New file.
6989         * nscd/getsrvbypt_r.c: New file.
6990         * nscd/nscd_getserv_r.c: New file.
6991         * nscd/servicescache.c: New file.
6992         * nscd/Makefile (routines): Add nscd_getserv_r.
6993         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
6994         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
6995         CFLAGS-getsrvbypt_r.c.
6996         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
6997         table.  Add entries for services database.
6998         * nscd/connections.c (serv2str): Mark as const.  Add entries for
6999         services database.
7000         (dbs): Add .reset_res and servdb initialization.
7001         (serv2db): Add entries for services database.
7002         (verify_persistent_db): Accept dbnr == servdb.
7003         (invalidate_cache): Rewrite database name recognition to use a table.
7004         Call res_init() if .reset_res is set for database.
7005         (handle_request): Add code to handle services database.
7006         * nscd/gai.c: Don't define __getservbyname_r.
7007         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
7008         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
7009         (serv_response_header): Define.
7010         (struct datahead): Add serv_response_header member.
7011         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
7012         using table.
7013         * nscd/nscd.conf: Add entries for services database.
7014         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
7015         Declare serv_iov_disabled.
7016         Declare addservbyname, readdservbyname, addservbyport, and
7017         readdservbyport.
7018         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
7019         (find_db): Fix error message.
7020         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
7021         __nscd_getservbyname_r, and __nscd_getservbyport_r.
7022         * nscd/selinux.c (perms): Add entries for services database.
7023         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
7024         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
7026         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
7027         * nscd/hstcache.c: Likewise.
7028         * nscd/pwdcache.c: Likewise.
7030         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
7031         computation of keylen.
7033         * include/string.h: Only redefine strndupa if this is really for
7034         libc code.
7036 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
7038         * nscd/nscd_gethst_r.c: Minor cleanups.
7040         * nscd/connections.c (handle_request): Check selinux permissions
7041         for all non-admin commands.
7043         * sysdeps/i386/i486/bits/atomic.h: Define
7044         atomic_compare_and_exchange_val_acq,
7045         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
7046         using __sync_* built-ins for gcc >= 4.1.
7047         * sysdeps/x86_64/bits/atomic.h: Likewise.
7049         [BZ #3840]
7050         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
7051         and .oS.d files.
7053 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
7055         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
7056         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
7057         (do_test): Check errno and exit(0) if ENOSYS.
7059 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7061         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
7062         thousands separators.
7063         * stdlib/Makefile: Add rules to build and run tst-strtod4.
7064         * stdlib/tst-strtod4.c: New test.
7066         [BZ #3855]
7067         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
7068         hexadecimal digit should accept just the initial 0.
7069         * stdlib/tst-strtod2.c (tests): New variable.
7070         (do_test): Run several tests rather than just one.
7072 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7074         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
7075         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
7077 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
7079         * io/fts.c: Make sure fts_cur is always valid after return from
7080         fts_read.
7081         Patch by Miloslav Trmac <mitr@redhat.com>.
7083 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
7085         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
7086         (R_MIPS_NUM): Bump by 1.
7088 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
7090         * posix/execvp.c: Include alloca.h.
7091         (allocate_scripts_argv): Renamed to...
7092         (scripts_argv): ... this.  Don't allocate buffer here nor count
7093         arguments.
7094         (execvp): Use alloca if possible.
7095         * posix/Makefile: Add rules to build and run tst-vfork3 test.
7096         * posix/tst-vfork3.c: New test.
7098 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
7100         * string/Makefile (tst-strxfrm2-ENV): Define.
7101         * stdlib/Makefile (tst-strtod3-ENV): Define.
7103 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
7105         * posix/getconf.c: Update copyright year.
7106         * nss/getent.c: Likewise.
7107         * iconv/iconvconfig.c: Likewise.
7108         * iconv/iconv_prog.c: Likewise.
7109         * elf/ldconfig.c: Likewise.
7110         * catgets/gencat.c: Likewise.
7111         * csu/version.c: Likewise.
7112         * elf/ldd.bash.in: Likewise.
7113         * elf/sprof.c (print_version): Likewise.
7114         * locale/programs/locale.c: Likewise.
7115         * locale/programs/localedef.c: Likewise.
7116         * nscd/nscd.c (print_version): Likewise.
7117         * debug/xtrace.sh: Likewise.
7118         * malloc/memusage.sh: Likewise.
7119         * malloc/mtrace.pl: Likewise.
7120         * debug/catchsegv.sh: Likewise.
7122 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
7124         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
7125         attempts.
7127 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
7129         * posix/wordexp.c: Remove some unnecessary tests.
7131 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
7133         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
7134         blacklist the group till after we look it up.
7136 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
7138         * include/atomic.h (atomic_forced_read): New macro.
7140 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
7142         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
7144 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
7146         * nss/getXXbyYY_r.c: Include atomic.h.
7147         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
7148         add atomic_write_barrier () in between.
7150         * stdlib/Makefile (tests): Add tst-makecontext.
7151         * stdlib/tst-makecontext.c: New test.
7153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
7154         (__makecontext): Don't realign uc_mcontext.uc_regs.
7156 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
7158         * elf/dl-support.c: Include dl-procinfo.h.
7159         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
7160         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
7161         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
7162         Define.
7163         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
7164         hardcoded constants.
7165         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
7166         PPC_PLATFORM_* macros for array designators.
7168 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
7170         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
7171         names to the beginning.
7172         (_dl_powerpc_platforms): Add "power6x".
7173         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
7174         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
7175         (_DL_PLATFORMS_COUNT): Increase.
7176         (_dl_string_platform): Handle power6x case.
7177         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
7178         PPC_FEATURE_POWER6_EXT): Define.
7179         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
7181 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
7183         [BZ #3747]
7184         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
7185         [-2^31 .. 2^31) range.
7186         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
7187         targets.
7188         * stdlib/tst-rand48-2.c: New test.
7189         * stdlib/Makefile (tests): Add tst-rand48-2.
7191 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
7193         * misc/tst-pselect.c (do_test): Fix sigblock argument.
7195 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
7197         * misc/tst-pselect.c (do_test): Make sure the helper process is
7198         terminating when the test is aborted.
7200 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
7202         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
7203         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
7204         Handle relatime mount option.
7206         [BZ #2337]
7207         * libio/Makefile (tests): Add tst-setvbuf1.
7208         * libio/tst-setvbuf1.c: New file.
7210 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
7212         [BZ #2337]
7213         * libio/genops.c (__uflow): Fix a typo.
7214         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
7215         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
7216         the narrow buffer size.
7218 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
7220         [BZ #2337]
7221         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
7222         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
7223         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
7224         in _flags.
7225         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
7226         _IO_wstr_finish): Likewise.
7227         * libio/wmemstream.c (open_wmemstream): Likewise.
7228         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
7229         even for wide streams.
7231 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
7233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
7234         kernel-features.h.
7236 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
7238         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
7239         separators also if no non-zero digits found.
7240         * stdlib/Makefile (tests): Add tst-strtod3.
7242 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
7244         [BZ #3632]
7245         * include/features.h: Fix comment about default value for
7246         _POSIX_C_SOURCE.
7248         [BZ #3664]
7249         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
7250         empty parsed strings.
7251         * stdlib/Makefile (tests): Add tst-strtod2.
7252         * stdlib/tst-strtod2.c: New file.
7254         [BZ #3673]
7255         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
7256         computation.
7257         * stdlib/Makefile (tests): Add tst-atof2.
7258         * stdlib/tst-atof2.c: New file.
7260         [BZ #3674]
7261         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
7262         correctly if removing trailing zero of hex-float.
7263         * stdlib/Makefile (tests): Add tst-atof1.
7264         * stdlib/tst-atof1.c: New file.
7266 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
7268         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
7269         Start searching for next comma at p rather than rest.
7270         * misc/Makefile (tests): Add tst-mntent2.
7271         * misc/tst-mntent2.c: New test.
7273         * misc/getusershell.c (initshells): Check for integer overflows.
7274         Make strings buffer one bigger as fgets always succeeds when second
7275         argument is 1.  Don't use calloc for shells array.  Disallow
7276         / as shell.
7278 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
7280         * malloc/memusage.c: Handle realloc with new size of zero and
7281         non-NULL pointer correctly.
7282         (me): Really write first record twice.
7283         (struct entry): Make format bi-arch safe.
7284         (dest): Write out more realloc statistics.
7285         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
7287 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
7289         * nis/nis_subr.c (nis_getnames): Revert last change.
7291 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
7293         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
7294         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
7295         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
7296         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
7297         ENOTTY.
7298         * io/Makefile: Add rules to build and run tst-ttyname_r test.
7299         * io/tst-ttyname_r.c: New test.
7301 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7303         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
7305 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
7307         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
7308         jump table entries.
7310 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7312         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
7313         `clone' function to ensure proper unwinding stop of gdb.
7314         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
7316 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
7318         * nscd/nscd.init: Remove obsolete and commented-out -S option
7319         handling.
7321 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
7323         [BZ #3514]
7324         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
7326         [BZ #3515]
7327         * manual/string.texi (strtok): Remove duplicate paragraph.
7329 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7331         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
7332         libgcc not supporting `rflags' unwinding (register # >= 17).
7334 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
7336         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
7337         succeeded.
7339 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
7340             Jakub Jelinek  <jakub@redhat.com>
7341             Jan Kratochvil  <jan.kratochvil@redhat.com>
7343         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
7344         unwind information.
7345         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
7346         'restore_rt' even in the 'signal' directory.
7347         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
7349 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
7351         [BZ #3559]
7352         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
7353         malloc crashed.  Don't allocate memory unnecessarily in each
7354         loop.
7356 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
7358         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
7360 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
7362         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
7364 2006-11-18  Bruno Haible  <bruno@clisp.org>
7366         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
7367         __sysconf only after having tried to call getgroups32.
7369 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
7371         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
7372         addresses for IPv4 queries if they can be mapped.
7374 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
7376         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
7377         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
7378         (signmask): Add .size directive.
7379         (othermask): Add .type directive.
7381 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
7383         * po/nl.po: Update from translation team.
7385         * timezone/zdump.c: Redo fix for BZ #3137.
7387 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
7389         * nss/nss_files/files-alias.c (get_next_alias): Set line back
7390         to first_unused after parsing :include: file.
7392 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
7394         * timezone/africa: Update from tzdata2006o.
7395         * timezone/antarctica: Likewise.
7396         * timezone/asia: Likewise.
7397         * timezone/australasia: Likewise.
7398         * timezone/backward: Likewise.
7399         * timezone/europe: Likewise.
7400         * timezone/iso3166.tab: Likewise.
7401         * timezone/northamerica: Likewise.
7402         * timezone/southamerica: Likewise.
7403         * timezone/zone.tab: Likewise.
7405         * time/tzfile.c (__tzfile_read): Extend to handle new file format
7406         on machines with 64-bit time_t.
7408         * timezone/checktab.awk: Update from tzcode2006o.
7409         * timezone/ialloc.c: Likewise.
7410         * timezone/private.h: Likewise.
7411         * timezone/scheck.c: Likewise.
7412         * timezone/tzfile.h: Likewise.
7413         * timezone/tzselect.ksh: Likewise.
7414         * timezone/zdump.c: Likewise.
7415         * timezone/zic.c: Likewise.
7417         [BZ #3483]
7418         * elf/ldconfig.c (main): Call setlocale and textdomain.
7419         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
7421         [BZ #3480]
7422         * manual/argp.texi: Fix typos.
7423         * manual/charset.texi: Likewise.
7424         * manual/errno.texi: Likewise.
7425         * manual/filesys.texi: Likewise.
7426         * manual/lang.texi: Likewise.
7427         * manual/maint.texi: Likewise.
7428         * manual/memory.texi: Likewise.
7429         * manual/message.texi: Likewise.
7430         * manual/resource.texi: Likewise.
7431         * manual/search.texi: Likewise.
7432         * manual/signal.texi: Likewise.
7433         * manual/startup.texi: Likewise.
7434         * manual/stdio.texi: Likewise.
7435         * manual/sysinfo.texi: Likewise.
7436         * manual/syslog.texi: Likewise.
7437         * manual/time.texi: Likewise.
7438         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7440         [BZ #3465]
7441         * sunrpc/clnt_raw.c: Minimal message improvements.
7442         * sunrpc/pm_getmaps.c: Likewise.
7443         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
7444         * nis/nis_print_group_entry.c: Likewise.
7445         * locale/programs/repertoire.c: Likewise.
7446         * locale/programs/charmap.c: Likewise.
7447         * malloc/memusage.sh: Likewise.
7448         * elf/dl-deps.c: Likewise.
7449         * locale/programs/ld-collate.c: Likewise.
7450         * libio/vswprintf.c: Likewise.
7451         * malloc/memusagestat.c: Likewise.
7452         * sunrpc/auth_unix.c: Likewise.
7453         * sunrpc/rpc_main.c: Likewise.
7454         * nscd/cache.c: Likewise.
7455         * locale/programs/repertoire.c: Unify output messages.
7456         * locale/programs/charmap.c: Likewise.
7457         * locale/programs/ld-ctype.c: Likewise.
7458         * locale/programs/ld-monetary.c: Likewise.
7459         * locale/programs/ld-numeric.c: Likewise.
7460         * locale/programs/ld-time.c: Likewise.
7461         * elf/ldconfig.c: Likewise.
7462         * nscd/selinux.c: Likewise.
7463         * elf/cache.c: Likewise.
7464         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
7466         [BZ #3451]
7467         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
7468         change atomic.
7469         (ceil): Likewise.
7471 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
7473         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
7474         if N is one bigger than return value.
7475         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
7476         and l1 last arguments, if buf is defined, verify the return value
7477         equals to strlen (buf) and verify no byte beyond passed length
7478         is modified.
7480 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
7482         * po/sv.po: Update from translation team.
7484 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
7486         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
7487         noinline attribute.
7489 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
7491         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
7492         noinline attribute.
7494         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
7495         Use __new_sys_siglist instead of _sys_siglist_internal as
7496         second macro argument.
7497         (_old_sys_siglist): Use declare_symbol_alias macro instead of
7498         strong_alias.
7500 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
7502         [BZ #3493]
7503         * posix/unistd.h (sysconf): Remove const attribute.
7505         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
7506         temporary or deprecated addresses.
7507         Patch by Sridhar Samudrala <sri@us.ibm.com>.
7509         * string/Makefile (tests): Add tst-strxfrm2.
7510         * string/tst-strxfrm2.c: New file.
7512 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
7514         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
7515         rather than r->r_brk.
7517 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
7519         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
7520         optimization even if needed > n.
7522         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
7523         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
7524         return false, otherwise return true.
7525         (cache_rpath): Return decompose_rpath return value.
7527 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
7529         * include/libc-symbols.h (declare_symbol): Rename to...
7530         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
7531         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
7532         .size directive.
7533         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
7534         changes.
7535         * sysdeps/gnu/siglist.c: Likewise.
7537 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
7539         * sysdeps/powerpc/fpu/bits/mathinline.h
7540         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
7541         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
7543 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
7545         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
7546         Update handling of cache descriptor 0x49 for new models.
7547         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
7548         Likewise.
7550 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
7552         * malloc/memusage.c (dest): Reset not_me back to false after
7553         printing statistics.
7555 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
7557         * configure.in: Work around ld --help change and avoid -z relro
7558         test completely if the architecture doesn't care about security.
7560 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
7562         * po/sv.po: Update from translation team.
7564 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
7566         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
7567         generate compatibility version.
7569 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
7571         * configure.in: Relax -z relro requirement a bit.
7573         * po/sv.po: Update from translation team.
7575 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
7577         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
7578         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
7579         * elf/dl-close.c (_dl_close_worker): Likewise.
7580         * elf/dl-open.c (_dl_open_worker): Likewise.
7581         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
7583 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
7585         * configure.in: Require assembler support for visibility, compiler
7586         support for visibility and aliases, linker support for various -z
7587         options.
7588         * Makeconfig: Remove conditional code which now is unnecessary.
7589         * config.h.in: Likewise.
7590         * config.make.in: Likewise.
7591         * dlfcn/Makefile: Likewise.
7592         * elf/Makefile: Likewise.
7593         * elf/dl-load.c: Likewise.
7594         * elf/rtld.c: Likewise.
7595         * include/libc-symbols.h: Likewise.
7596         * include/stdio.h: Likewise.
7597         * io/Makefile: Likewise.
7598         * io/fstat.c: Likewise.
7599         * io/fstat64.c: Likewise.
7600         * io/fstatat.c: Likewise.
7601         * io/fstatat64.c: Likewise.
7602         * io/lstat.c: Likewise.
7603         * io/lstat64.c: Likewise.
7604         * io/mknod.c: Likewise.
7605         * io/mknodat.c: Likewise.
7606         * io/stat.c: Likewise.
7607         * io/stat64.c: Likewise.
7608         * libio/stdio.c: Likewise.
7609         * nscd/Makefile: Likewise.
7610         * stdlib/Makefile: Likewise.
7611         * stdlib/atexit.c: Likewise.
7612         * sysdeps/generic/ldsodefs.h: Likewise.
7613         * sysdeps/i386/dl-machine.h: Likewise.
7614         * sysdeps/i386/sysdep.h: Likewise.
7615         * sysdeps/i386/i686/memcmp.S: Likewise.
7616         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
7617         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7618         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7620         * Makerules: USE_TLS support is now default.
7621         * tls.make.c: Likewise.
7622         * csu/Versions: Likewise.
7623         * csu/libc-start.c: Likewise.
7624         * csu/libc-tls.c: Likewise.
7625         * csu/version.c: Likewise.
7626         * dlfcn/dlinfo.c: Likewise.
7627         * elf/dl-addr.c: Likewise.
7628         * elf/dl-cache.c: Likewise.
7629         * elf/dl-close.c: Likewise.
7630         * elf/dl-iteratephdr.c: Likewise.
7631         * elf/dl-load.c: Likewise.
7632         * elf/dl-lookup.c: Likewise.
7633         * elf/dl-object.c: Likewise.
7634         * elf/dl-open.c: Likewise.
7635         * elf/dl-reloc.c: Likewise.
7636         * elf/dl-support.c: Likewise.
7637         * elf/dl-sym.c: Likewise.
7638         * elf/dl-sysdep.c: Likewise.
7639         * elf/dl-tls.c: Likewise.
7640         * elf/ldconfig.c: Likewise.
7641         * elf/rtld.c: Likewise.
7642         * elf/tst-tls-dlinfo.c: Likewise.
7643         * elf/tst-tls1.c: Likewise.
7644         * elf/tst-tls10.h: Likewise.
7645         * elf/tst-tls14.c: Likewise.
7646         * elf/tst-tls2.c: Likewise.
7647         * elf/tst-tls3.c: Likewise.
7648         * elf/tst-tls4.c: Likewise.
7649         * elf/tst-tls5.c: Likewise.
7650         * elf/tst-tls6.c: Likewise.
7651         * elf/tst-tls7.c: Likewise.
7652         * elf/tst-tls8.c: Likewise.
7653         * elf/tst-tls9.c: Likewise.
7654         * elf/tst-tlsmod1.c: Likewise.
7655         * elf/tst-tlsmod13.c: Likewise.
7656         * elf/tst-tlsmod13a.c: Likewise.
7657         * elf/tst-tlsmod14a.c: Likewise.
7658         * elf/tst-tlsmod2.c: Likewise.
7659         * elf/tst-tlsmod3.c: Likewise.
7660         * elf/tst-tlsmod4.c: Likewise.
7661         * elf/tst-tlsmod5.c: Likewise.
7662         * elf/tst-tlsmod6.c: Likewise.
7663         * include/errno.h: Likewise.
7664         * include/link.h: Likewise.
7665         * include/tls.h: Likewise.
7666         * locale/global-locale.c: Likewise.
7667         * locale/localeinfo.h: Likewise.
7668         * malloc/arena.c: Likewise.
7669         * malloc/hooks.c: Likewise.
7670         * malloc/malloc.c: Likewise.
7671         * resolv/Versions: Likewise.
7672         * sysdeps/alpha/dl-machine.h: Likewise.
7673         * sysdeps/alpha/libc-tls.c: Likewise.
7674         * sysdeps/generic/ldsodefs.h: Likewise.
7675         * sysdeps/generic/tls.h: Likewise.
7676         * sysdeps/i386/dl-machine.h: Likewise.
7677         * sysdeps/ia64/dl-machine.h: Likewise.
7678         * sysdeps/ia64/libc-tls.c: Likewise.
7679         * sysdeps/mach/hurd/fork.c: Likewise.
7680         * sysdeps/mach/hurd/i386/tls.h: Likewise.
7681         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
7682         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
7683         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
7684         * sysdeps/s390/libc-tls.c: Likewise.
7685         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7686         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7687         * sysdeps/sh/dl-machine.h: Likewise.
7688         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7689         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7690         * sysdeps/x86_64/dl-machine.h: Likewise.
7692         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
7693         split out locking and parameter checking.
7694         (_dl_close): Call _dl_close_worker after locking and checking.
7695         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
7696         _dl_close.
7697         * elf/Makefile: Add rules to build and run tst-thrlock.
7698         * elf/tst-thrlock.c:  New file.
7700         [BZ #3426]
7701         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
7702         reality.
7704         [BZ #3429]
7705         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
7706         we are sure we do not need it anymore for _dl_close.  Also move
7707         the asserts inside the lock region.
7708         Patch mostly by Suzuki <suzuki@in.ibm.com>.
7710 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
7712         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
7713         argument.
7714         (_dl_lookup_symbol_x): Adjust caller.
7716         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
7717         _ns_global_scope.
7718         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
7720         * elf/dl-libc.c: Revert l_scope name changes.
7721         * elf/dl-load.c: Likewise.
7722         * elf/dl-object.c: Likewise.
7723         * elf/rtld.c: Likewise.
7724         * elf/dl-close.c (_dl_close): Likewise.
7725         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
7726         always use __rtld_mrlock_{change,done}.  Always free old scope list
7727         here if not l_scope_mem.
7728         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
7729         change.  Never free scope list here.  Just __rtld_mrlock_lock before
7730         the lookup and __rtld_mrlock_unlock it after the lookup.
7731         * elf/dl-sym.c: Likewise.
7732         * include/link.h (struct r_scoperec): Remove.
7733         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
7734         with l_scope_mem and l_scoperec_lock with l_scope_lock.
7736 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
7738         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
7740 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
7742         * configure.in: Disable building profile libraries by default.
7744 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
7746         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
7747         as signed longs, check for x_base + pos overflow.
7748         * sunrpc/Makefile (tests): Add tst-xdrmem2.
7749         * sunrpc/tst-xdrmem2.c: New test.
7751 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
7753         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
7754         _dl_lookup_symbol_x code.
7756 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
7758         * elf/dl-runtime.c: Include sysdep-cancel.h.
7759         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
7760         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
7761         instead of catomic_* macros.
7762         * elf/dl-sym.c: Include sysdep-cancel.h.
7763         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
7764         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
7765         * elf/dl-close.c: Include sysdep-cancel.h.
7766         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
7767         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
7768         * elf/dl-open.c: Include sysdep-cancel.h.
7769         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
7770         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
7772 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
7774         [BZ #3313]
7775         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
7776         fastbin rather than end of fastbin array.
7778 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
7780         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
7781         body macro.
7782         * sysdeps/x86_64/bits/atomic.h
7783         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
7784         (catomic_decrement): Use correct body macro.
7786 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
7788         * include/atomic.h: Add a unique prefix to all local variables
7789         in macros.
7790         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
7792 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
7794         [BZ #3369]
7795         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
7796         and 7.
7798 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
7800         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
7802 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
7804         [BZ #3313]
7805         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
7806         determine highest fast bin to consolidate, always look into all of
7807         them.
7808         (do_check_malloc_state): Only require for empty bins for large
7809         sizes in main arena.
7811         * libio/stdio.h: Add more __wur attributes.
7813         * elf/dl-minimal.c (realloc): Optimize last patch.
7815 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
7817         [BZ #3352]
7818         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
7819         and use memcpy() if it does.
7821 2006-11-12  Andreas Jaeger  <aj@suse.de>
7823         [BZ #2510]
7824         * manual/search.texi (Hash Search Function): Clarify.
7825         (Array Search Function): Clarify.
7827 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
7829         [BZ #2830]
7830         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
7831         shifting.
7832         * math/atest-exp2.c (read_mpn_hex): Likewise.
7833         * math/atest-sincos.c (main): Likewise.
7835 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
7837         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
7838         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
7839         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
7840         version GLIBC_2.6.
7841         * Versions.def: Add GLIBC_2.6 for libc.
7843         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
7845         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
7847 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
7849         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
7851         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
7853         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
7854         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
7856 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
7858         * include/atomic.c: Define catomic_* operations.
7859         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
7860         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
7861         * malloc/memusage.c: Likewise.
7862         * gmon/mcount.c: Likewise.
7863         * elf/dl-close.c: Likewise.
7864         * elf/dl-open.c: Likewise.
7865         * elf/dl-profile.c: Likewise.
7866         * elf/dl-sym.c: Likewise.
7867         * elf/dl-runtime.c: Likewise.
7868         * elf/dl-fptr.c: Likewise.
7869         * resolv/res_libc.c: Likewise.
7871 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
7873         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
7874         components which lack them.
7876         * nis/nis_subr.c (nis_getnames): Make sure that we always return
7877         at least one entry consisting of the parameter concatenated with
7878         the domain.
7880 2006-10-10  Roland McGrath  <roland@frob.com>
7882         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
7883         * sysdeps/mach/hurd/futimes.c: Likewise.
7884         * sysdeps/mach/hurd/lutimes.c: Likewise.
7886 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
7887             Jakub Jelinek  <jakub@redhat.com>
7889         Implement reference counting of scope records.
7890         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
7891         from the list in objects which remain.  Always allocate new scope
7892         record.
7893         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
7894         don't resize, allocate a new one.
7895         * elf/dl-runtime.c: Update reference counters before using a scope
7896         array.
7897         * elf/dl-sym.c: Likewise.
7898         * elf/dl-libc.c: Adjust for l_scope name change.
7899         * elf/dl-load.c: Likewise.
7900         * elf/dl-object.c: Likewise.
7901         * elf/rtld.c: Likewise.
7902         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
7903         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
7904         Add l_scoperec_lock.
7905         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
7906         * sysdeps/generic/rtld-lowlevel.h: New file.
7908         * include/atomic.h: Rename atomic_and to atomic_and_val and
7909         atomic_or to atomic_or_val.  Define new macros atomic_and and
7910         atomic_or which do not return values.
7911         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
7912         Various cleanups.
7913         * sysdeps/i386/i486/bits/atomic.h: Likewise.
7915         * po/sv.po: Update from translation team.
7917 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
7919         * Versions.def: Add GLIBC_2.6 to libpthread.
7921         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
7922         (versioned_symbol): Likewise.
7923         (compat_symbol): Likewise.
7925         * po/tr.po: Update from translation team.
7927 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
7929         * nis/Banner: Removed.  It's been integral part forever and the
7930         author info is incomplete anyway.
7931         * libio/Banner: Likewise.
7933         * nis/nis_table.c (nis_list): If __follow_path fails in the new
7934         code, make sure the nis_freeresult call doesn't crash and that the
7935         result is reported correctly.
7937 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
7939         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
7940         when callback is NULL.
7942         * nis/Versions (libnss_nisplus): Add
7943         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
7944         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
7945         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
7946         _nss_create_tablename): Rename to...
7947         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
7948         ... these.  No longer static.
7949         (internal_setgrent): Adjust users.
7950         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
7951         Don't use locking around _nss_grp_create_tablename call.
7952         * nis/nss_nisplus/nisplus-initgroups.c: New file.
7954 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
7956         * version.h (VERSION): Bump to 2.5.90 for new development tree.
7958 2006-10-06  Andreas Jaeger  <aj@suse.de>
7960         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
7962 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
7964         * po/pl.po: Update from translation team.
7966         * nscd/nscd.c (main): Fix typo in message.
7967         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
7969 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
7971         [BZ #3291]
7972         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
7973         errno.h, signal.h, unistd.h and sysdep-cancel.h.
7974         (__sigprocmask): Define.
7976 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
7978         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
7979         used.
7981 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
7983         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
7984         in oldtotal and newtotal calculation.
7985         * nscd/nscd-client.h (struct mapped_database): Add datasize
7986         field.
7987         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
7988         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
7989         increased.
7990         (__nscd_cache_search): Add checks to make sure we never reference
7991         data beyond the current mapping.
7993 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
7995         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
7996         variables const to avoid compiler warnings.
7998         * io/fts.c (fts_close): Remove redundant checks.
7999         (fts_build): Likewise.
8000         (fts_palloc): Likewise.
8002         * manual/message.texi (Advanced gettext functions,
8003         Using gettextized software): Fix typos.
8005 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
8007         * posix/glob.c (glob_in_dir): Add some comments and asserts to
8008         explain why there are no leaks.
8010 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
8012         * libio/wmemstream.c: Include <wchar.h>.
8013         * libio/bug-wmemstream1.c: Likewise.
8014         * libio/tst-wmemstream1.c: Likewise.
8015         * libio/tst-wmemstream2.c: Likewise.
8017         * version.h (RELEASE): Bump to 2.5.
8018         * README: Regenerated.
8020         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
8022         [BZ #3273]
8023         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
8024         found no group members.
8025         Patch by Petr Baudis.
8027 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
8029         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
8030         assert bootstrap_map.l_tls_modid is zero.
8031         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
8032         if USE___THREAD.
8034 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
8036         * libio/stdio.h: Move open_wmemstream prototype to ...
8037         * wcsmbs/wchar.h: ... here.
8039 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
8041         [BZ #3252]
8042         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
8043         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
8044         __{,l}chown to handle the rest.
8045         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
8046         fchownat syscall and __ASSUME_32BITUIDS case inline, call
8047         __{,l}chown to handle the rest.
8048         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
8049         i386/fchownat.c.
8050         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
8051         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
8053         [BZ #3253]
8054         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
8055         time, rather allocate increasingly bigger arrays of pointers, if
8056         possible with alloca, if too large with malloc.
8058 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
8060         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
8062         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
8064 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
8066         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
8067         home addresses.
8068         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
8069         IFA_F_HOMEADDRESS flag for interfaces.
8070         * include/ifaddrs.h (struct in6addrinfo): Define
8071         in6ai_homeaddress.
8073 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
8075         [BZ #3225]
8076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
8077         PTR_DEMANGLE3): Define.
8078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
8079         PTR_DEMANGLE3): Likewise.
8080         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
8081         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
8082         Likewise.
8083         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
8085 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
8087         * po/libc.pot: Regenerated.
8088         * po/be.po: Updated.
8089         * po/ca.po: Likewise.
8090         * po/cs.po: Likewise.
8091         * po/da.po: Likewise.
8092         * po/de.po: Likewise.
8093         * po/el.po: Likewise.
8094         * po/en_GB.po: Likewise.
8095         * po/es.po: Likewise.
8096         * po/fi.po: Likewise.
8097         * po/fr.po: Likewise.
8098         * po/gl.po: Likewise.
8099         * po/hr.po: Likewise.
8100         * po/hu.po: Likewise.
8101         * po/ja.po: Likewise.
8102         * po/ko.po: Likewise.
8103         * po/nb.po: Likewise.
8104         * po/nl.po: Likewise.
8105         * po/pl.po: Likewise.
8106         * po/pt_BR.po: Likewise.
8107         * po/ru.po: Likewise.
8108         * po/rw.po: Likewise.
8109         * po/sk.po: Likewise.
8110         * po/sv.po: Likewise.
8111         * po/tr.po: Likewise.
8112         * po/zh_CN.po: Likewise.
8113         * po/zh_TW.po: Likewise.
8115         [BZ #3137]
8116         * iconv/iconv_prog.c (main): Fix spelling in error message.
8117         * iconv/iconvconfig.c (main): Likewise.
8118         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
8119         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
8120         * locale/programs/localedef.c (main): Likewise.
8121         * locale/programs/repertoire.c (repertoire_read): Likewise.
8122         * timezone/zdump.c (main): Likewise.
8123         * nscd/connections.c (handle_request): Fix spelling in log message.
8124         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
8126 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
8128         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
8129         interfaces.
8131 2006-09-20  Andreas Jaeger  <aj@suse.de>
8133         * math/libm-test.inc (lrint_test_upward): Fix typo.
8135 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
8137         [BZ #2592]
8138         * math/libm-test.inc (lrint_test_tonearest): New function.
8139         (lrint_test_towardzero): New function.
8140         (lrint_test_downward): New function.
8141         (lrint_test_upward): New function.
8142         (main): Run these new tests.
8143         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
8144         of values near to 0.
8145         (two52): Use double not long double.
8146         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
8147         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
8148         (two23): Use float not double.
8149         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
8150         (two23): Use float not double.
8151         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
8152         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
8153         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
8154         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
8156 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8158         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
8159         Cast sp to unsigned long to avoid compiler warning.
8160         Use __makecontext_ret function instead of a trampoline on the stack.
8161         (__makecontext_ret): New function.
8162         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
8164 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
8166         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
8167         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
8168         bits.
8170 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
8172         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
8173         sure no reference to the unloaded map's search list remains in the
8174         dependency's scope.
8176 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8178         * elf/Makefile: Add rules to build and run unload7 test.
8179         * elf/unload7.c: New test.
8180         * elf/unload7mod1.c: New file.
8181         * elf/unload7mod2.c: New file.
8183 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
8185         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
8186         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
8187         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8188         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
8189         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8190         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
8191         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8192         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
8193         PTRACE_GETEVENTMSG): Likewise.
8194         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
8195         values.
8197 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
8199         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
8200         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8201         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
8202         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
8204 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8206         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
8207         write '\0' to the fd.
8208         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
8209         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
8210         Change regs to unsigned long pointer from unsigned int, fix fscr
8211         offset.
8213 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8215         * io/Makefile (CFLAGS-fstatat.c): Set.
8216         (CFLAGS-fstatat64.c): Likewise.
8217         (CFLAGS-mknodat.c): Likewise.
8219         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
8220         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
8221         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
8222         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
8224 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8225             Steven Munroe  <sjmunroe@us.ibm.com>
8227         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
8228         names to the beginning.  Rename "cell" to "cellbe".
8229         (_dl_powerpc_platforms): New.
8230         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8231         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
8232         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
8233         (_DL_HWCAP_PLATFORM): Define to new mask.
8234         (_dl_platform_string, _dl_string_platform): New functions.
8235         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
8236         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
8238 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
8240         [BZ #2526]
8241         * README.libm: Fix a thinko in sqrt algorithm description.
8243         [BZ #3143]
8244         * manual/string.texi (argz_delete): Fix prototype.
8245         Patch by <alpt@freaknet.org>.
8247 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
8249         [BZ #3138]
8250         * io/test-lfs.c (do_prepare): Give name_len type size_t.
8251         * io/tst-fcntl.c (do_prepare): Likewise.
8252         * posix/tst-exec.c (do_prepare): Likewise.
8253         * posix/tst-preadwrite.c (do_prepare): Likewise.
8254         * posix/tst-spawn.c (do_prepare): Likewise.
8255         * posix/tst-truncate.c (do_prepare): Likewise.
8256         * rt/tst-aio.c (do_prepare): Likewise.
8257         * rt/tst-aio64.c (do_prepare): Likewise.
8258         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
8259         size_t.
8261 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
8263         [BZ #2821]
8264         * time/mktime.c (guess_time_tm): Fix overflow detection.
8265         * time/Makefile (tests): Add bug-mktime1.
8266         * time/bug-mktime1.c: New file.
8268         [BZ #3189, #3188]
8269         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
8270         (mremap): Likewise.
8272 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
8274         [BZ #1006]
8275         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
8276         Ensure relocation doesn't clobber any bits outside of the
8277         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
8278         R_SPARC_HI22 and R_SPARC_H44.
8280         [BZ #2775]
8281         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
8282         (long) (MINSIZE + nb - old_size) is positive.
8284         * malloc/arena.c (grow_heap): When growing bail even if new_size
8285         is negative.
8287         [BZ #3155]
8288         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
8289         stack below r1.
8291 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
8293         * posix/regex_internal.c (re_string_reconstruct): Handle
8294         offset < pstr->valid_raw_len && pstr->offsets_needed case.
8295         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
8296         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
8297         re_string_context_at.
8298         * posix/Makefile: Add rules to build and run bug-regex26 test.
8299         * posix/bug-regex26.c: New test.
8301         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
8302         rather than col_sym_free.  Move seqp declaration earlier.
8304         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
8306 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
8308         * nscd/initgrcache.c (addinitgroupsX): Move any_success
8309         decl before first goto out.
8311 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
8313         * Makerules (shlib.lds): If have-hash-style, put .hash section
8314         at the end of the RO segment.
8316 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
8318         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
8319         style hash table format is used.
8321 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
8323         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
8324         randomization rather than before.
8325         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
8327 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
8329         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
8331         * malloc/malloc.c (_int_malloc): Use full list insert and not
8332         shortcut which assumes the list is empty for large requests
8333         too.
8335         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
8337 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
8339         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
8340         and offout arguments to the prototype.
8341         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
8342         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
8343         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
8344         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
8345         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
8346         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
8347         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
8348         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
8350 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
8352         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
8354         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
8355         dlopen parameters.
8357 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
8359         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
8360         only if herrno is NETDB_INTERNAL.  Handle errors other than
8361         ERANGE outside of the loops, handle TRY_AGAIN.
8363         * locale/programs/ld-ctype.c (translit_flatten): Issue error
8364         if other's ctype category was missing.
8365         * locale/programs/ld-collate.c (collate_read): Return if
8366         copy_locale's collate category is missing.
8368 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
8370         [BZ #2684]
8371         * malloc/malloc.c (public_rEALLOc): Try harder by using other
8372         arenas if allocation failed.
8373         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
8375 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
8377         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
8378         waste bins[0..1].
8379         (malloc_state): Reduce bins size by 2.
8380         (_int_malloc): Fix test for large enough buffer for early termination.
8381         When no unsorted block matches perfectly and an exiting block has
8382         to be split, use full list insert and not shortcut which assumes
8383         the list is empty.
8385         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
8386         failure.
8388 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
8390         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
8391         do anything.
8393         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
8394         symbol require exact match (these are PLTs).
8395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
8396         (_dl_ppc64_addr_sym_match): Likewise.
8398         [BZ #2683]
8399         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
8400         If symbol has a value use it.
8401         * elf/tst-dladdr1.c: New file.
8402         * elf/Makefile: Add rules to build and run tst-addr1.
8404 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
8406         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
8407         keeps failing and heap growth or new heap creation isn't
8408         successful either.
8409         * malloc/tst-malloc.c (main): Add new tests.
8411 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
8413         [BZ #2734]
8414         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
8415         as in the x86-64 code to use bswap.
8417 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
8419         [BZ #2680]
8420         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
8421         __USE_UNIX98.
8422         * posix/bits/unistd.h: Likewise.
8424 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
8426         [BZ #2751]
8427         * string/strchr.c: Add cast to avoid warning.
8429 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
8431         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
8432         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
8433         limit is needed to avoid the exploding of the address space
8434         requirement for secondary heaps.
8435         * malloc/arena.c (HEAP_MAX_SIZE): Define using
8436         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
8438 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
8440         [BZ #3018]
8441         * Makerules (depfiles): Handle extra-test-objs the same as
8442         extra-objs.
8443         (common-mostlyclean): Likewise.
8444         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
8445         instead.
8446         * elf/Makefile (extra-objs): Likewise.
8447         * stdlib/Makefile (extra-objs): Likewise.
8449 2006-08-14  Eric Blake  <ebb9@byu.net>
8451         [BZ #3044]
8452         * misc/error.h: Assume C89 or better.
8453         * misc/error.c: Likewise.
8455 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
8457         [BZ #3040]
8458         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
8459         __ASSUME_ATFCTS is defined.
8461 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
8463         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
8464         to sort in each call.
8466         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
8467         is empty simply return and use next service.
8468         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
8470         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
8471         tells us when not finding a charmap file is an error.
8472         * locale/programs/charmap.h: Adjust charmap_read prototype.
8473         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
8474         cannot find a charmap.
8475         * locale/programs/localedef.c (main): Adjust charmap_read call.
8477 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
8479         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
8480         sysdeps/posix/pause.c implementation instead.
8482 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
8484         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
8485         to EPERM.
8487 2006-08-13  Andreas Schwab  <schwab@suse.de>
8489         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
8490         Don't clobber caller's LRSAVE.
8491         (_dl_prof_resolve): Likewise.
8493 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
8495         [BZ #1996]
8496         * libio/memstream.c (open_memstream): Allocate initial buffer with
8497         calloc.
8498         * libio/wmemstream.c (open_wmemstream): Likewise.
8499         * libio/strops.c: Pretty printing.
8500         (_IO_str_overflow): Clear uninitialized part of the new buffer.
8501         (enlarge_userbuf): New function.
8502         (_IO_str_seekoff): Call it if seek position is larger than current
8503         buffer.
8504         * libio/wstrops.c: Likewise.
8505         * libio/vasprintf.c: Add comment as to why we do not have to use
8506         calloc instead of malloc to allocate initial buffer.
8507         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
8508         * libio/bug-memstream1.c: New file.
8509         * libio/bug-wmemstream1.c: New file.
8511 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
8513         * libio/wstrops.c: Remove dead macro definitions and comments.
8514         * libio/strops.c: Likewise.
8516         [BZ #2764]
8517         * login/utmpname.c (__utmpname): Remove unnecessary test.
8519 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
8521         [BZ #2832]
8522         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
8523         0s from integers.
8525 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
8527         [BZ #2987]
8528         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
8529         for CPU clocks.
8530         * sysdeps/unix/clock_settime.c: Add support for platform-specific
8531         setting of CPU clocks.
8533 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
8535         [BZ #2841]
8536         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
8537         since C99 requires the result to promote to 'int' when uint_least8_t
8538         and uint_least16_t promote to 'int'.
8540 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
8542         [BZ #3013]
8543         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
8544         lenght of one output field, correct bitmask creation.
8545         * locale/programs/ld-time.c: Add alignment.
8547         [BZ #2997]
8548         * misc/error.c: Add space between program name and message if file
8549         name is missing.
8551 2006-08-03  Eric Blake  <ebb9@byu.net>
8553         [BZ #2998]
8554         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
8556 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
8558         * malloc/memusagestat.c: Silence warnings.
8560         * malloc/malloc.c: Dynamically size mmap treshold if the program
8561         frees mmaped blocks.
8562         Patch by Valerie Henson and Arjan van de Ven.
8564 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
8566         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
8567         __USE_GNU.
8569         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
8570         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
8571         (DEF): Don't put the var into .gnu.linkonce.r.* section.
8572         Only provide var definitions in strtol_l (or for *ull*
8573         in strtoll_l).
8575         * stdio-common/bug16.c (tests): New array.
8576         (do_tests): Allow the first hexadecimal digit
8577         to be 1, 2, 4 or 8.  Do 3 additional tests.
8579         * sysdeps/s390/fpu/libm-test-ulps: Update.
8581         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
8582         fchownat syscall if available.
8583         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
8584         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
8585         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
8587 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
8589         * nis/nis_xdr.c: Avoid some function calls.
8591 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
8592             Ulrich Drepper  <drepper@redhat.com>
8594         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
8595         short cut if only one name component is stripped away.
8597 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
8599         * nis/nis_call.c: Minor cleanups throughout.
8600         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
8601         (first_shoot): Add search_parent_first parameter.  Only if it is set
8602         search parent server first.
8603         If directory for table found through cold start cache is not the same
8604         as referenced in the cache, don't use it.
8605         (__nisfind_server): Take additional parameter.  Pass it on to
8606         first_shoot.
8607         (__prepare_niscall): Adjust __nisfind_server call.
8608         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
8609         * nis/nis_table.c: Adjust __nisfind_server call.
8610         * nis/nis_lookup.c: Likewise.
8611         (nis_lookup): Don't loop endlessly if name is reduced to ".".
8613 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
8615         [BZ #2182]
8616         * math/s_cacosh.c: Return values from positive branch.
8617         * math/s_cacoshf.c: Likewise.
8618         * math/s_cacoshl.c: Likewise.
8620         [BZ #2883]
8621         * sysvipc/sys/msg.h: Change return value to ssize_t.
8622         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
8623         * sysvipc/msgrcv.c: Likewise.
8624         * include/sys/msg.h: Likewise.
8626         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
8627         test introduced in patch for bz #661.
8628         (getgrouplist): Simplify code a bit.  Don't allocate one additional
8629         element for NEWGROUPS.
8631         [BZ #2908]
8632         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
8633         'f', use '1' as leading digit not '\1'.
8634         * stdio-common/Makefile (tests): Add bug16.
8635         * stdio-common/bug16.c: New file.
8637         [BZ #2914]
8638         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
8639         and don't try to open it.  The patch introducing the macro
8640         contained a bug and used the same file name as the new file
8641         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
8642         this out completely.
8644         [BZ #2926]
8645         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
8646         Patch by Jerry James <Jerry.James@usu.edu>.
8648         * rt/Makefile (tests): Add tst-clock2.
8649         * rt/tst-clock2.c: New file.
8651         [BZ #2978]
8652         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
8653         function and its parameters and pass it to new thread.
8654         (__gai_notify): Add support for alternative waiting for completion.
8655         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
8656         waiting for completion.
8657         * resolv/getaddrinfo_a.c: Likewise.
8658         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
8659         waiting for completion is used.
8660         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
8661         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
8662         * resolv/gai_error.c: Likewise.
8663         * resolv/gai_sigqueue.c: Likewise.
8665 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
8667         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
8668         errno to EBADF and return MACH_PORT_NULL.
8670 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
8672         [BZ #2980]
8673         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
8675 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
8677         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
8678         walk them instead of the symbol table.
8680 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
8682         [BZ #2098]
8683         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
8684         status of NSS calls, not the number of returned entries.
8686         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
8687         request_key, keyctl.
8689 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
8691         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
8693 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
8695         * elf/tst-auditmod1.c: Fix typo in #error.
8697 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
8699         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
8701         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
8703 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
8705         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
8706         that the directory is empty even on non-POSIX filesystems.
8708 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
8710         * elf/dl-open.c (dl_open_worker): Add branch prediction.
8712         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
8713         the backend NSS module.  If backend setgrent call failed, don't have
8714         internal_setgrent fail.  Just remember this until it is needed.
8715         * nis/nss_compat/compat-pwd.c: Likewise.
8716         * nis/nss_compat/compat-spwd.c: Likewise.
8718 2006-07-30  Roland McGrath  <roland@redhat.com>
8720         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
8721         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
8722         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
8723         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
8725         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
8726         (nanosleep_not_cancel): New macro.
8727         (sigsuspend_not_cancel): new macro.
8728         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
8729         (do_sigsuspend): Define as inline.
8730         (__sigsuspend): Always use do_sigsuspend.
8731         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
8732         * include/signal.h: Declare __sigsuspend_nocancel.
8733         * sysdeps/posix/pause.c
8734         [! NO_CANCELLATION] (__pause_nocancel): New function.
8736         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
8737         * include/time.h (__nanosleep_nocancel): Likewise.
8739 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
8741         * locale/programs/localedef.c (add_to_readlist): Rename local
8742         variables to avoid confusion.
8744         * locale/programs/charmap.c (charmap_read): Emit error message if
8745         charmap couldn't be found or read.
8747 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
8749         * sysdeps/unix/sysv/linux/kernel-features.h: Define
8750         __ASSUME_FUTEX_LOCK_PI.
8751         * include/time.h: Declare __nanosleep_nocancel.
8752         * include/unistd.h: Declare __pause_nocancel.
8754         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
8755         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
8756         get the __stack_chk_fail_local definition when it's needed.
8758 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
8760         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
8761         * dlfcn/bug-atexit3.c: New file.
8762         * dlfcn/bug-atexit3-lib.cc: New file.
8764         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
8765         used when the namespace is not the base namespace.
8767 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
8769         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
8770         (__new_exitfn): Bump it in every successful call.
8771         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
8772         more exit handlers, call them right away.
8773         * stdlib/exit.h: Declare __new_exitfn_called.
8775 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
8777         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
8778         calling registered handler.
8780         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
8781         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8782         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8783         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
8784         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8785         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
8786         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
8787         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8789 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
8791         * elf/dl-lookup.c (dl_new_hash): New functions.
8792         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
8793         value here.  Compute new-style hash value.  Pass new hash value
8794         and reference to variable with the old value to do_lookup_x.
8795         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
8796         old-style hash table.
8797         (_dl_debug_bindings): Pass new hash value and reference to variable
8798         with the old value to do_lookup_x.
8799         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
8800         new-style hash value and change old-style hash value parameter to
8801         be a reference.  Reoganize functions to determine whether
8802         new-style hash table is available.  Only fall back on old-style
8803         table.  If old-style hash value is needed, compute it here.
8804         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
8805         entry.
8806         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
8807         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
8808         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
8809         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
8810         * Makeconfig: If linker supports --hash-style option add it to all
8811         linker command lines to build DSOs.
8812         * config.make.in: Define have-hash-style.
8813         * configure.in: Test whether linker supports --hash-style option.
8815         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
8816         * sysdeps/generic/ldsodefs.h: Adjust prototype.
8818 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
8820         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
8821         auditing.
8823         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
8824         RPATH of main map twice.
8826 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
8828         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
8829         look further, return original strings.
8830         (_nl_find_msg): Do not return found translation if the conversion
8831         failed.  Either signal the string is unusable or that something went
8832         wrong and the original should be used.
8834 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
8836         * string/_strerror.c (__strerror_r): Add __builtin_expect.
8838 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
8840         [BZ #2766]
8841         * misc/insremque.c (insque): Handle prev == NULL.
8842         * misc/Makefile (tests): Add tst-insremque.
8843         * misc/tst-insremque.c: New test.
8845 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
8847         [BZ #2792]
8848         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
8849         conflict with DL_DST_REQUIRED.
8851 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
8853         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
8854         match what Solaris does.
8856 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
8858         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
8859         local_setegid instead of seteuid and setegid.
8860         * sysdeps/generic/local-setxid.h: New file.
8861         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
8863         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
8865         * string/Makefile (tests): Add bug-envz1.
8866         * string/bug-envz1.c: New file.
8868 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
8870         * posix/regex_internal.c (re_string_skip_chars): If no character has
8871         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
8872         to the byte which couldn't be converted.
8873         (re_string_reconstruct): Don't clear valid_raw_len before calling
8874         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
8875         tip_context using re_string_context_at.
8876         * posix/Makefile: Add rules to build and run bug-regex25 test.
8877         * posix/bug-regex25.c: New test.
8879 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
8881         [BZ #2703]
8882         * string/envz.c (envz_strip): Correct erroneously reversed src
8883         and dest parameters to memmove() invocation.
8885 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
8887         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
8888         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
8889         to make sure the database has been already invalidated.
8890         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
8891         after the cache has been invalidated.  Use pthread_mutex_lock rather
8892         than pthread_mutex_trylock if fd != -1.
8893         * nscd/connections.c (invalidate_cache): Add fd argument, write
8894         response to fd if not calling prune_cache, pass fd to prune_cache.
8895         (handle_request): Adjust invalidate_cache caller.
8896         (nscd_run): Pass -1 as fd to prune_cache.
8898 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
8900         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
8901         the correct place.
8903 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
8905         * nscd/nscd.h (struct database_dyn): Add prunelock field.
8906         * nscd/cache.c (prune_cache): Take prunelock before starting the
8907         work.  Just return in case it is already taken.
8908         * nscd/connections.c (dbs): Initialize .prunelock.
8910 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
8912         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
8913         copying.  No need to allocate new array for group members.  Just
8914         move the pointers and update the size.
8916         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
8917         Avoid memory leak in case realloc fails.  Simplification for
8918         better code generation.
8920         Avoid deprecation warning because of libc_hidden_proto for
8921         inet6_option_alloc.
8922         * inet/inet6_option.c (option_alloc): Renamed from
8923         inet6_option_alloc.  Made static.
8924         (inet6_option_alloc): Now a simple wrapper around option_alloc.
8925         (inet6_option_append): Call option_alloc.
8926         * include/netinet/in.h: Remove libc_hidden_proto for
8927         inet6_option_alloc.
8929         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
8930         for cleanup when cb!=NULL [Coverity CID 233].
8932 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
8934         [BZ #2693]
8935         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
8936         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
8937         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
8938         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
8939         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
8940         and inet6_rth_getaddr.
8941         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
8942         array.
8943         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
8944         Mark inet6_option_* interfaces as deprecated.
8945         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
8946         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
8947         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
8948         inet6_rth_segments, and inet6_rth_getaddr.
8949         * inet/inet6_opt.c: New file.
8950         * inet/inet6_rth.c: New file.
8952         * inet/netinet/icmp6.h: Pretty printing.
8954         [BZ #2683]
8955         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
8957 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
8959         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
8960         doing it all here.  When server does not know the answer do not
8961         fail immediate, try parent first.
8963         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
8964         overflow test.
8966 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
8968         * nis/nis_call.c (__prepare_niscall): New function.  Split out
8969         from __do_niscall.
8970         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
8971         and exported.
8972         (__follow_path): New function.  Split out from nis_list.
8973         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
8974         _xdr_nis_result.
8975         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
8976         _xdr_nis_result.
8977         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
8978         and __follow_path.
8979         * nis/Versions: Export __prepare_niscall, __create_ib_request,
8980         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
8981         from libnsl for version GLIBC_PRIVATE.
8982         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
8983         Remove entry parameter from _nss_nisplus_parse_pwent and
8984         _nss_nisplus_parse_grent.
8985         * nis/nss_nisplus/nisplus-parser.c: Likewise.
8986         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
8987         again.  Rewrite getpwent handling to not use nis_first_entry and
8988         nis_next_entry.  Roll out own niscall handling.
8989         * nis/nss_nisplus/nisplus-grp.c: Likewise.
8991         * sunrpc/xdr_rec.c: Fix typo in comment.
8993 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
8995         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
8996         handling.
8998         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
8999         to allocate memory for my_pollfd.  Better initialization of
9000         cb_is_running.  Use TEMP_FAILURE_RETRY.
9002         * malloc/memusage.sh (memusageso): Add quotes.
9003         (memusagestat): Likewise.
9004         * debug/xtrace.sh (pcprofileso): Likewise.
9005         (pcprofiledump): Likewise.
9006         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
9007         replacement.
9008         * malloc/Makefile ($(objpfx)memusage): Likewise.
9010         * nis/nis_callback.c (__nis_create_callback): Calls to
9011         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
9012         asprintf call fails.
9014         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
9015         no uninitialized memory is passed to sendto.
9017 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9019         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
9020         of snprintf+strdup.  Handle OOM.
9021         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
9022         cb->serv together.  Remove now obsolete free calls.
9023         (__nis_destroy_callback): Remove now obsolete free call.
9025 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
9027         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
9028         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
9029         and ULA respectively). Set precedence for IPv4 address to 10 as
9030         defined in RFC3484 for preferring IPv6.
9031         * posix/gai.conf: Update to match the new default tables.
9033 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
9035         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
9036         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
9037         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
9038         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
9040         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
9041         Removed.
9042         (init_nss_interface): Remove initialization of these variables.
9044 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9046         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
9047         nis_free_directory forward to avoid duplication.
9049 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
9051         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
9052         rec_dirsearch returning NULL.
9053         (first_shoot): Handle __nis_finddirectory returning NULL.
9054         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
9056         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
9057         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
9059 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
9061         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
9062         pid changed.
9064 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
9066         * include/rpc/pmap_prot.h: Mark all functions as hidden.
9068         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
9069         * nscd/nscd_getgr_r.c: Likewise.
9071         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
9073         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
9074         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
9076         * stdlib/longlong.h (__clz_tab): Mark as hidden.
9078         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
9080         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
9082         * include/rpc/auth.h: Mark xdr_des_block_internal and
9083         xdr_opaque_auth_internal as hidden.
9085         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
9086         hidden.
9088         * include/rpc/xdr.h: Mark all _internal functions as hidden.
9090         * misc/getusershell.c (okshells): Don't use static initializers,
9091         do it dynamically.
9093         * stdlib/fmtmsg.c (keywords): Change type of len element to
9094         uint32_t to not waste space on 64bit machines.
9096         * locale/setlocale.c: Change _nl_category_names into a string.
9097         Add new _nl_category_name_idxs.  Change all users.
9098         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
9099         Declare _nl_category_name_idxs.
9100         * locale/findlocale.c: Adjust for _nl_category_names change.
9101         * locale/loadlocale.c: Likewise.
9102         * locale/newlocale.c: Likewise.
9103         * intl/dcigettext.c: Likewise.
9105         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
9106         (add_alias2): ...here.  New function.
9107         (__gconv_read_conf): Simplify builtin alias handling.
9108         (builtin_aliases): Convert to string to avoid relocations.
9109         * iconv/gconv_builtin.h: Add comment about correct formatting.
9111 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
9113         * resolv/res_debug.c (loc_ntoa): Make error const.
9115 2006-05-14  Andreas Schwab  <schwab@suse.de>
9117         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
9119 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
9121         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
9122         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
9123         sizeof (cpu_set_t).
9125 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
9127         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
9129         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
9131         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
9132         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
9134         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
9135         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
9137         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
9138         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
9139         xdr_cback_data.
9141         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
9142         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9143         xdr_ypupdate_args.
9145         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
9146         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
9148         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
9149         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
9151         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
9152         * include/rpcsvc/nis_callback.h: New file.
9154         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
9155         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
9157         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9158         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9160         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
9161         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
9163         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9164         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9166         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
9167         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9168         xdr_ypdelete_args.
9170         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
9171         __BEGIN_DECLS and __END_DECLS, the header is not installed.
9173         * nis/nis_error.c: Remove table of strings.  Use position
9174         independent mechanism.
9175         * nis/nis_error.h: New file.
9177 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
9179         * locale/programs/ld-time.c (time_finish): If wide era name or
9180         format aren't provided, set both wname and wformat to L"".
9182 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9184         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
9185         results if the call was succesful.
9187         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
9189         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
9190         as hidden.
9192 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
9194         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
9196 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9198         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
9199         caller makes sure this is not the case.
9200         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
9202 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
9204         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
9205         calls.
9207         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
9208         [Coverity CID 229, 230]
9210         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
9211         DGETTEXT calls.
9212         (hol_help): Likewise.  [Coverity CID 226, 227]
9214         * string/argz-replace.c (__argz_replace): Unconditionally call
9215         free on SRC.  [Coverity CID 225]
9217         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
9218         the return value of __nis_default_owner and __nis_default_group,
9219         it has been especially allocated.  [Coverity CID 224]
9221         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
9222         searchgroup and searchowner.  Significantly simplified.
9223         (__nis_default_owner): Remove duplication.  Do not locally copy the
9224         string before duplicating it.
9225         (__nis_default_group): Likewise.
9227         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
9228         we must clear the variable before calling __nisfind_server.
9230         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
9231         nis_getnames.  [Coverity CID 223]
9233         * locale/programs/locfile.c (locfile_read): Use alloca instead of
9234         xmalloc to allocate local repertoire name.  [Coverity CID 222]
9236         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
9237         allocate memory for the input to add_bytes.  [Coverity CID 221]
9239         * posix/wordexp.c (w_addword): Free word if realloc fails and it
9240         was allocated here.  [Coverity CID 219, 220]
9242         * posix/getconf.c (print_all): Free confstr data after printing.
9243         [Coverity CID 218]
9245         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
9246         list allocation fails.  [Coverity CID 215]
9248         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
9249         [Coverity CID 213]
9251         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
9252         string is NULL.  [Coverity CID 212]
9253         * argp/Makefile: Add rules to build and run bug-argp1.
9254         * argp/bug-argp1.c: New file.
9256         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
9257         end of string.
9258         * stdlib/canonicalize.c (__realpath): Likewise.
9260         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
9261         pointer.  [Coverity CID 206]
9263         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
9264         in statically linked code.
9265         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
9266         statically built code, be prepared to have no link map.
9267         [Coverity CID 205]
9269         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
9270         dgettext calls. [Coverity CID 204]
9272         * argp/argp-help.c (struct uparams): Remove valid member.  Change
9273         the one user.
9274         (uparam_names): Reduce size.  Avoid relative relocations.
9275         Moved to read-only segment.
9276         (fill_in_uparams): Update for new layout.
9278         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
9279         assumed to always be != NULL. [Coverity CID 202]
9281         * argp/argp-help.c (hol_entry_help): Remove some dead code
9282         [Coverity CID 200].
9284         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
9285         away a few more unconditional yperr2nss calls.
9286         (_nss_nis_getservbyname_r): Likewise.
9288 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
9290         * sysdeps/generic/ldsodefs.h: Remove support for non-core
9291         architectures.
9293         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
9294         that unused memory passed to sendto is nevertheless initialized.
9296         [BZ #2499]
9297         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
9298         possibly unaligned memory accesses.
9300         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
9301         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
9302         and __putlong respectively.  Correct buffer overflow check for
9303         NS_NOTIFY_OP.
9305         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
9307         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
9308         (send_dg): Rewrite error handling to be more compact and avoid
9309         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
9311         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
9313         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
9314         instead of ns_get16.
9315         (res_queriesmatch): Likewise.  Minor optimization.
9317         [BZ #2499]
9318         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
9319         __libc_res_nsend might reallocate the buffer for the answer.  In
9320         this case we have to reload the HP pointer.
9322 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9324         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
9325         some branch prediction hints.
9327         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
9328         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9329         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9330         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9331         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9332         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9333         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9334         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9336 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9338         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
9339         by a GOT relocation to make Scrt1.o position independent.
9340         * sysdeps/s390/s390-64/elf/start.S: Likewise.
9342         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
9343         six system call parameters.
9344         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
9346 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9348         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
9349         malloc&bzero.
9351         * sunrpc/svc_udp.c (BZERO): Remove definition.
9352         (CALLOC): Define.
9353         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
9355         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
9356         (des_SPtrans): Use uint32_t type.
9357         (des_skb): Likewise.
9359         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
9361 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
9363         [BZ #2509]
9364         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
9365         on 32-bit arches.
9367 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9369         * locale/programs/ld-address.c (address_finish): Fix one more
9370         place where the iso639 array might be accessed beyond the limits.
9372 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
9374         * nis/nis_table.c (nis_list): Avoid clearing res twice before
9375         filling it for the first time.
9377         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
9378         Adjust all callers.
9379         Free res object content before returning.
9381         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
9383         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
9384         client->cl_auth.
9386         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
9387         cleanup for initial thread, just the free call on TVP.
9389         * nscd/gai.c (__getline): Define.
9392 See ChangeLog.16 for earlier changes.