external/glibc.git
18 years ago* nis/ypclnt.c (yp_bind_ypbindprog): Initialize clnt_saddr by hand.
Ulrich Drepper [Sat, 26 Nov 2005 22:16:52 +0000 (22:16 +0000)]
* nis/ypclnt.c (yp_bind_ypbindprog): Initialize clnt_saddr by hand.

(ypdomainname): Renamed from __ypdomainname.  No need for initializer.
(ypbindlist): Renamed from __ypbindlist.
(do_ypcall): Check memory allocation suceeded before calling
yp_bind_ypbindprog.
(yperr_string): Reduce size of function by using only one gettext call.
(ypbinderr_string): Likewise.
(yp_match): Free response in case memory for return value cannot be
allocated.
(yp_first): Likewise.
(yp_next): Likewise.
(do_ypcall_tr): New function which translates error codes as well.
(yp_match, yp_next, yp_master, yp_order, yp_maplist): Use it.
(yp_all): Correct test for invalid parameter.
Pretty printing.

18 years ago(yp_bind_ypbindprog): Initialize clnt_saddr by hand. (ypdomainname): Renamed from...
Ulrich Drepper [Sat, 26 Nov 2005 22:16:03 +0000 (22:16 +0000)]
(yp_bind_ypbindprog): Initialize clnt_saddr by hand. (ypdomainname): Renamed from __ypdomainname.  No need for initializer. (ypbindlist): Renamed from __ypbindlist. (do_ypcall): Check memory allocation suceeded before calling yp_bind_ypbindprog. (yperr_string): Reduce size of function by using only one gettext call. (ypbinderr_string): Likewise. (yp_match): Free response in case memory for return value cannot be allocated. (yp_first): Likewise. (yp_next): Likewise. (do_ypcall_tr): New function which translates error codes as well. (yp_match, yp_next, yp_master, yp_order, yp_maplist): Use it. (yp_all): Correct test for invalid parameter. Pretty printing.

18 years ago * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix typo. ...
Richard Henderson [Sat, 26 Nov 2005 00:52:45 +0000 (00:52 +0000)]
    * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix typo.         (__fxstatat64): Alias from __fxstatat; remove other cnp errors.         * sysdeps/unix/sysv/linux/alpha/sigaction.c: Include sys/cdefs.h         and stddef.h.         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MREMAP_FIXED): Define.

2005-11-25  Richard Henderson  <rth@redhat.com>

* sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix typo.
(__fxstatat64): Alias from __fxstatat; remove other cnp errors.
* sysdeps/unix/sysv/linux/alpha/sigaction.c: Include sys/cdefs.h
and stddef.h.
* sysdeps/unix/sysv/linux/alpha/bits/mman.h (MREMAP_FIXED): Define.

18 years ago* Makeconfig (+cflags): Add -fmerge-all-constants by default.
Ulrich Drepper [Fri, 25 Nov 2005 18:36:59 +0000 (18:36 +0000)]
* Makeconfig (+cflags): Add -fmerge-all-constants by default.

18 years ago[BZ #1912]
Ulrich Drepper [Fri, 25 Nov 2005 16:42:59 +0000 (16:42 +0000)]
[BZ #1912]

2005-11-25  Ulrich Drepper  <drepper@redhat.com>
[BZ #1912]
* nss/function.def: Add entry to use gethostbyname2 for files.

18 years ago* sysdeps/unix/sysv/linux/fxstatat64.c: Include string.h.
Ulrich Drepper [Fri, 25 Nov 2005 16:13:50 +0000 (16:13 +0000)]
* sysdeps/unix/sysv/linux/fxstatat64.c: Include string.h.

18 years ago[BZ #1926]
Ulrich Drepper [Fri, 25 Nov 2005 16:09:10 +0000 (16:09 +0000)]
[BZ #1926]

* nss/nss_files/files-netgrp.c (_nss_files_endnetgrent): Change
return value type to match expected type.

18 years ago[BZ #1925]
Ulrich Drepper [Fri, 25 Nov 2005 16:05:57 +0000 (16:05 +0000)]
[BZ #1925]

2005-11-25  Ulrich Drepper  <drepper@redhat.com>
[BZ #1925]
* nis/ypclnt.c (yp_order): Correct test for invalid parameter.

18 years ago* scripts/check-c++-types.sh: Improve comments.
Ulrich Drepper [Fri, 25 Nov 2005 07:34:21 +0000 (07:34 +0000)]
* scripts/check-c++-types.sh: Improve comments.

18 years ago* scripts/check-local-headers.sh: New file.
Ulrich Drepper [Thu, 24 Nov 2005 18:28:02 +0000 (18:28 +0000)]
* scripts/check-local-headers.sh: New file.

* Makefile (tests): Run check-local-headers.sh.

2005-11-23  Thorsten Kukuk  <kukuk@suse.de>

* include/sys/sendfile.h: New file.

2005-11-24  Andreas Schwab  <schwab@suse.de>

* time/sys/time.h: Remove nonnull attribute from futimesat.

18 years ago[BZ #1920]
Ulrich Drepper [Thu, 24 Nov 2005 18:16:42 +0000 (18:16 +0000)]
[BZ #1920]

005-11-24  Jakub Jelinek  <jakub@redhat.com>
[BZ #1920]
* sysdeps/pthread/pthread.h (__pthread_unwind_next): Use
__attribute__ instead of __attribute.
* sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h
(__cleanup_fct_attribute): Likewise.

18 years ago* nscd/connections.c (sendfileall): Define.
Ulrich Drepper [Tue, 22 Nov 2005 19:06:27 +0000 (19:06 +0000)]
* nscd/connections.c (sendfileall): Define.

(handle_request): Use it instead of sendfile call.
* nscd/nscd-client.h: Declare sendfileall.
* nscd/aicache.c: Use sendfileall instead of sendfile.
* nscd/grpcache.c: Likewise.
* nscd/hstcache.c: Likewise.
* nscd/initgrcache.c: Likewise.
* nscd/pwdcache.c: Likewise.

18 years ago[BZ #1908]
Ulrich Drepper [Tue, 22 Nov 2005 18:11:01 +0000 (18:11 +0000)]
[BZ #1908]

2005-11-22  Ulrich Drepper  <drepper@redhat.com>
[BZ #1908]
* manual/install.texi (Tools for Compilation): Require gawk.

2005-11-22  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
unused is_static field from slotinfo array.

18 years ago* sunrpc/bindrsvprt.c (bindresvport): Wrap around to startport
Ulrich Drepper [Tue, 22 Nov 2005 04:39:40 +0000 (04:39 +0000)]
* sunrpc/bindrsvprt.c (bindresvport): Wrap around to startport

in the loop if port is bigger than endport, initially set to
ENDPORT.  When changing startport, set endport and port
appropriately.

18 years ago* Makefile.in: Remove RCS ID line.
Ulrich Drepper [Mon, 21 Nov 2005 15:48:11 +0000 (15:48 +0000)]
* Makefile.in: Remove RCS ID line.

* config-name.in: Likewise.
* config.make.in: Likewise.
* malloc/arena.c: Likewise.
* malloc/hooks.c: Likewise.
* malloc/malloc.c: Likewise.
* manual/dir: Likewise.
* math/math_private.h: Likewise.
* resolv/gethnamaddr.c: Likewise.
* scripts/mkinstalldirs: Likewise.
* sunrpc/rpc_clntout.c: Likewise.
* sunrpc/rpc_cout.c: Likewise.
* sunrpc/rpc_hout.c: Likewise.
* sunrpc/rpc_main.c: Likewise.
* sunrpc/rpc_parse.c: Likewise.
* sunrpc/rpc_sample.c: Likewise.
* sunrpc/rpc_scan.c: Likewise.
* sunrpc/rpc_svcout.c: Likewise.
* sunrpc/rpc_tblout.c: Likewise.
* sunrpc/rpc_util.c: Likewise.
* sysdeps/unix/sysv/linux/sys/quote.h: Likewise.

* nscd/nscd_helper.c: Pretty printing.

18 years ago..
Ulrich Drepper [Mon, 21 Nov 2005 15:45:19 +0000 (15:45 +0000)]
..

2005-11-21  Ulrich Drepper  <drepper@redhat.com>

* locales/se_NO: Remove RCS ID line.

18 years agoPretty printing.
Ulrich Drepper [Mon, 21 Nov 2005 15:36:25 +0000 (15:36 +0000)]
Pretty printing.

18 years ago* elf/elf.h: Revert last change.
Roland McGrath [Sat, 19 Nov 2005 21:31:02 +0000 (21:31 +0000)]
* elf/elf.h: Revert last change.

18 years ago2005-11-19 Roland McGrath <roland@redhat.com>
Roland McGrath [Sat, 19 Nov 2005 21:30:54 +0000 (21:30 +0000)]
2005-11-19  Roland McGrath  <roland@redhat.com>

* elf/elf.h: Revert last change.

18 years ago* sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t): New type.
Ulrich Drepper [Sat, 19 Nov 2005 17:22:39 +0000 (17:22 +0000)]
* sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t): New type.

(struct shmid_ds): Use it for shm_nattch field.

2005-11-18  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/futimesat.c (futimesat): If FILE is NULL,
set access and modification times of the file referenced by FD.
* sysdeps/generic/futimesat.c (futimesat): Don't return EINVAL if
FILE is NULL.  Don't check FD if FILE is absolute path.

2005-11-19  Ulrich Drepper  <drepper@redhat.com>

* nscd/nscd_gethst_r.c (nscd_gethst_r): Avoid unnecesary read call
if there are no aliases.

* sysdeps/unix/sysv/linux/Makefile (CFLAGS-connections.c,
CFLAGS-pwdcache.c, CFLAGS-grpcache.c, CFLAGS-hstcache.c,
CFLAGS-aicache.c, CFLAGS-initgrcache.c): Add -DHAVE_SENDFILE.
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_SENDFILE):
Define.
* nscd/pwdcache.c [HAVE_SENDFILE]: Include <sys/sendfile.h> and
<kernel-features.h>.
[HAVE_SENDFILE] (cache_addpw): Use sendfile to transmit positive
result.
* nscd/grpcache.c: Likewise.
* nscd/hstcache.c: Likewise.
* nscd/aicache.c: Likewise.
* nscd/initgrcache.c: Likewise.
* nscd/connectionc.c: Likewise.

18 years ago(nscd_gethst_r): Avoid unnecesary read call if there are no aliases.
Ulrich Drepper [Sat, 19 Nov 2005 17:09:03 +0000 (17:09 +0000)]
(nscd_gethst_r): Avoid unnecesary read call if there are no aliases.

18 years ago* sysdeps/powerpc/powerpc32/fpu/s_lround.S: Remove useless alias.
Roland McGrath [Fri, 18 Nov 2005 22:48:22 +0000 (22:48 +0000)]
* sysdeps/powerpc/powerpc32/fpu/s_lround.S: Remove useless alias.

* sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Handle
NO_WEAK_ALIAS.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.

18 years ago* sysdeps/unix/sysv/linux/m68k/bits/mman.h (MREMAP_FIXED): New macro.
Roland McGrath [Fri, 18 Nov 2005 22:46:36 +0000 (22:46 +0000)]
* sysdeps/unix/sysv/linux/m68k/bits/mman.h (MREMAP_FIXED): New macro.

18 years ago* nscd/grpcache.c: Include <sys/socket.h>.
Roland McGrath [Fri, 18 Nov 2005 22:42:25 +0000 (22:42 +0000)]
* nscd/grpcache.c: Include <sys/socket.h>.

* nscd/nscd_stat.c: Likewise.
* nscd/pwdcache.c: Likewise.
* sysdeps/unix/sysv/linux/unlinkat.c: Include <stdlib.h>, <sysdep.h>.

18 years ago2005-11-18 Paul Brook <paul@codesourcery.com>
Roland McGrath [Fri, 18 Nov 2005 22:42:21 +0000 (22:42 +0000)]
2005-11-18  Paul Brook  <paul@codesourcery.com>

* nscd/grpcache.c: Include <sys/socket.h>.
* nscd/nscd_stat.c: Likewise.
* nscd/pwdcache.c: Likewise.
* sysdeps/unix/sysv/linux/unlinkat.c: Include <stdlib.h>, <sysdep.h>.

18 years ago* sysdeps/unix/sysv/linux/sparc/bits/shm.h: Define SHM_NORESERVE.
Ulrich Drepper [Fri, 18 Nov 2005 02:41:39 +0000 (02:41 +0000)]
* sysdeps/unix/sysv/linux/sparc/bits/shm.h: Define SHM_NORESERVE.

* sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.

18 years ago.
Ulrich Drepper [Fri, 18 Nov 2005 00:31:58 +0000 (00:31 +0000)]
.

18 years ago.
Ulrich Drepper [Fri, 18 Nov 2005 00:17:40 +0000 (00:17 +0000)]
.

18 years ago[BZ #1877]
Ulrich Drepper [Fri, 18 Nov 2005 00:12:44 +0000 (00:12 +0000)]
[BZ #1877]

2005-11-17  Steven Munroe  <sjmunroe@us.ibm.com>
[BZ #1877]
* string/test-strncmp.c (do_test_limit): Handle zero length and
non-zero align values.
(test_main): Correct do_test_limit tests for 64-bit.

2005-11-15  Steven Munroe  <sjmunroe@us.ibm.com>

* sysdeps/powerpc/sysdep.h (PPC_FEATURE_HAS_SPE,
PPC_FEATURE_HAS_EFP_SINGLE, PPC_FEATURE_HAS_EFP_DOUBLE,
PPC_FEATURE_NO_TB, PPC_FEATURE_POWER4, PPC_FEATURE_POWER5,
PPC_FEATURE_POWER5_PLUS, PPC_FEATURE_CELL, PPC_FEATURE_970):
Define to match 2.6.15 kernel.

* sysdeps/powerpc/fpu/e_sqrt.c: Remove dl-procinfo.h include.
* sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
* sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.

18 years agoRemove dl-procinfo.h include.
Ulrich Drepper [Thu, 17 Nov 2005 23:33:52 +0000 (23:33 +0000)]
Remove dl-procinfo.h include.

18 years ago* elf/elf.h (R_PPC64_ADDR30): Renamed to R_PPC64_REL30.
Roland McGrath [Thu, 17 Nov 2005 23:02:23 +0000 (23:02 +0000)]
* elf/elf.h (R_PPC64_ADDR30): Renamed to R_PPC64_REL30.

18 years ago2005-11-17 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 17 Nov 2005 23:02:17 +0000 (23:02 +0000)]
2005-11-17  Roland McGrath  <roland@redhat.com>

* elf/elf.h (R_PPC64_ADDR30): Renamed to R_PPC64_REL30.

18 years ago* io/sys/stat.h (fstatat): If __REDIRECT_NTH isn't defined,
Ulrich Drepper [Thu, 17 Nov 2005 21:32:27 +0000 (21:32 +0000)]
* io/sys/stat.h (fstatat): If __REDIRECT_NTH isn't defined,

define fstatat to fstatat64.
(fstatat64): Only provide prototype if __USE_LARGEFILE64,
similarly with the inline.
* io/fcntl.h (openat64): Only provide prototype if __USE_LARGEFILE64.

18 years ago[BZ #1877]
Ulrich Drepper [Thu, 17 Nov 2005 21:19:33 +0000 (21:19 +0000)]
[BZ #1877]

2005-11-17  Steven Munroe  <sjmunroe@us.ibm.com>
[BZ #1877]
* string/test-strncmp.c (do_test_limit): New function.
(do_test) Add cast to eliminate compiler warnings.
(do_random_tests) Add cast to eliminate compiler warnings.
(test_main) Add do_test_limit tests.
* sysdeps/powerpc/powerpc32/strncmp.S: Test length before unaligned
load.
* sysdeps/powerpc/powerpc64/strncmp.S: Likewise.

18 years ago* include/resolv.h: Include <stdbool.h>.
Ulrich Drepper [Thu, 17 Nov 2005 18:49:41 +0000 (18:49 +0000)]
* include/resolv.h: Include <stdbool.h>.

Patch by Paul Brook.

18 years ago* io/sys/stat.h: Use __const not const in fstatat prototypes.
Ulrich Drepper [Thu, 17 Nov 2005 15:29:42 +0000 (15:29 +0000)]
* io/sys/stat.h: Use __const not const in fstatat prototypes.

18 years ago* sysdeps/pthread/unwind-forcedunwind.c (pthread_cancel_init): Put
Ulrich Drepper [Wed, 16 Nov 2005 23:32:52 +0000 (23:32 +0000)]
* sysdeps/pthread/unwind-forcedunwind.c (pthread_cancel_init): Put

a write barrier before writing libgcc_s_getcfa.

18 years ago* sysdeps/wordsize-32/Makefile (CPPFLAGS-divdi3.c): Set to
Ulrich Drepper [Wed, 16 Nov 2005 19:20:10 +0000 (19:20 +0000)]
* sysdeps/wordsize-32/Makefile (CPPFLAGS-divdi3.c): Set to

-Din_divdi3_c.
* sysdeps/wordsize-32/symbol-hacks.h: Skip if in_divdi3_c is defined.

18 years ago* sysdeps/unix/sysv/linux/fchownat.c: Include string.h.
Ulrich Drepper [Wed, 16 Nov 2005 08:20:36 +0000 (08:20 +0000)]
* sysdeps/unix/sysv/linux/fchownat.c: Include string.h.

* sysdeps/unix/sysv/linux/futimesat.c: Likewise.
* sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise.
* sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise.
* sysdeps/unix/sysv/linux/renameat.c: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
* sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
* sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise.

18 years ago* iconvdata/Makefile (modules): Add ISO_11548-1.
Ulrich Drepper [Wed, 16 Nov 2005 08:16:43 +0000 (08:16 +0000)]
* iconvdata/Makefile (modules): Add ISO_11548-1.

(distribute): Add iso_11548-1.c.
* iconvdata/gconv-modules: Add entries for ISO 11548-1.
* iconvdata/TESTS: Add entry for ISO 11548-1.

[BZ 1872]
* iconvdata/iso_11548-1.c: New file.
* iconvdata/testdata/ISO_11548-1: New file.
* iconvdata/testdata/ISO_11548-1..UTF8: New file.
Patch by Samuel Thibault <samuel.thibault@ens-lyon.org>.

18 years ago* sysdeps/sh/bits/setjmp.h (_JMPBUF_UNWINDS): Remove incorrect &.
Ulrich Drepper [Wed, 16 Nov 2005 07:56:21 +0000 (07:56 +0000)]
* sysdeps/sh/bits/setjmp.h (_JMPBUF_UNWINDS): Remove incorrect &.

18 years ago[BZ 1865]
Ulrich Drepper [Wed, 16 Nov 2005 07:52:07 +0000 (07:52 +0000)]
[BZ 1865]

* inet/netinet/icmp6.h: More updates for RFC3542.
* inet/netinet/ip6.h: Likewise.
* sysdeps/unix/sysv/linux/bits/in.h: Adjust for current kernel sources.
Patch by David L Stevens <dlstevens@us.ibm.com>.

18 years ago* sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
Ulrich Drepper [Wed, 16 Nov 2005 00:36:16 +0000 (00:36 +0000)]
* sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):

Return -1 on failure.
* sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
* sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise..
* sysdeps/unix/sysv/linux/fxstatat64.c [__ASSUME_STAT64_SYSCALL]
(__fxstatat64): Handle errors.

18 years ago* io/sys/poll.h: Add comment explaining poll is a cancellation
Ulrich Drepper [Tue, 15 Nov 2005 21:58:44 +0000 (21:58 +0000)]
* io/sys/poll.h: Add comment explaining poll is a cancellation

point.

* sysdeps/unix/sysv/linux/sys/epoll.h: Add comment explaining
epoll_wait is a cancellation point.

18 years ago* sysdeps/unix/sysv/linux/syscalls.list (epoll_wait): Align with
Ulrich Drepper [Tue, 15 Nov 2005 21:54:29 +0000 (21:54 +0000)]
* sysdeps/unix/sysv/linux/syscalls.list (epoll_wait): Align with

poll, make cancelable.

18 years ago* sysdeps/unix/sysv/linux/syscalls.list (epoll_create, epoll_ctl,
Ulrich Drepper [Tue, 15 Nov 2005 19:59:57 +0000 (19:59 +0000)]
* sysdeps/unix/sysv/linux/syscalls.list (epoll_create, epoll_ctl,

epoll_wait): Align with poll, make cancelable.

2005-11-15  Jakub Jelinek  <jakub@redhat.com>

* io/sys/stat.h (fstatat): Don't use __THROW together with
__REDIRECT_NTH.

18 years ago* elf/dl-open.c [!SHARED]: Remove _dl_tls_static_size definition.
Ulrich Drepper [Tue, 15 Nov 2005 07:26:22 +0000 (07:26 +0000)]
* elf/dl-open.c [!SHARED]: Remove _dl_tls_static_size definition.

* sysdeps/generic/libc-tls.c: Initialize _dl_tls_static_size here.

18 years ago[BZ #1294]
Ulrich Drepper [Sat, 12 Nov 2005 02:11:32 +0000 (02:11 +0000)]
[BZ #1294]

2005-11-11  Ulrich Drepper  <drepper@redhat.com>
[BZ #1294]
* locales/pt_BR: Set p_cs_precedes and n_cs_precedes to 1.

18 years ago* io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64,
Ulrich Drepper [Fri, 11 Nov 2005 20:02:07 +0000 (20:02 +0000)]
* io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64,

fchownat, and unlinkat.
(static-only-routines): Add fstatat and fstatat64.
(tests): Add tst-unlinkat, tst-fstatat, tst-futimesat, tst-renameat,
and tst-fchownat.
* io/Versions [GLIBC_2.4]: Add fchownat, __fxstatat, __fxstatat64,
and unlinkat.
* io/fcntl.h: Define AT_FDCWD, AT_SYMLINK_NOFOLLOW, and AT_REMOVEDIR.
* io/fstatat.c: New file.
* io/fstatat64.c: New file.
* io/sys/stat.h: Declare fstatat, fstatat64, __fxstatat, __fxstatat64
and define fstatat and fstatat64 inline functions.
* libio/stdio.h: Declare renameat.
* misc/Makefile (routines): Add futimesat.
* misc/Versions [GLIBC_2.4]: Add futimesat.
* posix/unistd.h: Declare fchownat and unlinkat.
* stdio-common/Makefile (routines): Add renameat.
* stdio-common/Versions [GLIBC_2.4]: Add renameat.
* sysdeps/generic/fchownat.c: New file.
* sysdeps/generic/futimesat.c: New file.
* sysdeps/generic/fxstatat.c: New file.
* sysdeps/generic/fxstatat64.c: New file.
* sysdeps/generic/renameat.c: New file.
* sysdeps/generic/unlinkat.c: New file.
* sysdeps/unix/sysv/linux/fchownat.c: New file.
* sysdeps/unix/sysv/linux/futimesat.c: New file.
* sysdeps/unix/sysv/linux/fxstatat.c: New file.
* sysdeps/unix/sysv/linux/fxstatat64.c: New file.
* sysdeps/unix/sysv/linux/renameat.c: New file.
* sysdeps/unix/sysv/linux/unlinkat.c: New file.
* sysdeps/unix/sysv/linux/alpha/fxstatat.c: New file.
* sysdeps/unix/sysv/linux/i386/fchownat.c: New file.
* sysdeps/unix/sysv/linux/i386/fxstatat.c: New file.
* sysdeps/unix/sysv/linux/m68k/fchownat.c: New file.
* sysdeps/unix/sysv/linux/m68k/fxstatat.c: New file.
* sysdeps/unix/sysv/linux/powerpc/fchownat.c: New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/fxstatat.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/fxstatat.c: New file.
* sysdeps/unix/sysv/linux/sh/fchownat.c: New file.
* sysdeps/unix/sysv/linux/sh/fxstatat.c: New file.
* sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: New file.
* sysdeps/unix/sysv/linux/sparc/sparc32/fxstatat.c: New file.
* sysdeps/unix/sysv/linux/sparc/sparc64/fxstatat.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/fxstatat64.c: New file.
* time/sys/time.h: Declare futimesat.
* include/fcntl.h: Declare __atfct_seterrno.
* sysdeps/unix/sysv/linux/openat.c (__atfct_seterrno): New function.
Split out from openat code and called.
(do_test): Allow openat to fail with ENOSYS.  Handle AT_FDCWD.
* sysdeps/generic/openat.c: Handle AT_FDCWD.
* sysdeps/generic/openat64.c: Likewise.
* io/tst-unlinkat.c: New file.
* io/tst-fstatat.c: New file.
* io/tst-futimesat.c: New file.
* io/tst-renameat.c: New file.
* io/tst-fchownat.c: New file.
* io/tst-openat.c: Don't fail if openat is not implemented.

* sysdeps/unix/sysv/linux/powerpc/chown.c: Don't provide backward
compatibility code if new kernel is guaranteed.

* time/sys/time.h: Add a few nonnull attributes.

18 years ago* io/fcntl.h: Declare openat and openat64.
Ulrich Drepper [Thu, 10 Nov 2005 00:12:21 +0000 (00:12 +0000)]
* io/fcntl.h: Declare openat and openat64.

* io/Makefile (routines): Add openat and openat64.
(tests): Add tst-openat.
* io/Versions: Add openat and openat64 for GLIBC_2.4.
* sysdeps/generic/openat.c: New file.
* sysdeps/generic/openat64.c: New file.
* sysdeps/unix/sysv/linux/openat.c: New file.
* sysdeps/unix/sysv/linux/openat64.c: New file.
* io/tst-openat.c: New file.

* sysdeps/unix/sysv/linux/device-nrs.h: Add info for /dev/full.

18 years ago(__libc_check_standard_fds): Reverse modes so that common operations on
Ulrich Drepper [Wed, 9 Nov 2005 19:36:12 +0000 (19:36 +0000)]
(__libc_check_standard_fds): Reverse modes so that common operations on

18 years ago* sysdeps/generic/check_fds.c (check_one_fd): For writable
Ulrich Drepper [Wed, 9 Nov 2005 19:32:40 +0000 (19:32 +0000)]
* sysdeps/generic/check_fds.c (check_one_fd): For writable

descriptors, use /dev/full.
(__libc_check_standard_fds): Revert modes so that common operations on
the descriptors fail.

18 years ago(check_one_fd): For writable descriptors, use /dev/full. (__libc_check_standard_fds...
Ulrich Drepper [Wed, 9 Nov 2005 19:26:07 +0000 (19:26 +0000)]
(check_one_fd): For writable descriptors, use /dev/full. (__libc_check_standard_fds): Revert modes so that common operations on the descriptors fail.

18 years ago* elf/elf.h (R_M32R_REL32): New macro.
Roland McGrath [Tue, 8 Nov 2005 01:53:36 +0000 (01:53 +0000)]
* elf/elf.h (R_M32R_REL32): New macro.

18 years ago* sysdeps/mach/hurd/bits/stat.h (S_IMMAP0): New macro.
Roland McGrath [Tue, 8 Nov 2005 01:23:02 +0000 (01:23 +0000)]
* sysdeps/mach/hurd/bits/stat.h (S_IMMAP0): New macro.

(S_ISPARE): Unset the S_IMMAP0 flag.

18 years ago* configure.in: Grok --with-cpu=CPU option. If given, search for
Roland McGrath [Tue, 8 Nov 2005 01:21:32 +0000 (01:21 +0000)]
* configure.in: Grok --with-cpu=CPU option.  If given, search for

sysdeps/.../machine/CPU subdirs, and give error if none are found.
* configure: Regenerated.
* config.make.in (with-cpu): New substituted variable.
* Makeconfig (+cflags): Add -mcpu=$(with-cpu) if set.

18 years ago* malloc/malloc.c (munmap_chunk): Suppress warnings from last change.
Roland McGrath [Mon, 7 Nov 2005 23:00:18 +0000 (23:00 +0000)]
* malloc/malloc.c (munmap_chunk): Suppress warnings from last change.

* sysdeps/unix/sysv/linux/tcflush.c: Rewritten.
* sysdeps/unix/sysv/linux/tcflow.c: Rewritten.

18 years agosysdeps/unix/bsd/sun moved to ports
Roland McGrath [Mon, 7 Nov 2005 22:37:55 +0000 (22:37 +0000)]
sysdeps/unix/bsd/sun moved to ports

2005-11-07  Roland McGrath  <roland@redhat.com>

* sysdeps/unix/bsd/sun: Directory and all subdirectories removed,
saved in ports repository.

18 years ago* malloc/malloc.c (munmap_chunk): Add sanity checks.
Ulrich Drepper [Sun, 6 Nov 2005 17:08:48 +0000 (17:08 +0000)]
* malloc/malloc.c (munmap_chunk): Add sanity checks.

* sysdeps/pthread/configure: Fix comment.

18 years ago* configure.in: Remove gnu_as definition and everything using it.
Ulrich Drepper [Sun, 6 Nov 2005 02:14:58 +0000 (02:14 +0000)]
* configure.in: Remove gnu_as definition and everything using it.

* config.make.in: Remove gnu-as.
* config.h.in: Remove HAVE_GNU_AS.

18 years ago* config.make.in: Remove gnu-ld.
Ulrich Drepper [Sun, 6 Nov 2005 02:08:44 +0000 (02:08 +0000)]
* config.make.in: Remove gnu-ld.

18 years ago* configure.in: Remove gnu_ld definition and everything using it.
Ulrich Drepper [Sun, 6 Nov 2005 02:06:06 +0000 (02:06 +0000)]
* configure.in: Remove gnu_ld definition and everything using it.

* config.h.in: Remove HAVE_GNU_LD.
* csu/Makefile: Remove use of gnu-ld.
* csu/munch.awk: Removed.
* csu/munch-tmpl.c: Removed.
* include/libc-symbols.h: Remove use of HAVE_GNU_LD.
* posix/execl.c: Likewise.
* posix/execv.c: Likewise.
* stdio-common/psignal.c: Likewise.
* stdlib/exit.c: Likewise.
* string/strsignal.c: Likewise.
* string/tester.c: Likewise.
* sysdeps/generic/errlist.c: Likewise.
* sysdeps/generic/getenv.c: Likewise.
* sysdeps/generic/getgroups.c: Likewise.
* sysdeps/generic/init-posix.c: Likewise.
* sysdeps/posix/gettimeofday.c: Likewise.
* sysdeps/posix/system.c: Likewise.
* sysdeps/unix/bsd/init-posix.c: Likewise.
* sysdeps/unix/bsd/ulimit.c: Likewise.
* sysdeps/unix/bsd/sun/m68k/brk.S: Likewise.
* sysdeps/unix/bsd/sun/m68k/sethostid.S: Likewise.
* sysdeps/unix/bsd/sun/sparc/sethostid.S: Likewise.
* sysdeps/unix/i386/brk.S: Likewise.
* sysdeps/unix/sparc/brk.S: Likewise.

18 years ago* config.h.in: Remove HAVE_SUBTRACT_LOCAL_LABELS.
Ulrich Drepper [Sat, 5 Nov 2005 21:52:08 +0000 (21:52 +0000)]
* config.h.in: Remove HAVE_SUBTRACT_LOCAL_LABELS.

18 years ago* configure.in: Remove test for support for subtracting local labels.
Ulrich Drepper [Sat, 5 Nov 2005 21:49:48 +0000 (21:49 +0000)]
* configure.in: Remove test for support for subtracting local labels.

* stdio-common/vfprintf.c: Remove test of
HAVE_SUBTRACT_LOCAL_LABELS.

18 years ago* configure.in: If init_array/fini_array support is not available,
Ulrich Drepper [Sat, 5 Nov 2005 17:46:24 +0000 (17:46 +0000)]
* configure.in: If init_array/fini_array support is not available,

bail out.
* config.h.in: Remove trace of optional init_array/fini_array support.
* config.make.in: Likewise.
* csu/elf-init.c: Likewise.
* dlfcn/dlfcn.c: Likewise.
* elf/soinit.c: Likewise.
* sysdeps/ia64/elf/initfinit.c: Likewise.

18 years ago* SUPPORTED (SUPPORTED-LOCALES): Fix typo in si_LK line.
Ulrich Drepper [Sat, 5 Nov 2005 16:26:30 +0000 (16:26 +0000)]
* SUPPORTED (SUPPORTED-LOCALES): Fix typo in si_LK line.

18 years ago(SUPPORTED-LOCALES): Fix typo in si_LK line.
Ulrich Drepper [Sat, 5 Nov 2005 16:25:49 +0000 (16:25 +0000)]
(SUPPORTED-LOCALES): Fix typo in si_LK line.

18 years ago* sysdeps/i386/configure.in (libc_mtune_example): Variable removed.
Roland McGrath [Sat, 5 Nov 2005 02:36:27 +0000 (02:36 +0000)]
* sysdeps/i386/configure.in (libc_mtune_example): Variable removed.

* sysdeps/i386/configure: Regenerated.

18 years ago[BZ #1089]
Roland McGrath [Sat, 5 Nov 2005 02:00:22 +0000 (02:00 +0000)]
[BZ #1089]

2005-11-04  Roland McGrath  <roland@redhat.com>
[BZ #1089]
* configure.in: Change order of add-on sysdeps directories,
so they are interleaved with main sysdeps directories.
* configure: Regenerated.

18 years ago* NEWS: Synch with 2.3 branch updates.
Roland McGrath [Fri, 4 Nov 2005 01:52:52 +0000 (01:52 +0000)]
* NEWS: Synch with 2.3 branch updates.

18 years ago2005-11-03 Roland McGrath <roland@redhat.com>
Roland McGrath [Fri, 4 Nov 2005 01:52:16 +0000 (01:52 +0000)]
2005-11-03  Roland McGrath  <roland@redhat.com>

* NEWS: Synch with 2.3 branch updates.

18 years ago* sunrpc/svc.c (svc_getreq_poll): Fix inefficient loop test.
Ulrich Drepper [Fri, 4 Nov 2005 00:56:13 +0000 (00:56 +0000)]
* sunrpc/svc.c (svc_getreq_poll): Fix inefficient loop test.

18 years ago(svc_getreq_poll): Fix inefficient loop test.
Ulrich Drepper [Fri, 4 Nov 2005 00:55:03 +0000 (00:55 +0000)]
(svc_getreq_poll): Fix inefficient loop test.

18 years ago* sunrpc/svc.c (svc_getreqset): Use ffsl instead of ffs on fd_mask,
Roland McGrath [Thu, 3 Nov 2005 23:30:51 +0000 (23:30 +0000)]
* sunrpc/svc.c (svc_getreqset): Use ffsl instead of ffs on fd_mask,

make sure constant is long.

18 years ago[BZ #1548]
Roland McGrath [Thu, 3 Nov 2005 21:39:43 +0000 (21:39 +0000)]
[BZ #1548]

2005-11-03  Roland McGrath  <roland@redhat.com>
[BZ #1548]
* sunrpc/svc.c (svc_getreqset): Use ffsl instead of ffs on fd_mask.
From Jay Lan <jlan@engr.sgi.com>.

18 years ago[BZ #1548]
Roland McGrath [Thu, 3 Nov 2005 21:39:36 +0000 (21:39 +0000)]
[BZ #1548]

2005-11-03  Roland McGrath  <roland@redhat.com>
[BZ #1548]
* sunrpc/svc.c (svc_getreqset): Use ffsl instead of ffs on fd_mask.
From Jay Lan <jlan@engr.sgi.com>.

18 years ago[BZ #1774]
Ulrich Drepper [Thu, 3 Nov 2005 18:56:56 +0000 (18:56 +0000)]
[BZ #1774]

2005-11-03  Ulrich Drepper  <drepper@redhat.com>
[BZ #1774]
* sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use simple
gethostbyname2 lookup if AI_V4MAPPED|AI_ALL is set.

* sysdeps/posix/getaddrinfo.c (gaih_inet): Avoid alloca when possible
while looking for scope delimiter.
Some pretty printing.

18 years ago* sysdeps/powerpc/powerpc64/Makefile
Ulrich Drepper [Tue, 1 Nov 2005 02:13:41 +0000 (02:13 +0000)]
* sysdeps/powerpc/powerpc64/Makefile

(sysdep_routines, elide-routines.os): Add hp-timing.
* sysdeps/powerpc/powerpc64/hp-timing.c: New file.
* sysdeps/powerpc/powerpc64/hp-timing.h: New file.
* sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: New file.

18 years ago* resolv/res_init.c (__res_iclose): New function. Broken out of
Ulrich Drepper [Tue, 1 Nov 2005 00:08:54 +0000 (00:08 +0000)]
* resolv/res_init.c (__res_iclose): New function.  Broken out of

res_nclose.  Take addition parameter which determines whether
addresses should be freed.
(res_nclose): Call __res_iclose.
(res_thread_freeres): Likewise.
* resolv/res_data.c (res_close): Call __res_iclose.
* resolv/res_libc.c (res_init): No need to separately free the
addresses.
(__res_maybe_init): Likewise.
* resolv/res_send.c: Use __res_iclose instead of res_nclose.
* resolv/Versions [GLIBC_PRIVATE]: Add __res_iclose.
* include/resolv.h: Declare __res_iclose.
Add libc_hidden_proto for __res_iclose.
* hesiod/hesiod.c (__hesiod_res_set): No need to free name server
addresses here again.

18 years ago* debug/execinfo.h: Change backtrace_symbols_fd comment.
Ulrich Drepper [Mon, 31 Oct 2005 15:30:02 +0000 (15:30 +0000)]
* debug/execinfo.h: Change backtrace_symbols_fd comment.

18 years ago[BZ #1579]
Ulrich Drepper [Mon, 31 Oct 2005 15:29:06 +0000 (15:29 +0000)]
[BZ #1579]

2005-10-31  Ulrich Drepper  <drepper@redhat.com>
[BZ #1579]
* debug/execinfo.h: Change backtrace+symbols_fd comment.

18 years agoChange backtrace+symbols_fd comment.
Ulrich Drepper [Mon, 31 Oct 2005 15:25:14 +0000 (15:25 +0000)]
Change backtrace+symbols_fd comment.

18 years ago* sysdeps/ia64/fpu/libm-symbols.h (WEAK_LIBM_ENTRY): Add "__"
Roland McGrath [Mon, 31 Oct 2005 01:41:48 +0000 (01:41 +0000)]
* sysdeps/ia64/fpu/libm-symbols.h (WEAK_LIBM_ENTRY): Add "__"

prefix to LOCAL_LIBM_ENTRY.
(WEAK_LIBM_END): Add "__" prefix to LOCAL_LIBM_END.

18 years ago* elf/dl-conflict.c (_dl_resolve_conflicts): Use _dl_debug_printf
Roland McGrath [Mon, 31 Oct 2005 01:28:52 +0000 (01:28 +0000)]
* elf/dl-conflict.c (_dl_resolve_conflicts): Use _dl_debug_printf

instead of _dl_printf to print conflict processing debug message.
Reported by John Reiser <jreiser@BitWagon.com>.

18 years ago2005-10-26 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Mon, 31 Oct 2005 01:28:48 +0000 (01:28 +0000)]
2005-10-26  Jakub Jelinek  <jakub@redhat.com>

* elf/dl-conflict.c (_dl_resolve_conflicts): Use _dl_debug_printf
instead of _dl_printf to print conflict processing debug message.
Reported by John Reiser <jreiser@BitWagon.com>.

18 years ago* misc/hsearch_r.c (hsearch_r): Remove duplicate test.
Ulrich Drepper [Sun, 30 Oct 2005 19:06:52 +0000 (19:06 +0000)]
* misc/hsearch_r.c (hsearch_r): Remove duplicate test.

Patch by Chris Caputo <ccaputo@alt.net>.

2005-10-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

* sysdeps/unix/sh/sysdep.S: Remove unnecessary weak_alias.
* sysdeps/unix/sysv/linux/sh/socket.S: Honor NO_WEAK_ALIAS.

18 years ago* nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey): Fix off
Ulrich Drepper [Fri, 28 Oct 2005 22:42:52 +0000 (22:42 +0000)]
* nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey): Fix off

by one error.

18 years ago(_nss_nis_getpublickey): Fix off by one error.
Ulrich Drepper [Fri, 28 Oct 2005 22:38:59 +0000 (22:38 +0000)]
(_nss_nis_getpublickey): Fix off by one error.

18 years ago[BZ #721]
Roland McGrath [Mon, 24 Oct 2005 20:50:46 +0000 (20:50 +0000)]
[BZ #721]

2005-10-24  Roland McGrath  <roland@redhat.com>
* sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove unnecessary
versioned_symbol use.

[BZ #721]

18 years ago[BZ #1534]
Roland McGrath [Mon, 24 Oct 2005 19:31:20 +0000 (19:31 +0000)]
[BZ #1534]

2005-10-24  Roland McGrath  <roland@redhat.com>
[BZ #1534]
* include/string.h: Use libc_hidden_proto for strnlen,
not libc_hidden_builtin_proto.

18 years ago[BZ #1534]
Roland McGrath [Mon, 24 Oct 2005 19:31:12 +0000 (19:31 +0000)]
[BZ #1534]

2005-10-24  Roland McGrath  <roland@redhat.com>
[BZ #1534]
* include/string.h: Use libc_hidden_proto for strnlen,
not libc_hidden_builtin_proto.

18 years ago* rt/mqueue.h: Cleanups.
Ulrich Drepper [Sun, 23 Oct 2005 20:51:32 +0000 (20:51 +0000)]
* rt/mqueue.h: Cleanups.

18 years agoCleanups.
Ulrich Drepper [Sun, 23 Oct 2005 20:38:06 +0000 (20:38 +0000)]
Cleanups.

18 years agocopyright update
Roland McGrath [Sun, 23 Oct 2005 00:55:27 +0000 (00:55 +0000)]
copyright update

18 years ago[BZ #1254]
Roland McGrath [Sun, 23 Oct 2005 00:46:40 +0000 (00:46 +0000)]
[BZ #1254]

2005-10-22  Roland McGrath  <roland@redhat.com>
[BZ #1254]
* sysdeps/mach/hurd/getpeername.c (__getpeername): Fix last change.
From Samuel Thibault <samuel.thibault@ens-lyon.org>.

18 years ago[BZ #1252, BZ #1498]
Roland McGrath [Sun, 23 Oct 2005 00:43:23 +0000 (00:43 +0000)]
[BZ #1252, BZ #1498]

2005-10-17  Thomas Schwinge  <tschwinge@gnu.org>
[BZ #1252]
* hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Don't use ?: as lvalue.
* sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.

[BZ #1498]

18 years ago[BZ #1252]
Roland McGrath [Sun, 23 Oct 2005 00:43:15 +0000 (00:43 +0000)]
[BZ #1252]

2005-10-17  Thomas Schwinge  <tschwinge@gnu.org>
[BZ #1252]
* hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Don't use ?: as lvalue.
* sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.

18 years ago* iconvdata/ibm1364.h (__ucs4_to_ibm1364sb): Fix one mapping.
Ulrich Drepper [Fri, 21 Oct 2005 04:28:06 +0000 (04:28 +0000)]
* iconvdata/ibm1364.h (__ucs4_to_ibm1364sb): Fix one mapping.

* iconvdata/ibm1388.h (__ucs4_to_ibm1388sb): Likewise.
* iconvdata/testdata/IBM1364: Add missing valid input.
* iconvdata/testdata/IBM1388: Likewise.
* iconvdata/testdata/IBM1364..UTF8: Adjust appropriately.
* iconvdata/testdata/IBM1388..UTF8: Likewise.
Patch by Masahide Washizawa <washi@jp.ibm.com>.

18 years ago* sysdeps/alpha/remqu.S: Return the correct result when the same
Ulrich Drepper [Thu, 20 Oct 2005 05:25:40 +0000 (05:25 +0000)]
* sysdeps/alpha/remqu.S: Return the correct result when the same

dividend and divisor are provided, and they're negative numbers.
* sysdeps/alpha/divqu.S: Likewise.

18 years ago* sysdeps/unix/sysv/linux/powerpc/powerpc32/ucontext_i.h (TESTS):
Ulrich Drepper [Thu, 20 Oct 2005 00:09:39 +0000 (00:09 +0000)]
* sysdeps/unix/sysv/linux/powerpc/powerpc32/ucontext_i.h (TESTS):

Define.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.h (TESTS):
Likewise.