platform/upstream/linaro-glibc.git
15 years ago(main_loop_poll): Pass a buffer which is guaranteed to be large enough to read inotif...
Ulrich Drepper [Sun, 3 Aug 2008 15:46:46 +0000 (15:46 +0000)]
(main_loop_poll): Pass a buffer which is guaranteed to be large enough to read inotify event.  Ignore EAGAIN error.  Better error message. Add branch predicition. (main_loop_epoll): Likewise.

15 years ago* sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
Roland McGrath [Sat, 2 Aug 2008 20:12:12 +0000 (20:12 +0000)]
* sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):

Add memory clobbers.

15 years ago2008-08-02 Roland McGrath <roland@frob.com>
Roland McGrath [Sat, 2 Aug 2008 20:12:08 +0000 (20:12 +0000)]
2008-08-02  Roland McGrath  <roland@frob.com>

* sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
Add memory clobbers.

15 years ago* manual/arith.texi: Avoid @strong{Note:}.
Ulrich Drepper [Sat, 2 Aug 2008 16:30:28 +0000 (16:30 +0000)]
* manual/arith.texi: Avoid @strong{Note:}.

* manual/creature.texi: Likewise.
* manual/filesys.texi: Likewise.
* manual/math.texi: Likewise.
* manual/memory.texi: Likewise.
* manual/resource.texi: Likewise.
* manual/syslog.texi: Likewise.
* manual/time.texi: Likewise.

15 years ago* sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
Ulrich Drepper [Sat, 2 Aug 2008 15:53:18 +0000 (15:53 +0000)]
* sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline

to prevent warning.

15 years ago* sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
Ulrich Drepper [Fri, 1 Aug 2008 23:49:18 +0000 (23:49 +0000)]
* sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for

new epoll_create1 interface.
* sysdeps/unix/sysv/linux/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.

15 years ago* include/arpa/nameser.h (NS_GET16): Use const pointer.
Ulrich Drepper [Fri, 1 Aug 2008 22:40:06 +0000 (22:40 +0000)]
* include/arpa/nameser.h (NS_GET16): Use const pointer.

(NS_GET32): Likewise.

15 years ago* sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
Ulrich Drepper [Fri, 1 Aug 2008 21:51:11 +0000 (21:51 +0000)]
* sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new

syscalls, too.

15 years ago* sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
Ulrich Drepper [Fri, 1 Aug 2008 18:03:57 +0000 (18:03 +0000)]
* sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot

use the AT_EXECFN value if it is no absolute path.
* sysdeps/unix/sysv/linux/kernel-features.h: Never define
__ASSUME_AT_EXECFN.

15 years ago* Versions.def: Add GLIBC_2.9 to libresolv.
Ulrich Drepper [Fri, 1 Aug 2008 17:16:31 +0000 (17:16 +0000)]
* Versions.def: Add GLIBC_2.9 to libresolv.

* include/resolv.h: Remove hidden proto declarations for __ns_*
functions.  Add them for __dn_count_labels and __p_secstodate.
* include/arpa/nameser.h: Add a number of hidden proto declarations.
Define ns_msg_getflags macro here.
* resolv/res_debug.c: Add hidden definition for __dn_count_labels
and __p_secstodate.
* resolv/Versions: Export functions from <arpa/nameser.h> from
libresolv in version GLIBC_2.9.
* resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
hidden definitions.
* resolv/ns_netint.c: Likewise.
* resolv/ns_parse.c: Likewise.
* resolv/ns_print.c: Likewise.
* resolv/ns_samedomain.c: Likewise.
* resolv/ns_ttl.c: Likewise.
* resolv/arpa/nameser_compat.h: Likewise.
* resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
function calls.
* resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
instead of ns_get16.
* resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
__ns_get32 instead of ns_get16 and ns_get32 respectively.
(gaih_getanswer_slice): Likewise.
* resolv/Makefile (libresolv-routines): Add ns_date.
* resolv/ns_date.c: New file.

15 years ago* elf/Makefile (check-localplt.out): Also check libresolv and
Ulrich Drepper [Fri, 1 Aug 2008 07:51:52 +0000 (07:51 +0000)]
* elf/Makefile (check-localplt.out): Also check libresolv and

libcrypt.

15 years ago* sysdeps/unix/sysv/linux/kernel-features.h: Define
Ulrich Drepper [Thu, 31 Jul 2008 20:12:34 +0000 (20:12 +0000)]
* sysdeps/unix/sysv/linux/kernel-features.h: Define

__ASSUME_O_CLOEXEC.

15 years ago* sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
Ulrich Drepper [Wed, 30 Jul 2008 19:14:32 +0000 (19:14 +0000)]
* sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial

buffer passed to NSS functions.

15 years ago* nscd/connections.c (nscd_init): Type if preprocessor directive.
Ulrich Drepper [Wed, 30 Jul 2008 16:33:19 +0000 (16:33 +0000)]
* nscd/connections.c (nscd_init): Type if preprocessor directive.

* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
Define.

15 years ago* misc/syslog.c (openlog_internal): Fix compile problem.
Ulrich Drepper [Wed, 30 Jul 2008 15:55:36 +0000 (15:55 +0000)]
* misc/syslog.c (openlog_internal): Fix compile problem.

15 years ago(openlog_internal): Fix compile problem.
Ulrich Drepper [Wed, 30 Jul 2008 15:55:18 +0000 (15:55 +0000)]
(openlog_internal): Fix compile problem.

15 years ago* elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
Roland McGrath [Tue, 29 Jul 2008 01:18:31 +0000 (01:18 +0000)]
* elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.

15 years ago2008-07-28 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 29 Jul 2008 01:18:26 +0000 (01:18 +0000)]
2008-07-28  Roland McGrath  <roland@redhat.com>

* elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.

15 years ago* io/ftw.c (add_object): Remove inline to avoid warning.
Ulrich Drepper [Tue, 29 Jul 2008 00:26:56 +0000 (00:26 +0000)]
* io/ftw.c (add_object): Remove inline to avoid warning.

15 years ago* sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
Ulrich Drepper [Tue, 29 Jul 2008 00:25:12 +0000 (00:25 +0000)]
* sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.

15 years ago* resolv/res_send.c (__libc_res_nsend): Take additional parameter.
Ulrich Drepper [Mon, 28 Jul 2008 22:55:10 +0000 (22:55 +0000)]
* resolv/res_send.c (__libc_res_nsend): Take additional parameter.

Use it instead of locally defined resplen2 variable.
(res_nsend): Adjust for __libc_res_nsend interface change.
(send_vc): Initialize *resplen2 if necessary.  Read length of
package into an appropriately aligned variable.  Store converted length
in new variable and use it appropriately.
Add branch prediction help.
* resolv/res_query.c (__libc_res_nquery): Take additional parameter
and pass it on to __libc_res_nsend.  Adjust all callers.
(__libc_res_nsearch): Likewise.
(__libc_res_nqeurydomain): Likewise.
* resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
change.
(_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
Define resplen2 variable and pass it to __libc_res_nsearch and then
to gaih_getanswer.
(getanswer_r): In case of incorrect DNS data don't overread buffer.
Add branch prediction.
(gaih_getanswer_slice): Likewise.  Check for invalid data types.
(gaih_getanswer): Don't decode second slice if first one failed due
to a too small buffer.  Don't let not found status of second
decoder shadow results of the first.
* resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
and __libc_res_nquery interface changes
(gethostbyaddr): Adjust for __libc_res_nquery interface change.
* include/resolv.h: Adjust prototypes for __libc_res_nquery,
__libc_res_nsearch, and __libc_res_nsend.
* resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
change.
* resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
__libc_res_nsearch interface changes.

15 years ago* libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
Ulrich Drepper [Sun, 27 Jul 2008 22:34:39 +0000 (22:34 +0000)]
* libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.

15 years ago* posix/wordexp.c (exec_comm): Use pipe2 if possible to create
Ulrich Drepper [Sun, 27 Jul 2008 19:08:19 +0000 (19:08 +0000)]
* posix/wordexp.c (exec_comm): Use pipe2 if possible to create

file descriptors with close-on-exec set.
(exec_comm_child): Fix the case where the write end of the pipe is
STDOUT_FILENO already.  In case it is, clear close-on-exec.

15 years ago* sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
Ulrich Drepper [Sun, 27 Jul 2008 18:26:13 +0000 (18:26 +0000)]
* sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.

* io/pipe2.c: Likewise.
* sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
instead of __ASSUME_PACCEPT.
* include/unistd.h: Declare __have_pipe2.
* libio/iopopen.c: Implement "e" flag.
* libio/Makefile (tests): Add tst-popen1.
* libio/tst-popen1.c: New file.

15 years ago* sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
Ulrich Drepper [Sun, 27 Jul 2008 08:25:37 +0000 (08:25 +0000)]
* sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.

* sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.

15 years ago[BZ #6771]
Ulrich Drepper [Sat, 26 Jul 2008 23:42:14 +0000 (23:42 +0000)]
[BZ #6771]

* libio/fileops.c (_IO_new_file_attach): Preserve errno around
success call of _IO_SEEKOFF or calls which failed because the
descriptor is for a pipe.

15 years ago* sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
Ulrich Drepper [Sat, 26 Jul 2008 23:12:04 +0000 (23:12 +0000)]
* sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of

magic number.

15 years ago* misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
Ulrich Drepper [Sat, 26 Jul 2008 22:55:08 +0000 (22:55 +0000)]
* misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.

15 years ago* malloc/mtrace.c (mtrace): Use 'e' flag in fopen call. Drop
Ulrich Drepper [Sat, 26 Jul 2008 22:43:16 +0000 (22:43 +0000)]
* malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop

F_SETFD use if we know fopen set the flag.

15 years ago* login/utmp_file.c (setutent_file): Minor optimization in case
Ulrich Drepper [Sat, 26 Jul 2008 22:35:15 +0000 (22:35 +0000)]
* login/utmp_file.c (setutent_file): Minor optimization in case

O_CLOEXEC is available.

15 years ago* Makeconfig: Define pie-ccflag and PIE-ccflag variables.
Ulrich Drepper [Sat, 26 Jul 2008 22:22:24 +0000 (22:22 +0000)]
* Makeconfig: Define pie-ccflag and PIE-ccflag variables.

* elf/Makefile: Use pie-ccflag variable.
* nscd/Makefile: Likewise.
* sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.

15 years ago[BZ #6763]
Ulrich Drepper [Sat, 26 Jul 2008 17:46:56 +0000 (17:46 +0000)]
[BZ #6763]

the same treatment as narrow output code in last patch.
[BZ #6763]

15 years ago[BZ #6724]
Ulrich Drepper [Sat, 26 Jul 2008 17:44:03 +0000 (17:44 +0000)]
[BZ #6724]

15 years ago* Versions.def: Add GLIBC_2.9 version tag for libutil.
Ulrich Drepper [Sat, 26 Jul 2008 17:43:30 +0000 (17:43 +0000)]
* Versions.def: Add GLIBC_2.9 version tag for libutil.

* sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
* sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
* sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
utmp32, utmpx32 and login32.
* sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
versions of struct utmp functions to libc and libutil.
* sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.

15 years ago* scripts/gen-as-const.awk: Generate more widely usable code by
Ulrich Drepper [Sat, 26 Jul 2008 16:35:21 +0000 (16:35 +0000)]
* scripts/gen-as-const.awk: Generate more widely usable code by

using 64-bit arithmetic.

15 years ago* stdio-common/printf_fp.c (___printf_fp): Give wide outout code
Ulrich Drepper [Sat, 26 Jul 2008 16:32:59 +0000 (16:32 +0000)]
* stdio-common/printf_fp.c (___printf_fp): Give wide outout code

the same treatment as narow output code in last patch.

15 years ago* sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
Ulrich Drepper [Sat, 26 Jul 2008 08:42:54 +0000 (08:42 +0000)]
* sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.

* elf/dl-load.c (local_strdup): Remove inline.
(_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
* elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
part of the object.

* sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.

15 years ago* sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
Ulrich Drepper [Sat, 26 Jul 2008 05:44:56 +0000 (05:44 +0000)]
* sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have

the new syscalls, too.

15 years ago* sysdeps/unix/sysv/linux/kernel-features.h: IA-64 has the new
Ulrich Drepper [Sat, 26 Jul 2008 05:41:16 +0000 (05:41 +0000)]
* sysdeps/unix/sysv/linux/kernel-features.h: IA-64 has the new

syscalls, too.

15 years ago* sysdeps/i386/i686/memcmp.S: Fix unwind information.
Ulrich Drepper [Sat, 26 Jul 2008 05:27:49 +0000 (05:27 +0000)]
* sysdeps/i386/i686/memcmp.S: Fix unwind information.

Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.

15 years ago[BZ #6698]
Ulrich Drepper [Fri, 25 Jul 2008 23:39:16 +0000 (23:39 +0000)]
[BZ #6698]

* stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
parameter for end of buffer.  If temporary copy is too large use
malloc.
* stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
interface change.
* stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
string rewrite when allocating buffer.

15 years ago* sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
Ulrich Drepper [Fri, 25 Jul 2008 21:03:16 +0000 (21:03 +0000)]
* sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new

syscalls, too.

15 years ago* nscd/connections.c (nscd_init): Clean up fcntl call.
Ulrich Drepper [Fri, 25 Jul 2008 18:38:20 +0000 (18:38 +0000)]
* nscd/connections.c (nscd_init): Clean up fcntl call.

15 years ago* nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
Ulrich Drepper [Fri, 25 Jul 2008 18:31:07 +0000 (18:31 +0000)]
* nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and

SOCK_NONBLOCK if possible.

15 years ago* sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
Ulrich Drepper [Fri, 25 Jul 2008 18:16:57 +0000 (18:16 +0000)]
* sysdeps/unix/sysv/linux/opensock.c (__opensock): Use

SOCK_CLOEXEC if available.

15 years ago* include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
Ulrich Drepper [Fri, 25 Jul 2008 17:06:50 +0000 (17:06 +0000)]
* include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and

__libc_clntudp_bufcreate_internal.
* include/sys/socket.h: Declare __have_sock_cloexec.
* socket/Makefile (aux): Add have_sock_cloexec.
* socket/have_sock_cloexec.c: New file.
* sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
__libc_clntudp_bufcreate.
(__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
which takes an additional parameter.  Create socket with non-blocking
mode and close-on-exec flag set, if wanted.
* sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
* nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
instead of clntudp_create.  The socket has already the close-on-exec
flag set if SOCK_CLOEXEC is defined.

15 years ago* sysdeps/unix/sysv/linux/kernel-features.h: Define
Ulrich Drepper [Fri, 25 Jul 2008 05:30:10 +0000 (05:30 +0000)]
* sysdeps/unix/sysv/linux/kernel-features.h: Define

__ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
appropriate.
* nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
non-blocking mode by using socket, paccept, and inotify_init1.

15 years ago* Versions.def (glibc): Add GLIBC_2.9.
Ulrich Drepper [Fri, 25 Jul 2008 04:51:56 +0000 (04:51 +0000)]
* Versions.def (glibc): Add GLIBC_2.9.

* io/Makefile (routines): Add dup3 and pipe2.
* io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
* io/dup3.c: New file.
* io/pipe2.c: New file.
* posix/unistd.h: Declare dup3 and pipe2.
* socket/Makefile (routines): Add paccept.
* socket/Versions [glibc] (GLIBC_2.9): Add paccept.
* socket/paccept.c: New file.
* socket/sys/socket.h: Declare paccept.
* sysdeps/unix/syscalls.list: Add entry for dup3.
* sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
epoll_create2 and inotify_init1.
* sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
* sysdeps/unix/sysv/linux/paccept.c: New file.
* sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
possible.
* sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
* sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
inotify_init1, and pipe2 entries.
* sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
* sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
* sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
* sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
* sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
* sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
SOCK_NONBLOCK.
* sysdeps/unix/sysv/linux/i386/paccept.S: New file.
* sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
* sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
* sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
* sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
* sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
* sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
* sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
EPOLL_NONBLOCK.  Declare epoll_create2.
* sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
EFD_NONBLOCK.
* sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
IN_NONBLOCK.  Declare inotify_init1.
* sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
SFD_NONBLOCK.
* sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
TFD_NONBLOCK.

15 years ago* elf/elf.h: Define AT_EXECFN.
Ulrich Drepper [Thu, 24 Jul 2008 18:33:44 +0000 (18:33 +0000)]
* elf/elf.h: Define AT_EXECFN.

* elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
LD_ORIGIN_PATH.
* elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
* elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
if __ASSUME_AT_EXECFN is defined.
(_dl_aux_init): Handle AT_EXECFN.
* sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
for 2.6.27 and up.
* sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
* sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
_dl_execfn if available and avoid compatibility code if
__ASSUME_AT_EXECFN is defined.

15 years ago[BZ #6712]
Ulrich Drepper [Thu, 24 Jul 2008 18:20:03 +0000 (18:20 +0000)]
[BZ #6712]

2008-07-24  Ulrich Drepper  <drepper@redhat.com>
* sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
_dl_discover_osversion only for older kernels.

[BZ #6712]

15 years agoDon't declare _dl_discover_osversion only for older kernels.
Ulrich Drepper [Thu, 24 Jul 2008 18:03:17 +0000 (18:03 +0000)]
Don't declare _dl_discover_osversion only for older kernels.

15 years ago* hurd/fd-read.c (_hurd_fd_read): Fix last change.
Roland McGrath [Tue, 22 Jul 2008 20:21:19 +0000 (20:21 +0000)]
* hurd/fd-read.c (_hurd_fd_read): Fix last change.

16 years ago* hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
Roland McGrath [Mon, 21 Jul 2008 19:50:40 +0000 (19:50 +0000)]
* hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server

returned too much data out of line.

16 years ago2008-07-21 Roland McGrath <roland@frob.com>
Roland McGrath [Mon, 21 Jul 2008 19:50:36 +0000 (19:50 +0000)]
2008-07-21  Roland McGrath  <roland@frob.com>

* hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
returned too much data out of line.

16 years ago* locale/setlocale.c (setname): Remove inline to avoid compiler
Ulrich Drepper [Sun, 20 Jul 2008 17:11:28 +0000 (17:11 +0000)]
* locale/setlocale.c (setname): Remove inline to avoid compiler

warning.

16 years ago* locale/setlocale.c (setlocale): Take the setlocale lock earlier.
Ulrich Drepper [Sun, 20 Jul 2008 08:49:18 +0000 (08:49 +0000)]
* locale/setlocale.c (setlocale): Take the setlocale lock earlier.

16 years ago* stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
Ulrich Drepper [Tue, 15 Jul 2008 18:13:22 +0000 (18:13 +0000)]
* stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn

doesn't manage to write anything, fail.

16 years ago* malloc/hooks.c (__malloc_check_init): Remove printf.
Ulrich Drepper [Tue, 15 Jul 2008 17:16:43 +0000 (17:16 +0000)]
* malloc/hooks.c (__malloc_check_init): Remove printf.

16 years ago(__malloc_check_init): Remove printf.
Ulrich Drepper [Tue, 15 Jul 2008 17:16:07 +0000 (17:16 +0000)]
(__malloc_check_init): Remove printf.

16 years ago* sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
Roland McGrath [Mon, 14 Jul 2008 01:16:45 +0000 (01:16 +0000)]
* sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.

16 years ago2008-07-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
Roland McGrath [Mon, 14 Jul 2008 01:16:41 +0000 (01:16 +0000)]
2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>

* sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.

16 years ago* nscd/connections.c (main_loop_poll): Fix handling of read errors
Ulrich Drepper [Sat, 12 Jul 2008 17:40:49 +0000 (17:40 +0000)]
* nscd/connections.c (main_loop_poll): Fix handling of read errors

from inotify.
(main_loop_epoll): Likewise.

16 years ago* locales/iso14651_t1_common: Add Kannada collation support.
Ulrich Drepper [Fri, 11 Jul 2008 17:05:42 +0000 (17:05 +0000)]
* locales/iso14651_t1_common: Add Kannada collation support.

Patch by Pravin Satpute <psatpute@redhat.com>.

16 years ago* resolv/res_send.c: Remove unnecessary res_pquery prototype.
Ulrich Drepper [Wed, 9 Jul 2008 22:41:56 +0000 (22:41 +0000)]
* resolv/res_send.c: Remove unnecessary res_pquery prototype.

16 years ago* resolv/res_query.c (__libc_res_nquery): Issue debug message only
Ulrich Drepper [Wed, 9 Jul 2008 20:48:04 +0000 (20:48 +0000)]
* resolv/res_query.c (__libc_res_nquery): Issue debug message only

if DEBUG is defined.

16 years ago* resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
Ulrich Drepper [Wed, 9 Jul 2008 17:59:15 +0000 (17:59 +0000)]
* resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA

query.  Adjust buffer size computation for padding.

16 years ago* stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
Ulrich Drepper [Tue, 8 Jul 2008 16:32:55 +0000 (16:32 +0000)]
* stdio-common/Makefile: Add rules to build and run tst-setvbuf1.

* stdio-common/tst-setvbuf1.c: New file.
* stdio-common/tst-setvbuf1.expect: New file.

16 years ago[BZ #6719]
Ulrich Drepper [Tue, 8 Jul 2008 16:21:11 +0000 (16:21 +0000)]
[BZ #6719]

2008-07-08  Ulrich Drepper  <drepper@redhat.com>
[BZ #6719]
* libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
when selecting fully-buffered stream.
Patch by Wang Xin <wxinee@gmail.com>.

16 years ago[BZ #6713]
Ulrich Drepper [Tue, 8 Jul 2008 12:43:50 +0000 (12:43 +0000)]
[BZ #6713]

2008-07-08  Ulrich Drepper  <drepper@redhat.com>
[BZ #6713]
* charmaps/UTF-8: Fix U1DBA entry representation.
Patch by Colin Watson.

16 years agoFix U1DBA entry representation.
Ulrich Drepper [Tue, 8 Jul 2008 12:43:04 +0000 (12:43 +0000)]
Fix U1DBA entry representation.

16 years ago* sysdeps/mach/hurd/open.c: Include <stdio.h>.
Roland McGrath [Mon, 7 Jul 2008 00:41:09 +0000 (00:41 +0000)]
* sysdeps/mach/hurd/open.c: Include <stdio.h>.

(__open_2): New function.
(__open64_2): New alias to __open_2.
* sysdeps/mach/hurd/openat.c: Include <stdio.h>.
(__openat_2): New function.
(__openat64_2): New alias to __openat_2.

16 years ago2008-07-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
Roland McGrath [Mon, 7 Jul 2008 00:41:05 +0000 (00:41 +0000)]
2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>

* sysdeps/mach/hurd/open.c: Include <stdio.h>.
(__open_2): New function.
(__open64_2): New alias to __open_2.
* sysdeps/mach/hurd/openat.c: Include <stdio.h>.
(__openat_2): New function.
(__openat64_2): New alias to __openat_2.

16 years ago[BZ #6723]
Ulrich Drepper [Sun, 6 Jul 2008 21:19:37 +0000 (21:19 +0000)]
[BZ #6723]

..
2008-07-06  Ulrich Drepper  <drepper@redhat.com>

[BZ #6723]
* time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.

16 years ago(__mktime_internal): Normalize tp->tm_isdst value.
Ulrich Drepper [Sun, 6 Jul 2008 21:17:58 +0000 (21:17 +0000)]
(__mktime_internal): Normalize tp->tm_isdst value.

16 years ago* sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
Roland McGrath [Wed, 2 Jul 2008 19:35:02 +0000 (19:35 +0000)]
* sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.

* sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
* sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
* hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
* hurd/get-host.c (_hurd_get_host_config): Likewise.
* sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.

16 years ago* sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
Roland McGrath [Wed, 2 Jul 2008 09:54:02 +0000 (09:54 +0000)]
* sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.

* hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
* sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
__hurd_dfail.
* sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
* sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
* sysdeps/mach/hurd/send.c (__send): Likewise.
* sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
* sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.

16 years ago2008-07-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
Roland McGrath [Wed, 2 Jul 2008 09:53:29 +0000 (09:53 +0000)]
2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>

* sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
* hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
* sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
__hurd_dfail.
* sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise
* sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise
* sysdeps/mach/hurd/send.c (__send): Likewise
* sysdeps/mach/hurd/sendfrom.c (__sendfrom): Likewise
* sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise

16 years agoRemove use of __P.
Ulrich Drepper [Fri, 27 Jun 2008 21:36:13 +0000 (21:36 +0000)]
Remove use of __P.

16 years ago* resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
Ulrich Drepper [Fri, 27 Jun 2008 18:27:27 +0000 (18:27 +0000)]
* resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.

16 years ago[BZ #6657]
Ulrich Drepper [Fri, 27 Jun 2008 17:27:39 +0000 (17:27 +0000)]
[BZ #6657]

2008-06-27  Ulrich Drepper  <drepper@redhat.com>
[BZ #6657]
* time/strptime_l.c: Don't clear s.era_cnt after successful match
of %EY.
Patch by Petr Baudis.

16 years ago* resolv/res_debig.c (__p_type_syms): Add ns_t_dname entry.
Ulrich Drepper [Fri, 27 Jun 2008 04:45:06 +0000 (04:45 +0000)]
* resolv/res_debig.c (__p_type_syms): Add ns_t_dname entry.

Patch by Peter Jones <pjones@redhat.com>.

16 years ago[BZ #6654]
Ulrich Drepper [Thu, 26 Jun 2008 00:42:12 +0000 (00:42 +0000)]
[BZ #6654]

2008-06-25  Ulrich Drepper  <drepper@redhat.com>
[BZ #6654]
* stdlib/canonicalize.c (__realpath): readlink can write too much
into the buffer on platforms without PATH_MAX.

16 years ago[BZ #6653]
Ulrich Drepper [Wed, 25 Jun 2008 23:27:16 +0000 (23:27 +0000)]
[BZ #6653]

16 years ago* posix/tst-regex.c (main): Rename to...
Ulrich Drepper [Wed, 25 Jun 2008 23:26:07 +0000 (23:26 +0000)]
* posix/tst-regex.c (main): Rename to...

(do_test): ... this. Remove cmdline option processing.
(TIMEOUT): Define.
(TEST_FUNCTION): Define.
(CMDLINE_OPTIONS): Define.

16 years ago[BZ #5210]
Ulrich Drepper [Wed, 25 Jun 2008 19:37:46 +0000 (19:37 +0000)]
[BZ #5210]

2008-06-25  Ulrich Drepper  <drepper@redhat.com>
[BZ #5210]
* configure.in: Add -Werror to -fstack-protector test to catch
unsupported architectures.
Patch by Gilles Esponasse <g.esp@free.fr>.

16 years ago[BZ #5814]
Ulrich Drepper [Wed, 25 Jun 2008 19:33:49 +0000 (19:33 +0000)]
[BZ #5814]

2008-06-25  Ulrich Drepper  <drepper@redhat.com>
[BZ #5814]
* locales/fi_FI: Fix separator for hours, minutes, and seconds.

16 years ago* stdlib/tst-setcontext.c: Set back_in_main before exit if
Ulrich Drepper [Wed, 25 Jun 2008 17:59:16 +0000 (17:59 +0000)]
* stdlib/tst-setcontext.c: Set back_in_main before exit if

getcontext returns ENOSYS.

16 years ago* locales/iso14651_t1_common: Add support for Gurumukhi script.
Ulrich Drepper [Tue, 24 Jun 2008 16:59:47 +0000 (16:59 +0000)]
* locales/iso14651_t1_common: Add support for Gurumukhi script.

Patch by Pravin Satpute <psatpute@redhat.com>.

16 years ago* nscd/connections.c (main_loop_poll): Fix test for read error.
Ulrich Drepper [Wed, 18 Jun 2008 22:28:58 +0000 (22:28 +0000)]
* nscd/connections.c (main_loop_poll): Fix test for read error.

(main_loop_epoll): Likewise.

16 years ago* sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
Ulrich Drepper [Fri, 13 Jun 2008 23:35:47 +0000 (23:35 +0000)]
* sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a

better place so it is not called when nscd is used.

16 years ago* nscd/connections.c: Also recognize and handle changes to the
Ulrich Drepper [Fri, 13 Jun 2008 16:31:07 +0000 (16:31 +0000)]
* nscd/connections.c: Also recognize and handle changes to the

resolver configuration file.

16 years ago[BZ #6612]
Ulrich Drepper [Fri, 13 Jun 2008 06:08:54 +0000 (06:08 +0000)]
[BZ #6612]

* time/strftime.c: Pass reference to tzset_called around to handle
recursive calls.

[BZ #6612]
* time/strftime.c (__strftime_internal): Call tzset() only
when printing timezone-dependent values.
Based on a patch by Petr Baudis <pasky@suse.cz>.

16 years ago* resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
Ulrich Drepper [Fri, 13 Jun 2008 04:36:35 +0000 (04:36 +0000)]
* resolv/nss_dns/dns-host.c (gaih_getanswer): Don't

unconditionally use second gaih_getanswer_slice result.

16 years ago* sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
Ulrich Drepper [Fri, 13 Jun 2008 02:12:05 +0000 (02:12 +0000)]
* sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.

(getaddrinfo): RES must always be non-NULL.

16 years ago* sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
Ulrich Drepper [Fri, 13 Jun 2008 01:18:22 +0000 (01:18 +0000)]
* sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using

cr[34] registers.
* sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
* sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
Likewise.
* sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
register.

16 years ago* nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
Ulrich Drepper [Thu, 12 Jun 2008 22:40:27 +0000 (22:40 +0000)]
* nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache

fields.
* nscd/connections.c (inotify_fd): New variable.
(nscd_init): Try to open an inotify descriptor.
If successful, watch files for databases using inotify instead of
having prune threads stat the files.
(nscd_run_prune): Recognize clear_cache flag being set and call
prune_cache appropriately.
(main_loop_poll): Add inotify descriptor to wait set and handle the
reported changes.
(main_loop_epoll): Likewise.
* nscd/cache.c (prune_cache): Don't stat files for databases if
inotify is used.
* sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
(CFLAGS-connections.c): Add -DHAVE_INOTIFY.

16 years ago* nscd/grpcache.c (cache_addgr): Correctly compute size of
Ulrich Drepper [Thu, 12 Jun 2008 16:16:38 +0000 (16:16 +0000)]
* nscd/grpcache.c (cache_addgr): Correctly compute size of

fixed-size portion of the record.
* nscd/servicescache.c (cache_addserv): Likewise.
* nscd/pwdcache.c (cache_addpw): Likewise.
* nscd/initgrcache.c (addinitgroupsX): Likewise.

16 years ago* nscd/mem.c (gc): Initialize obstack earlier so that if we jump
Ulrich Drepper [Thu, 12 Jun 2008 04:52:39 +0000 (04:52 +0000)]
* nscd/mem.c (gc): Initialize obstack earlier so that if we jump

out we don't use uninitialized memory.

* nscd/hstcache.c (cache_addhst): Send correct number of bytes to
the client.

16 years ago* resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
Ulrich Drepper [Tue, 10 Jun 2008 22:36:45 +0000 (22:36 +0000)]
* resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and

ignore T_DNAME messages.
* resolv/arpa/nameser_compat.h (T_DNAME): Define.

16 years ago(T_DNAME): Define.
Ulrich Drepper [Tue, 10 Jun 2008 22:35:01 +0000 (22:35 +0000)]
(T_DNAME): Define.