platform/upstream/glibc.git
19 years ago[BZ #409]
Roland McGrath [Tue, 28 Sep 2004 01:59:52 +0000 (01:59 +0000)]
[BZ #409]

add bz tag
[BZ #409]

19 years ago* sysdeps/generic/bits/waitstatus.h (__WIFSIGNALED): Simplify bit
Roland McGrath [Tue, 28 Sep 2004 01:58:10 +0000 (01:58 +0000)]
* sysdeps/generic/bits/waitstatus.h (__WIFSIGNALED): Simplify bit

twiddling in last change.

19 years ago2004-09-27 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 28 Sep 2004 01:58:03 +0000 (01:58 +0000)]
2004-09-27  Roland McGrath  <roland@redhat.com>

* sysdeps/generic/bits/waitstatus.h (__WIFSIGNALED): Simplify bit
twiddling in last change.

19 years ago(get_type): Use "long long" for TOK_HYPER. Otherwise isvectordef will loop infinitel...
Ulrich Drepper [Tue, 28 Sep 2004 01:57:41 +0000 (01:57 +0000)]
(get_type): Use "long long" for TOK_HYPER.  Otherwise isvectordef will loop infinitely if typedef hyper int64_6 is seen. (unsigned_dec): Use "unsigned long long" for similar reasons.

19 years ago* posix/tst-waitid.c (do_test): Add tests for waitpid with WCONTINUED.
Roland McGrath [Tue, 28 Sep 2004 01:42:49 +0000 (01:42 +0000)]
* posix/tst-waitid.c (do_test): Add tests for waitpid with WCONTINUED.

* posix/sys/wait.h [__WIFCONTINUED] (WIFCONTINUED): New macro.
* stdlib/stdlib.h [__WIFCONTINUED] (WIFCONTINUED): New macro.
* sysdeps/generic/bits/waitstatus.h (__W_CONTINUED): New macro.
[WCONTINUED] (__WIFCONTINUED): New macro.
(__WIFSIGNALED): Rewritten to exclude __W_CONTINUED value, and have no
branches.

19 years ago* sysdeps/unix/sysv/linux/waitid.c (do_waitid): Add fifth argument to
Roland McGrath [Tue, 28 Sep 2004 00:43:00 +0000 (00:43 +0000)]
* sysdeps/unix/sysv/linux/waitid.c (do_waitid): Add fifth argument to

all three syscall uses, not just one!

19 years ago2004-09-27 Roland McGrath <roland@redhat.com>
Roland McGrath [Tue, 28 Sep 2004 00:42:52 +0000 (00:42 +0000)]
2004-09-27  Roland McGrath  <roland@redhat.com>

* sysdeps/unix/sysv/linux/waitid.c (do_waitid): Add fifth argument to
all three syscall uses, not just one!

19 years ago * sysdeps/alpha/alphaev6/memcpy.S: Mark .prologue. * sysdeps/unix... cvs/fedora-glibc-20040927T0611
Richard Henderson [Sun, 26 Sep 2004 17:40:31 +0000 (17:40 +0000)]
    * sysdeps/alpha/alphaev6/memcpy.S: Mark .prologue.         * sysdeps/unix/alpha/sysdep.h (LEAF, ENTRY): Align entry points         to 16 byte boundaries.

2004-09-26  Richard Henderson  <rth@redhat.com>

* sysdeps/alpha/alphaev6/memcpy.S: Mark .prologue.
* sysdeps/unix/alpha/sysdep.h (LEAF, ENTRY): Align entry points
to 16 byte boundaries.

19 years ago[BZ #151]
Ulrich Drepper [Sun, 26 Sep 2004 13:39:25 +0000 (13:39 +0000)]
[BZ #151]

Update.
* elf/readlib.c (process_file): Before complaining about too-short
file, check that it potentially be an ELF file.  Also complain about
empty files.  [BZ #151].

19 years ago[BZ #407]
Ulrich Drepper [Sun, 26 Sep 2004 12:50:39 +0000 (12:50 +0000)]
[BZ #407]

Update.
* scripts/test-installation.pl: Fix ld.so recognition for new
LD_TRACE_LOADED_OBJECTS output format.
Patch by <jsberg04+computing.glibc@ftml.net>  [BZ #407].

19 years ago[BZ #384]
Ulrich Drepper [Sun, 26 Sep 2004 12:12:28 +0000 (12:12 +0000)]
[BZ #384]

Update.
* elf/dl-support.c (_dl_non_dynamic_init): Fix cleaning of
environment.  [BZ #384]

19 years ago[BZ #381]
Ulrich Drepper [Sun, 26 Sep 2004 11:11:28 +0000 (11:11 +0000)]
[BZ #381]

Update.
* sunrpc/clnt_udp.c (is_network_up): Use getifaddrs instead of ioctl.
* sunrpc/get_myaddr.c (get_myaddress): Likewise.
* sunrpc/pmap_clnt.c (__get_myaddress): Likewise.
* sunrpc/pmap_rmt.c (getbroadcastnets): Likewise.  Change interface
to avoid buffer overrun and remove now useless parameters.
(clnt_broadcast): Adjust caller.  [BZ #381].

19 years ago[BZ #376]
Ulrich Drepper [Sun, 26 Sep 2004 10:11:59 +0000 (10:11 +0000)]
[BZ #376]

Update.
* sysdeps/generic/s_fdim.c: Handle +inf/+inf
* sysdeps/generic/s_fdimf.c: Likewise.
* sysdeps/generic/s_fdiml.c: Likewise.
* sysdeps/i386/i686/fpu/s_fdim.S: Likewise.
* sysdeps/i386/i686/fpu/s_fdimf.S: Likewise.
* sysdeps/i386/i686/fpu/s_fdiml.S: Likewise.
* sysdeps/powerpc/fpu/s_fdim.c: Likewise.
* sysdeps/powerpc/fpu/s_fdimf.c: Likewise.
* sysdeps/x86_64/fpu/s_fdiml.S: Likewise.
* math/libm-test.inc (fdim_test): Add test case.  [BZ #376].

19 years ago_nl_make_l10nflist. [BZ #322]
Ulrich Drepper [Sun, 26 Sep 2004 08:50:14 +0000 (08:50 +0000)]
_nl_make_l10nflist.  [BZ #322]

duplicate address recognition does not copy junk.

19 years ago[BZ #362]
Ulrich Drepper [Sun, 26 Sep 2004 08:48:19 +0000 (08:48 +0000)]
[BZ #362]

Update.
* sysdeps/generic/bits/types.h: Fix __SQUAD_TYPE and __UQUAD_TYPE
for compilers without __GLIBC_HAVE_LONG_LONG.  [BZ #362]

19 years ago[BZ #358]
Ulrich Drepper [Sun, 26 Sep 2004 08:43:34 +0000 (08:43 +0000)]
[BZ #358]

Update.
2004-09-26  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/posix/getaddrinfo.c (getaddrinfo): Remove incorrect
requirement on socktype and protocol.
(gaih_inet): If numeric port number is given, return records for all
possible socket types.
* posix/tst-getaddrinfo2.c: New file.
* posix/Makefile (tests): Add tst-getaddrinfo2.  [BZ #358]

19 years ago[BZ #356] cvs/fedora-glibc-20040926T0823
Ulrich Drepper [Sun, 26 Sep 2004 05:49:15 +0000 (05:49 +0000)]
[BZ #356]

Update.
* locale/loadlocale.c (_nl_intern_locale_data): Recognize LC_CTYPE
data where _nl_value_type_LC_CTYPE does not contain the type
information.  Add range checks.
Reported by John Lumby <johnlumby@hotmail.com> [BZ #356].

19 years ago[BZ #346]
Ulrich Drepper [Sun, 26 Sep 2004 05:11:53 +0000 (05:11 +0000)]
[BZ #346]

Update.
* libio/vasprintf.c (_IO_vasprintf): Fix condition to decide
whether to realloc or not.
Reported by Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> [BZ #346].

19 years agoUpdate.
Ulrich Drepper [Sun, 26 Sep 2004 05:07:13 +0000 (05:07 +0000)]
Update.

19 years ago[BZ #322]
Ulrich Drepper [Sun, 26 Sep 2004 04:45:24 +0000 (04:45 +0000)]
[BZ #322]

Update.
* intl/dcigettext.c (DCIGETTEXT): Protect tfind/tsearch calls.
* intl/dcigettext.c (_nl_find_msg): Call _nl_load_domain also if
decided < 0.
* intl/finddomain.c (_nl_find_domain): Likewise.
* intl/l10nflist.c (_nl_make_l10nflist): Initialize lock.
* intl/loadinfo.h (struct loaded_l10nfile): Add lock element.
* intl/loadmsgcat.c (_nl_load_domain): Set decided to 1 only once we
are done.  First set to -1 to signal initialization is ongoing.
Protect against concurrent callers with recursive lock.
duplicate address recognition does not copy junk.  [BZ #322]

19 years agoUpdate.
Ulrich Drepper [Sun, 26 Sep 2004 03:40:38 +0000 (03:40 +0000)]
Update.

* intl/finddomain.c (_nl_find_domain): Protect calls to
_nl_make_l10nflist.

19 years agoUpdate.
Ulrich Drepper [Sat, 25 Sep 2004 15:07:23 +0000 (15:07 +0000)]
Update.

2004-09-25  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/posix/getaddrinfo.c (getaddrinfo): If determinination of
source address fails, initialized source_addr_len field so that
duplicate address recognition does not copy junk.

19 years ago(getaddrinfo): If determinination of source address fails, initialized source_addr_le...
Ulrich Drepper [Sat, 25 Sep 2004 15:06:34 +0000 (15:06 +0000)]
(getaddrinfo): If determinination of source address fails, initialized source_addr_len field so that duplicate address recognition does not copy junk.

19 years ago[BZ #406]
Roland McGrath [Sat, 25 Sep 2004 10:04:29 +0000 (10:04 +0000)]
[BZ #406]

2004-09-25  Roland McGrath  <roland@redhat.com>
[BZ #406]
* sysdeps/i386/i686/pt-machine.h: Don't #include "../useldt.h" if
[_TLS_H], since sysdeps/i386/tls.h includes it after including us.

19 years ago[BZ #406]
Roland McGrath [Sat, 25 Sep 2004 10:04:15 +0000 (10:04 +0000)]
[BZ #406]

2004-09-25  Roland McGrath  <roland@redhat.com>
[BZ #406]
* sysdeps/i386/i686/pt-machine.h: Don't #include "../useldt.h" if
[_TLS_H], since sysdeps/i386/tls.h includes it after including us.

19 years agoUpdate.
Ulrich Drepper [Sat, 25 Sep 2004 07:44:41 +0000 (07:44 +0000)]
Update.

2004-09-25  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/i386/setuid.c (__setuid): Remove second
result declaration.

2004-09-22  Andreas Schwab  <schwab@suse.de>

* sysdeps/unix/sysv/linux/ia64/sysdep.h: Adjust whitespace.

19 years agoUpdate. cvs/fedora-glibc-20040925T0738
Ulrich Drepper [Sat, 25 Sep 2004 06:49:33 +0000 (06:49 +0000)]
Update.

* misc/daemon.c (daemon): Don't succeed if /dev/null cannot be
opened.

19 years agoUpdate.
Ulrich Drepper [Sat, 25 Sep 2004 05:55:20 +0000 (05:55 +0000)]
Update.

* nis/ypclnt.c (do_ypcall): Add one missing unlock.  Simplify the
code a bit.

19 years agoUpdate.
Ulrich Drepper [Sat, 25 Sep 2004 05:31:24 +0000 (05:31 +0000)]
Update.

* misc/daemon.c (daemon): Define errno in case /dev/null is not
the correct device.

19 years ago(daemon): Define errno in case /dev/null is not the correct device.
Ulrich Drepper [Sat, 25 Sep 2004 05:30:41 +0000 (05:30 +0000)]
(daemon): Define errno in case /dev/null is not the correct device.

19 years ago[BZ #406]
Roland McGrath [Sat, 25 Sep 2004 03:32:21 +0000 (03:32 +0000)]
[BZ #406]

2004-09-24  Roland McGrath  <roland@redhat.com>
[BZ #406]
* sysdeps/i386/tls.h: Move #include "useldt.h" outside
of [__ASSUME_LDT_WORKS > 0] test.
Reported by Carlos Velasco <carlos.velasco@newipnet.com>.

19 years ago[BZ #406]
Roland McGrath [Sat, 25 Sep 2004 03:32:13 +0000 (03:32 +0000)]
[BZ #406]

2004-09-24  Roland McGrath  <roland@redhat.com>
[BZ #406]
* sysdeps/i386/tls.h: Move #include "useldt.h" outside
of [__ASSUME_LDT_WORKS > 0] test.
Reported by Carlos Velasco <carlos.velasco@newipnet.com>.

19 years agoUpdate.
Ulrich Drepper [Sat, 25 Sep 2004 01:14:47 +0000 (01:14 +0000)]
Update.

2004-09-24  Ulrich Drepper  <drepper@redhat.com>

* nis/ypclnt.c (yp_bind_file): Optimize a bit.  Minimal cleanups.

19 years ago[BZ #405]
Ulrich Drepper [Fri, 24 Sep 2004 18:22:04 +0000 (18:22 +0000)]
[BZ #405]

Update.
* pthread_create.c (__pthread_create_2_1): Remember whether thread
is created detached and if yes, do not try to free the stack in case
the thread creation failed.
* sysdeps/pthread/createthread.c (do_clone): Free stack here if clone
call fails.  Don't depend on INTERNAL_SYSCALL_ERRNO return zero in
case there has been no error.  [BZ #405]

19 years ago(__pthread_create_2_1): Remember whether thread is created detached and if yes, do...
Ulrich Drepper [Fri, 24 Sep 2004 18:20:01 +0000 (18:20 +0000)]
(__pthread_create_2_1): Remember whether thread is created detached and if yes, do not try to free the stack in case the thread creation failed.

19 years agoUpdate.
Andreas Jaeger [Fri, 24 Sep 2004 17:09:40 +0000 (17:09 +0000)]
Update.

2004-09-23  Andreas Jaeger  <aj@suse.de>

* locale/weight.h (findidx): Remove static, it's not supported
anymore with GCC 4.0 in a block scope.
* locale/weightwc.h (findidx): Likewise.
* posix/regcomp.c (seek_collating_symbol_entry): Likewise.
(lookup_collation_sequence_value): Likewise.
(build_range_exp): Likewise.
(build_collating_symbol): Likewise.
* iconv/iconvconfig.c (write_output): Likewise.
* elf/do-rel.h (elf_dynamic_do_rel): Likewise.

* sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Remove
static, add always_inline attribute.
(elf_machine_rela): Likewise.
(elf_machine_lazy_rel): Likewise.

* elf/dynamic-link.h (elf_get_dynamic_info): Make static dependend
on !RESOLVE so that it's not defined in local scope.

19 years ago* sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Remove
Andreas Jaeger [Fri, 24 Sep 2004 17:09:04 +0000 (17:09 +0000)]
* sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Remove

static, add always_inline attribute.
(elf_machine_rela): Likewise.
(elf_machine_lazy_rel): Likewise.
* elf/dynamic-link.h (elf_get_dynamic_info): Make static
dependend on !RESOLVE so that it's not defined in local
scope.

* locale/weight.h (findidx): Remove static, it's not supported
anymore with GCC 4.0 in a block scope.
* locale/weightwc.h (findidx): Likewise.
* posix/regcomp.c (seek_collating_symbol_entry): Likewise.
(lookup_collation_sequence_value): Likewise.
(build_range_exp): Likewise.
(build_collating_symbol): Likewise.
* iconv/iconvconfig.c (write_output): Likewise.
* elf/do-rel.h (elf_dynamic_do_rel): Likewise.

19 years agoUpdate.
Ulrich Drepper [Fri, 24 Sep 2004 07:18:48 +0000 (07:18 +0000)]
Update.

2004-09-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

* sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL_NCS): Define.

19 years agoUpdate.
Ulrich Drepper [Thu, 23 Sep 2004 14:07:48 +0000 (14:07 +0000)]
Update.

2004-09-23  Thorsten Kukuk  <kukuk@suse.de>

* sysdeps/unix/sysv/linux/sys/mount.h: Sync MS_RMT_MASK flag
and BLK* ioctls with linux kernel headers.

19 years agoUpdate.
Ulrich Drepper [Thu, 23 Sep 2004 07:45:38 +0000 (07:45 +0000)]
Update.

2004-09-23  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/generic/bits/dlfcn.h: Add RTLD_DEEPBIND.
* elf/dl-object.c (_dl_new_object): Add new parameter mode.  If mode
has RTLD_DEEPBIND set add local searchlist before global scope.
* sysdeps/generic/ldsodefs.h (_dl_new_object): Adjust prototype.
* elf/rtld.c: Adjust callers of _dl_new_object.
* elf/dl-load.c: Likewise.
(_dl_map_object_from_fd): If RTLD_DEEPBIND is used, don't do anything
for DF_SYMBOLIC.
* elf/dl-open.c (dl_open_writer): Pass RTLD_DEEPBIND flag on to
_dl_map_object_deps.
* elf/tst-deep1.c: New file.
* elf/tst-deep1mod1.c: New file.
* elf/tst-deep1mod2.c: New file.
* elf/tst-deep1mod3.c: New file.
* elf/Makefile: Add rules to build and run new tests.

* elf/dl-deps.c: Pretty printing.

19 years agoUpdate.
Ulrich Drepper [Thu, 23 Sep 2004 05:17:06 +0000 (05:17 +0000)]
Update.

2004-09-23  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/alpha/sysdep.h (inline_syscall[0-6]): Change name
argument to numbers from syscall names.
(INLINE_SYSCALL1): Pass __NR_##name to inline_syscall##nr.
(INTERNAL_SYSCALL_NCS): Renamed from...
(INTERNAL_SYSCALL_1): ... this.  Use INTERNAL_SYSCALL_NCS.
* sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
(INTERNAL_SYSCALL_NCS): Define.
* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
(INTERNAL_SYSCALL_NCS): Likewise.
* sysdeps/unix/sysv/linux/sparc/sysdep.h (inline_syscall[0-6]):
Change name argument to numbers from syscall names.
(INLINE_SYSCALL, INTERNAL_SYSCALL): Adjust.
(INTERNAL_SYSCALL_NCS): Define.

19 years agoUpdate.
Ulrich Drepper [Thu, 23 Sep 2004 04:45:09 +0000 (04:45 +0000)]
Update.

* malloc/malloc.c (malloc_printerr): Use syslog if writev failed.

19 years agoUpdate. cvs/fedora-glibc-20040923T0148
Ulrich Drepper [Wed, 22 Sep 2004 08:20:57 +0000 (08:20 +0000)]
Update.

2004-09-22  Ulrich Drepper  <drepper@redhat.com>

* string/string.h: Add __nonnull annotations.
* stdlib/stdlib.h: Likewise.

19 years agoUpdate. cvs/fedora-base
Ulrich Drepper [Wed, 22 Sep 2004 05:11:15 +0000 (05:11 +0000)]
Update.

2004-09-20  H.J. Lu  <hongjiu.lu@intel.com>

* sysdeps/unix/sysv/linux/ia64/sysdep.h (DO_INLINE_SYSCALL):
Renamed to ...
(DO_INLINE_SYSCALL_NCS): This.
(DO_INLINE_SYSCALL): New.
(INLINE_SYSCALL): Updated.
(INTERNAL_SYSCALL_NCS): Updated.

19 years agoUpdate.
Ulrich Drepper [Wed, 22 Sep 2004 02:19:00 +0000 (02:19 +0000)]
Update.

* elf/sprof.c (load_shobj): Add support for reading symbol table
from debuginfo file.

19 years ago(load_shobj): Add support for reading symbol table from debuginfo file.
Ulrich Drepper [Wed, 22 Sep 2004 02:18:30 +0000 (02:18 +0000)]
(load_shobj): Add support for reading symbol table from debuginfo file.

19 years ago* Versions: Add comment about linuxthreads' frozen ABI.
Roland McGrath [Wed, 22 Sep 2004 00:21:26 +0000 (00:21 +0000)]
* Versions: Add comment about linuxthreads' frozen ABI.

19 years ago2004-09-21 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 22 Sep 2004 00:21:20 +0000 (00:21 +0000)]
2004-09-21  Roland McGrath  <roland@redhat.com>

* Versions: Add comment about linuxthreads' frozen ABI.

19 years agoUpdate.
Ulrich Drepper [Tue, 21 Sep 2004 15:40:52 +0000 (15:40 +0000)]
Update.

2004-09-21  Ulrich Drepper  <drepper@redhat.com>

* elf/ldd.bash.in: Fix syntax errors.

19 years agoUpdate.
Ulrich Drepper [Tue, 21 Sep 2004 02:30:50 +0000 (02:30 +0000)]
Update.

* sysdeps/unix/sysv/linux/dl-execstack.c
(_dl_make_stack_executable): Remove some duplication.

19 years agoUpdate.
Ulrich Drepper [Mon, 20 Sep 2004 23:16:22 +0000 (23:16 +0000)]
Update.

2004-09-20  Ulrich Drepper  <drepper@redhat.com>

* nscd/nscd.c (options): Mark S option as hidden.
(parse_opt): When S option is used, print warning message.
* nscd/grpcache.c (adgrptbyX): Don't handle secure mode.
* nscd/hstcache.c (addhstbyX): Don't handle secure mode.
* nscd/aicache.c (addhstaiX): Don't handle secure mode.
* nscd/pwdcache.c (addpwbyX): Don't handle secure mode.

19 years agoUpdate.
Ulrich Drepper [Mon, 20 Sep 2004 22:14:33 +0000 (22:14 +0000)]
Update.

* configure.in: If selinux has not explictly been requested, don't
comment on it missing.

19 years agoIf selinux has not explictly been requested, don't comment on it missing.
Ulrich Drepper [Mon, 20 Sep 2004 21:53:15 +0000 (21:53 +0000)]
If selinux has not explictly been requested, don't comment on it missing.

19 years ago[BZ #391]
Roland McGrath [Mon, 20 Sep 2004 20:56:19 +0000 (20:56 +0000)]
[BZ #391]

2004-09-20  Roland McGrath  <roland@frob.com>
* elf/dl-load.c (__stack_prot): Only use PROT_GROWSUP/PROT_GROWSDOWN
in initializer #if defined.

2004-09-18  Paul Eggert  <eggert@cs.ucla.edu>

[BZ #391]
* stdlib/getsubopt.c: Merge fixes from gnulib.
(__strchrnul) [!_LIBC]: Define and include "strchrnul.c".
(getsubopt): Use prototypes, not K&R style.
Fix bug: memcmp(A,B,N) was being invoked on a memory block B
whose size might be smaller than N.  Use strncmp to avoid the bug.

19 years ago2004-09-20 Roland McGrath <roland@frob.com>
Roland McGrath [Mon, 20 Sep 2004 20:56:03 +0000 (20:56 +0000)]
2004-09-20  Roland McGrath  <roland@frob.com>

* elf/dl-load.c (__stack_prot): Only use PROT_GROWSUP/PROT_GROWSDOWN
in initializer #if defined.

19 years ago(_dl_map_object_from_fd): Add caller check.
Ulrich Drepper [Mon, 20 Sep 2004 15:15:23 +0000 (15:15 +0000)]
(_dl_map_object_from_fd): Add caller check.

19 years agoUpdate.
Ulrich Drepper [Mon, 20 Sep 2004 15:08:26 +0000 (15:08 +0000)]
Update.

2004-09-20  Ulrich Drepper  <drepper@redhat.com>

* elf/dl-load.c: Define __stack_prot.
* sysdeps/unix/sysv/linux/dl-execstack.c: Don't define
__stack_prot here, just declare it.

19 years agoUpdate.
Ulrich Drepper [Mon, 20 Sep 2004 14:47:18 +0000 (14:47 +0000)]
Update.

2004-09-20  Jakub Jelinek  <jakub@redhat.com>

* configure.in (libc_cv_z_relro): Only set to yes if linker script
contains DATA_SEGMENT_RELRO_END.

19 years agoUpdate.
Ulrich Drepper [Mon, 20 Sep 2004 07:43:16 +0000 (07:43 +0000)]
Update.

2004-09-20  Ulrich Drepper  <drepper@redhat.com>

* elf/dl-load.c (_dl_map_object_from_fd): Add some error checking.
Reorder code slightly.
* elf/rtld.c (dl_main): No need to check whether l_info[DT_HASH]
is non-null, _dl_setup_hash will do that.

19 years agoUpdate.
Ulrich Drepper [Mon, 20 Sep 2004 00:16:11 +0000 (00:16 +0000)]
Update.

* sysdeps/unix/sysv/linux/setegid.c [HAVE_PTR__NPTL_SETXID]: Call
callback to set IDs in all other threads as well.
* sysdeps/unix/sysv/linux/seteuid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/setegid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
* sysdeps/unix/sysv/linux/setuid.c: New file.
* sysdeps/unix/sysv/linux/setgid.c: New file.
* sysdeps/unix/sysv/linux/setreuid.c: New file.
* sysdeps/unix/sysv/linux/setregid.c: New file.
* sysdeps/unix/sysv/linux/setresuid.c: New file.
* sysdeps/unix/sysv/linux/setresgid.c: New file.
* sysdeps/unix/sysv/linux/i386/sysdep.h: Define INTERNAL_SYSCALL_NCS.
* sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: Use x86 version.
* sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: New file.
* sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: New file.
* sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Remove setresgid
and setresuid.
* nscd/aicache.c: Use pthread_seteuid_np instead of seteuid.
* nscd/grpcache.c: Likewise.
* nscd/hstcache.c: Likewise.
* nscd/pwdcache.c: Likewise.

19 years agoUpdate.
Ulrich Drepper [Sun, 19 Sep 2004 20:52:52 +0000 (20:52 +0000)]
Update.

2004-09-19  Ulrich Drepper  <drepper@redhat.com>

* resolv/res_mkquery.c (res_nmkquery): Fix typo.

19 years agoUpdate.
Ulrich Drepper [Sun, 19 Sep 2004 02:48:59 +0000 (02:48 +0000)]
Update.

* sysdeps/unisx/sysv/linux/dl-execstack.c: Get protection flag
from memory.
* elf/dl-load.c (_dl_map_object_from_fd): Add PROT_EXEC flag to
__stack_flags.

19 years agoUpdate.
Ulrich Drepper [Sat, 18 Sep 2004 23:57:46 +0000 (23:57 +0000)]
Update.

* sysdeps/posix/getaddrinfo.c (gaih_inet): Do not use
gethostbyname3_r if we are not looking for the canonical name.

19 years agoUpdate.
Ulrich Drepper [Sat, 18 Sep 2004 21:21:36 +0000 (21:21 +0000)]
Update.

2004-09-18  Ulrich Drepper  <drepper@redhat.com>

* allocatestack.c (allocate_stack): Return EAGAIN instead of
ENOMEM when out of memory.

19 years agoUpdate.
Ulrich Drepper [Sat, 18 Sep 2004 18:04:49 +0000 (18:04 +0000)]
Update.

2004-09-18  Ulrich Drepper  <drepper@redhat.com>

* resolv/res_mkquery.c (res_nmkquery): Randomize request ID every
time.

19 years ago(res_nmkquery): Randomize request ID every time.
Ulrich Drepper [Sat, 18 Sep 2004 18:00:50 +0000 (18:00 +0000)]
(res_nmkquery): Randomize request ID every time.

19 years ago* sysdeps/unix/sysv/linux/waitid.c (do_waitid): Pass fifth argument to
Roland McGrath [Sat, 18 Sep 2004 08:45:06 +0000 (08:45 +0000)]
* sysdeps/unix/sysv/linux/waitid.c (do_waitid): Pass fifth argument to

system call.

19 years ago2004-09-18 Roland McGrath <roland@redhat.com>
Roland McGrath [Sat, 18 Sep 2004 08:44:59 +0000 (08:44 +0000)]
2004-09-18  Roland McGrath  <roland@redhat.com>

* sysdeps/unix/sysv/linux/waitid.c (do_waitid): Pass fifth argument to
system call.

19 years agoEncodings without iconv support.
Ulrich Drepper [Sat, 18 Sep 2004 08:15:55 +0000 (08:15 +0000)]
Encodings without iconv support.

19 years agoUpdate.
Ulrich Drepper [Sat, 18 Sep 2004 06:46:52 +0000 (06:46 +0000)]
Update.

2004-09-17  Ulrich Drepper  <drepper@redhat.com>

* include/link.h (struct link_map): Add l_used element.
* sysdeps/generic/ldsodefs.h: Define DL_DEBUG_UNUSED.
* elf/rtld.c (process_dl_debug): Recognize unused.
(dl_main): When unused debug flag is set check for unused direct
dependencies.
When printing dependencies and SONAME starts with /, omit the SONAME =>
part.
* elf/dl-lookup.c (_dl_lookup_symbol_x): Mark object in which the
symbol has been found as used.
* elf/ldd.bash.in: Add -u option.

19 years ago[BZ #390]
Ulrich Drepper [Fri, 17 Sep 2004 23:47:50 +0000 (23:47 +0000)]
[BZ #390]

Update.
2004-09-18  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
Do nothing if __NR_set_tid_address is not defined.  [BZ #390]

2004-09-17  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/posix/getaddrinfo.c: Use gethostbyname3_r NSS function
in case it is available.

19 years agoUpdate.
Ulrich Drepper [Fri, 17 Sep 2004 19:51:26 +0000 (19:51 +0000)]
Update.

2004-09-17  Jakub Jelinek  <jakub@redhat.com>

* nscd/nscd.c (parse_opt): Write arg string instead of (void *)
key to the socket.

19 years agoUpdate.
Ulrich Drepper [Fri, 17 Sep 2004 19:27:08 +0000 (19:27 +0000)]
Update.

* catgets/nl_types.h: Likewise.
* crypt/crypt.h: Likewise.
* debug/execinfo.h: Likewise.

19 years agoUpdate.
Ulrich Drepper [Fri, 17 Sep 2004 08:44:34 +0000 (08:44 +0000)]
Update.

2004-09-17  Ulrich Drepper  <drepper@redhat.com>

* misc/sys/cdefs.h: Define __nonnull using nonnull function attribute
for gcc 3.3 and higher.
* io/fcntl.h: Add __nonnull where appropriate.
* io/ftw.h: Likewise.
* io/utime.h: Likewise.
* io/sys/poll.h: Likewise.
* io/sys/sendfile.h: Likewise.
* io/sys/stat.h: Likewise.
* io/sys/statfs.h: Likewise.
* io/sys/statvfs.h: Likewise.
* posix/unistd.h: Likewise.

19 years agoUpdate.
Ulrich Drepper [Fri, 17 Sep 2004 00:56:07 +0000 (00:56 +0000)]
Update.

* posix/glob.h: Remove cruft to make header usable outside glibc.
The maintenance headache is too big.

19 years agoPatch mostly by Matthew Rickard <mjricka@epoch.ncsc.mil>.
Ulrich Drepper [Fri, 17 Sep 2004 00:05:36 +0000 (00:05 +0000)]
Patch mostly by Matthew Rickard <mjricka@epoch.ncsc.mil>.

19 years agoUpdate.
Ulrich Drepper [Fri, 17 Sep 2004 00:04:18 +0000 (00:04 +0000)]
Update.

2004-09-16  Ulrich Drepper  <drepper@redhat.com>

* configure.in: Add test for required SELinux features.
* config.make.in: Add have-selinux entry.
* config.h.in: Add HAVE_SELINUX entry.
* nscd/Makefile (nscd-modules): Add selinux.
(CFLAGS-selinux.c): Add -fpie.
Define selinux-LIBS and use in link line.
* nscd/connections.c (handle_request): Check access SELinux permissions
before processing request.
* nscd/nscd.c (main): Initialize selinux_enabled and stop avc thread.
* nscd/nscd_stat.c: Transmit and print AVC statistics.
* nscd/selinux.c: New file.
* nscd/selinux.h: New file.

2004-09-16  Jakub Jelinek  <jakub@redhat.com>

* nscd/nscd_helper.c (__nscd_unmap, get_mapping): Use __munmap
instead of munmap.

* nscd/Makefile (CFLAGS-aicache.c): Set to -fpie.

2004-09-16  Thorsten Kukuk  <kukuk@suse.de>

* sysdeps/posix/getaddrinfo.c (gaih_inet): Check
__nss_not_use_nscd_hosts variable if nscd should be used or not.

2004-09-16  Ulrich Drepper  <drepper@redhat.com>

* nscd/nscd_proto.h: Define NSS_NSCD_RETRY.
Add __nscd_getai prototype.
* nss/getXXbyYY_r.c: Remode definition of NSS_NSCD_RETRY.
* nscd/nscd-client.h: Remove __nscd_getai prototype.
* nscd/nscd_getai.c: Include nscd_proto.h.

* elf/ldd.bash.in: Add support for SELinux environments.
Patch by Stephen Smalley <sds@epoch.ncsc.mil>.

19 years agoAdd test for required SELinux features.
Ulrich Drepper [Thu, 16 Sep 2004 23:54:21 +0000 (23:54 +0000)]
Add test for required SELinux features.

19 years ago* configure.in (--with-headers): Let argument contain a : separated
Roland McGrath [Thu, 16 Sep 2004 23:23:25 +0000 (23:23 +0000)]
* configure.in (--with-headers): Let argument contain a : separated

list of directories to use, not just one.
* configure: Regenerated.

19 years ago2004-09-16 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 16 Sep 2004 23:22:05 +0000 (23:22 +0000)]
2004-09-16  Roland McGrath  <roland@redhat.com>

* configure.in (--with-headers): Let argument contain a : separated
list of directories to use, not just one.
* configure: Regenerated.

19 years agoiAdd __nscd_getai prototype.
Ulrich Drepper [Thu, 16 Sep 2004 22:54:54 +0000 (22:54 +0000)]
iAdd __nscd_getai prototype.

19 years agoAdd support for SELinux environments.
Ulrich Drepper [Thu, 16 Sep 2004 21:59:12 +0000 (21:59 +0000)]
Add support for SELinux environments.

19 years ago * sysdeps/alpha/fpu/libm-test-ulps: Update. * scripts/data/c++-types...
Richard Henderson [Wed, 15 Sep 2004 12:23:39 +0000 (12:23 +0000)]
    * sysdeps/alpha/fpu/libm-test-ulps: Update.         * scripts/data/c++-types-alpha-linux-gnu.data: New file.

2004-09-15  Richard Henderson  <rth@redhat.com>

* sysdeps/alpha/fpu/libm-test-ulps: Update.
* scripts/data/c++-types-alpha-linux-gnu.data: New file.

19 years ago * sysdeps/unix/sysv/linux/alpha/vfork.S: Use libc_hidden_def.
Richard Henderson [Wed, 15 Sep 2004 12:22:09 +0000 (12:22 +0000)]
    * sysdeps/unix/sysv/linux/alpha/vfork.S: Use libc_hidden_def.

2004-09-15  Richard Henderson  <rth@redhat.com>

* sysdeps/unix/sysv/linux/alpha/vfork.S: Use libc_hidden_def.

19 years agoUpdate.
Ulrich Drepper [Wed, 15 Sep 2004 10:10:05 +0000 (10:10 +0000)]
Update.

* nscd/aicache.c: Prefer using gethostbyname3_r NSS callback to also
get ttl and canonical name.  Use these two values.
* resolv/Versions: Export _nss_dns_gethostbyname3_r from libnss_dns.
* resolv/nss_dns/dns-host.c (getanswer_r): Take two new parameters.
If nonnull fill with TTL and pointer to canonical name respectively.
(_nss_dns_gethostbyaddr_r): Pass NULL in new parameters of getanswer_r.
(_nss_dns_gethostbyname2_r): Just wrapper around
_nss_dns_gethostbyname3_r.
(_nss_dns_gethostbyname3_r): Renamed from _nss_dns_gethostbyname2_r.
Take two new parameters which as passed to getanswer_r.

19 years agoUpdate.
Ulrich Drepper [Wed, 15 Sep 2004 08:26:45 +0000 (08:26 +0000)]
Update.

* posix/Makefile (CFLAGS-getaddrinfo.c): Add -DUSE_NSCD.

19 years agoUpdate.
Ulrich Drepper [Wed, 15 Sep 2004 08:25:49 +0000 (08:25 +0000)]
Update.

2004-09-15  Ulrich Drepper  <drepper@redhat.com>

* nscd/Makefile (rountines): Add nscd_getai.
(nscd-modules): Add aicache.
* nscd/aicache.c: New file.
* nscd/nscd_getai.c: New file.
* nscd/cache.c (prune_cache): Handle GETAI request type.
* nscd/connections.c: Add GETAI support in request handling.
* nscd/nscd-client.h (request_type): Add GETAI.
Define ai_response_header and struct nscd_ai_result types.
(struct datahead): Add aidata field.
Declare __nscd_getai.
* nscd/nscd.c: Add getaddrinfo definition to catch problems.
* nscd/nscd.h: Declare addhstai and readdhstai.

* sysdeps/posix/getaddrinfo.c: Add support for using cached results.

* nscd/nscd-client.h  (struct datahead): Use uint8_t instead of bool.

19 years agoUpdate.
Ulrich Drepper [Tue, 14 Sep 2004 18:05:52 +0000 (18:05 +0000)]
Update.

2004-09-14  Ulrich Drepper  <drepper@redhat.com>

* misc/sys/cdefs.h: Remove debugging text from __P and __PMT.

19 years agoUpdate.
Ulrich Drepper [Tue, 14 Sep 2004 04:41:35 +0000 (04:41 +0000)]
Update.

2004-09-13  Ulrich Drepper  <drepper@redhat.com>

* misc/sys/cdefs.h: Restore old definition of __P.
* csu/munch.awk: Remove uses of __P and __PMT.
* gmon/gmon.c: Likewise.
* hesiod/hesiod.h: Likewise.
* include/stdio.h: Likewise.
* io/fts.c: Likewise.
* libio/genops.c: Likewise.
* libio/libioP.h: Likewise.
* libio/fileops.c: Likewise.
* libio/iolibio.h: Likewise.
* libio/libio.h: Likewise.
* libio/memstream.c: Likewise.
* libio/oldfileops.c: Likewise.
* libio/oldstdfiles.c: Likewise.
* libio/iopopen.c: Likewise.
* libio/vsnprintf.c: Likewise.
* libio/vswprintf.c: Likewise.
* libio/wgenops.c: Likewise.
* libio/oldiopopen.c: Likewise.
* locale/programs/xmalloc.c: Likewise.
* locale/programs/xstrdup.c: Likewise.
* malloc/mtrace.c: Likewise.
* misc/getttyent.c: Likewise.
* misc/getusershell.c: Likewise.
* nis/rpcsvc/ypupd.h: Likewise.
* posix/fnmatch.h: Likewise.
* posix/glob.h: Likewise.
* resolv/arpa/nameser.h: Likewise.
* resolv/gethnamaddr.c: Likewise.
* resolv/resolv.h: Likewise.
* resolv/inet_net_ntop.c: Likewise.
* resolv/inet_net_pton.c: Likewise.
* resolv/res_init.c: Likewise.
* resolv/nss_dns/dns-network.c: Likewise.
* stdio-common/vfprintf.c: Likewise.
* stdio-common/reg-printf.c: Likewise.
* sysdeps/generic/chflags.c: Likewise.
* sysdeps/generic/fchflags.c: Likewise.
* sysdeps/generic/glob.c: Likewise.
* sysdeps/generic/printf_fphex.c: Likewise.
* sysdeps/generic/memcmp.c: Likewise.
* sysdeps/generic/memcopy.h: Likewise.
* sysdeps/generic/morecore.c: Likewise.
* sysdeps/generic/sstk.c: Likewise.
* sysdeps/posix/sigvec.c: Likewise.
* sysdeps/posix/ttyname_r.c: Likewise.
* sysdeps/standalone/arm/bits/errno.h: Likewise.
* sysdeps/standalone/standalone.h: Likewise.
* sysdeps/standalone/i386/force_cpu386/brdinit.c: Likewise.
* sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
* sysdeps/unix/arm/start.c: Likewise.
* sysdeps/unix/bsd/sigaction.c: Likewise.
* sysdeps/unix/bsd/sun/m68k/sigtramp.c: Likewise.
* sysdeps/unix/bsd/sun/sparc/sigtramp.c: Likewise.
* sysdeps/unix/bsd/sun/sunos4/wait4.c: Likewise.
* sysdeps/unix/bsd/ultrix4/mips/sigvec.c: Likewise.
* sysdeps/unix/bsd/ultrix4/sysconf.c: Likewise.
* sysdeps/unix/sparc/start.c: Likewise.
* sysdeps/unix/sysv/getdents.c: Likewise.
* sysdeps/unix/sysv/irix4/fpathconf.c: Likewise.
* sysdeps/unix/sysv/irix4/getgroups.c: Likewise.
* sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
* sysdeps/unix/sysv/irix4/getrusage.c: Likewise.
* sysdeps/unix/sysv/irix4/pathconf.c: Likewise.
* sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
* sysdeps/unix/sysv/irix4/sigtramp.c: Likewise.
* sysdeps/unix/sysv/irix4/start.c: Likewise.
* sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
* sysdeps/unix/sysv/sco3.2.4/__setpgid.c: Likewise.
* sysdeps/unix/sysv/sco3.2.4/getgroups.c: Likewise.
* sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
* sysdeps/unix/sysv/sysv4/__setpgid.c: Likewise.
* sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
* sysdeps/unix/sysv/sysv4/setpgid.c: Likewise.
* sysdeps/unix/sysv/sysv4/sethostname.c: Likewise.
* sysdeps/unix/sysv/sysv4/setsid.c: Likewise.
* sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
* sysdeps/unix/sysv/sysv4/waitpid.c: Likewise.
* sysdeps/unix/sysv/sysv4/solaris2/getdents.c: Likewise.
* time/tzset.c: Likewise.
* time/strftime_l.c: Likewise.
* time/strptime_l.c: Likewise.
* crypt/md5.h: Likewise.

19 years agoRegenerated: autoconf configure.in
Ulrich Drepper [Tue, 14 Sep 2004 00:41:16 +0000 (00:41 +0000)]
Regenerated: autoconf  configure.in

19 years ago* configure.in: Support GCC 4.x.
Roland McGrath [Mon, 13 Sep 2004 19:47:47 +0000 (19:47 +0000)]
* configure.in: Support GCC 4.x.

* configure: Regenerated.

19 years ago2004-09-13 Andreas Jaeger <aj@suse.de>
Roland McGrath [Mon, 13 Sep 2004 19:47:43 +0000 (19:47 +0000)]
2004-09-13  Andreas Jaeger  <aj@suse.de>

* configure.in: Support GCC 4.x.
* configure: Regenerated.

19 years agoUpdate.
Ulrich Drepper [Mon, 13 Sep 2004 18:38:15 +0000 (18:38 +0000)]
Update.

2004-09-01  David Mosberger  <davidm@hpl.hp.com>

* sysdeps/unix/sysv/linux/ia64/jmpbuf-unwind.h
(__libc_unwind_longjmp): Delete macro and declare as function.
* sysdeps/unix/sysv/linux/ia64/Makefile (sysdep_routines): Mention
__ia64_longjmp, sigstack_longjmp, and __sigstack_longjmp for
nptl directory.
* sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: New file.
* sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: New file.
* sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: New file.

19 years agoUpdate.
Ulrich Drepper [Mon, 13 Sep 2004 17:24:41 +0000 (17:24 +0000)]
Update.

2004-09-13  Thorsten Kukuk  <kukuk@suse.de>

* nscd/nscd_stat.c: Don't access dbs[cnt].head for disabled services.

* nscd/nscd.init: Fix path to socket.

19 years agoUPdate.
Ulrich Drepper [Mon, 13 Sep 2004 06:07:02 +0000 (06:07 +0000)]
UPdate.

* nscd/nscd_helper.c (get_mapping): Correctly check cmsg length.
Avoid file descriptor leak in case of size mismatch.

19 years agoUpdate.
Ulrich Drepper [Mon, 13 Sep 2004 05:56:39 +0000 (05:56 +0000)]
Update.

* nscd/mem.c (gc): Add casts to avoid warnings.

19 years agoUpdate.
Ulrich Drepper [Mon, 13 Sep 2004 05:52:46 +0000 (05:52 +0000)]
Update.

* nscd/nscd-client.h: Fix database structure layout for biarch.

19 years agoUpdate.
Ulrich Drepper [Mon, 13 Sep 2004 05:30:21 +0000 (05:30 +0000)]
Update.

2004-09-12  Ulrich Drepper  <drepper@redhat.com>

* nss/getent.c: Don't preconstruct help message.  Do it only when
needed.

* locale/programs/locale.c: Simplify help message printing.

19 years agoSimplify help message printing.
Ulrich Drepper [Mon, 13 Sep 2004 05:28:45 +0000 (05:28 +0000)]
Simplify help message printing.

19 years ago(init1): fix one more nit in last change
Roland McGrath [Mon, 13 Sep 2004 00:42:46 +0000 (00:42 +0000)]
(init1): fix one more nit in last change