platform/upstream/glibc.git
19 years ago(__libc_dlsym_private, __libc_register_dl_open_hook): New functions. (__libc_dlopen_m...
Ulrich Drepper [Mon, 18 Oct 2004 23:07:59 +0000 (23:07 +0000)]
(__libc_dlsym_private, __libc_register_dl_open_hook): New functions. (__libc_dlopen_mode): Call __libc_register_dl_open_hook and __libc_register_dlfcn_hook.

19 years ago* dlfcn/bug-dlsym1.c (main): Remove bogus setenv call.
Roland McGrath [Mon, 18 Oct 2004 18:54:06 +0000 (18:54 +0000)]
* dlfcn/bug-dlsym1.c (main): Remove bogus setenv call.

19 years ago2004-10-18 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 18 Oct 2004 18:53:53 +0000 (18:53 +0000)]
2004-10-18  Roland McGrath  <roland@redhat.com>

* dlfcn/bug-dlsym1.c (main): Remove bogus setenv call.

19 years agoUpdate.
Ulrich Drepper [Mon, 18 Oct 2004 15:44:52 +0000 (15:44 +0000)]
Update.

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

* elf/dl-open.c (dl_open_worker): Avoid dereferencing map in
statically linked code if there might none be found.

19 years ago(dl_open_worker): Avoid dereferencing map in statically linked code if there might...
Ulrich Drepper [Mon, 18 Oct 2004 15:37:14 +0000 (15:37 +0000)]
(dl_open_worker): Avoid dereferencing map in statically linked code if there might none be found.

19 years agoUpdate. cvs/fedora-glibc-20041018T0940
Andreas Jaeger [Mon, 18 Oct 2004 05:17:42 +0000 (05:17 +0000)]
Update.

2004-10-06  Maciej W. Rozycki  <macro@mips.com>

* sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
(__SYSCALL_CLOBBERS): Add "memory".
* sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
(__SYSCALL_CLOBBERS): Likewise.
* sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
(__SYSCALL_CLOBBERS): Likewise.

19 years ago(__SYSCALL_CLOBBERS): Add "memory".
Andreas Jaeger [Mon, 18 Oct 2004 05:16:08 +0000 (05:16 +0000)]
(__SYSCALL_CLOBBERS): Add "memory".

19 years agoUpdate.
Ulrich Drepper [Mon, 18 Oct 2004 05:10:37 +0000 (05:10 +0000)]
Update.

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

* include/libc-symbols.h: Define libresolv_hidden_proto and friends.
* include/resolv.h: Add libresolv_hidden_proto for symbols defined,
used, and exported in libresolv.
* resolv/base64.c: Add libresolv_hidden_def.
* resolv/gethnamaddr.c: Likewise.
* resolv/ns_name.c: Likewise.
* resolv/ns_netint.c: Likewise.
* resolv/res_comp.c: Likewise.
* resolv/res_data.c: Likewise.
* resolv/res_debug.c: Likewise.
* resolv/res_mkquery.c: Likewise.
* resolv/res_query.c: Likewise.
* resolv/res_send.c: Likewise.

19 years agoPretty printing.
Ulrich Drepper [Mon, 18 Oct 2004 04:19:48 +0000 (04:19 +0000)]
Pretty printing.

19 years ago2004-10-15 Jakub Jelinek <jakub@redhat.com>
Ulrich Drepper [Mon, 18 Oct 2004 04:17:19 +0000 (04:17 +0000)]
2004-10-15  Jakub Jelinek  <jakub@redhat.com>

* elf/dl-minimal.c (__chk_fail): New.  Add rtld_hidden_def.
* sysdeps/unix/sysv/linux/readonly-area.c: New file.
* sysdeps/i386/i686/memmove.S (__memmove_chk): Add checking
routine.
* sysdeps/i386/i686/memcpy.S (__memcpy_chk): Likewise.
* sysdeps/i386/i686/mempcpy.S (__mempcpy_chk): Likewise.
* sysdeps/i386/i686/memset.S (__memset_chk): Likewise.
* sysdeps/i386/i686/memmove-chk.S: New file.
* sysdeps/i386/i686/memcpy-chk.S: Likewise.
* sysdeps/i386/i686/mempcpy-chk.S: Likewise.
* sysdeps/i386/i686/memset-chk.S: Likewise.
* sysdeps/generic/strcat-chk.c (__strcat_chk): Don't __chk_fail
if exactly fitting into buffer.
* sysdeps/generic/strncat-chk.c (__strncat_chk): Likewise.
* sysdeps/generic/readonly-area.c: New file.
* sysdeps/generic/strncpy-chk.c (__strncpy_chk): Only test
destlen once.
* sysdeps/x86_64/memset.S (__memset_chk): Add checking routine.
* sysdeps/x86_64/memcpy.S (__memcpy_chk): Likewise.
* sysdeps/x86_64/mempcpy.S (__memcpy_chk): Define to __mempcpy_chk.
* sysdeps/x86_64/memcpy-chk.S: New file.
* sysdeps/x86_64/mempcpy-chk.S: Likewise.
* sysdeps/x86_64/memset-chk.S: Likewise.
* sysdeps/x86_64/strcpy-chk.S: Likewise.
* sysdeps/x86_64/stpcpy-chk.S: Likewise.
* argp/argp-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing.
* argp/argp-fs-xinl.c (__OPTIMIZE__): Likewise.
* debug/tst-chk1.c: New test.
* debug/tst-chk2.c: Likewise.
* debug/tst-chk3.c: Likewise.
* debug/test-strcpy_chk.c: Likewise.
* debug/test-stpcpy_chk.c: Likewise.
* debug/vsprintf_chk.c (__vsprintf_chk): If flags > 0, request
_IO_FLAGS2_CHECK_PERCENT_N.  Add libc_hidden_def.
* debug/Makefile (routines): Add printf_chk, fprintf_chk, vprintf_chk,
vfprintf_chk, gets_chk and readonly-area.
(CFLAGS-*_chk.c): Set.
(tests): Add tst-chk1, tst-chk2, tst-chk3, test-strcpy_chk and
test-stpcpy_chk.
* debug/vprintf_chk.c: New file.
* debug/printf_chk.c: Likewise.
* debug/vfprintf_chk.c: Likewise.
* debug/fprintf_chk.c: Likewise.
* debug/gets_chk.c: Likewise.
* debug/chk_fail.c (__chk_fail): Add libc_hidden_def.
* debug/snprintf_chk.c (__snprintf_chk): Fix order of arguments
passed to __vsnprintf_chk.
* debug/Versions (libc): Export __printf_chk, __fprintf_chk,
__vprintf_chk, __vfprintf_chk and __gets_chk @GLIBC_2.3.4.
* debug/vsnprintf_chk.c (__vsnprintf_chk): Don't call
__vsnprintf, instead create a temporary file with
_IO_strn_jumps jumptable.  If flags > 0, request
_IO_FLAGS2_CHECK_PERCENT_N.  Add libc_hidden_def.
* libio/Makefile (headers): Add bits/stdio2.h.
* libio/stdio.h: Include <bits/stdio2.h> if __USE_FORTIFY_LEVEL.
(sprintf, snprintf, vsprintf, vsnprintf): Remove defines.
* libio/strfile.h (_IO_strnfile): New type.
(_IO_strn_jumps): New extern.
* libio/vsnprintf.c (_IO_strnfile): Remove.
(_IO_strn_jumps): Remove static.
* libio/bits/stdio2.h: New file.
* libio/vswprintf.c (_IO_strnfile): Rename type to...
(_IO_wstrnfile): ...this.  Adjust all uses.
* libio/libio.h (_IO_FLAGS2_CHECK_PERCENT_N): Define.
* stdio-common/vfprintf.c (STR_LEN): Define.
(vfprintf): Add readonly_format variable.
Handle _IO_FLAGS2_CHECK_PERCENT_N.
(buffered_vfprintf): Copy _flags2.
* include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
__vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
__vfprintf_chk): New prototypes.
(__vsprintf_chk, __vsnprintf_chk): Add libc_hidden_proto.
* include/string.h (__memcpy_chk, __memmove_chk, __mempcpy_chk,
__memset_chk, __strcpy_chk, __stpcpy_chk, __strncpy_chk, __strcat_chk,
__strncat_chk): New prototypes.
* include/bits/string3.h: New file.
* include/sys/cdefs.h (__chk_fail): Add libc_hidden_proto
and rtld_hidden_proto.
* string/Makefile (headers): Add bits/string3.h.
* string/bits/string3.h (bcopy, bzero): New defines.
(memset, memcpy, memmove, strcpy, strncpy, strcat, strncat): Change
macros so that inlines are used only if unknown destination size
or side-effects in destination argument.
(mempcpy, stpcpy): Likewise.  Protect with #ifdef __USE_GNU.

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

* debug/Makefile (routines): Add *_chk.
* debug/Versions (libc): Export __chk_fail, __memcpy_chk,
__memmove_chk, __mempcpy_chk, __memset_chk, __stpcpy_chk,
__strcat_chk, __strcpy_chk, __strncat_chk, __strncpy_chk,
__sprintf_chk, __vsprintf_chk, __snprintf_chk, __vsnprintf_chk
@GLIBC_2.3.4.
* debug/chk_fail.c: New file.
* debug/snprintf_chk.c: Likewise.
* debug/sprintf_chk.c: Likewise.
* debug/vsnprintf_chk.c: Likewise.
* debug/vsprintf_chk.c: Likewise.
* include/features.h (_FORTIFY_SOURCE): Document, handle.
(__USE_FORTIFY_LEVEL): Define.
(__GNUC_PREREQ): Move to earlier location.
* include/sys/cdefs.h (__chk_fail): New prototype.
* libio/bits/stdio.h (sprintf, vsprintf, snprintf, vsnprintf):
Define if __USE_FORTIFY_LEVEL.
* misc/sys/cdefs.h (__bos, __bos0): Define.
* string/string.h: Include <bits/string3.h> if __USE_FORTIFY_LEVEL.
* bits/string/string3.h: New header.
* sysdeps/generic/memcpy_chk.c: New file.
* sysdeps/generic/memmove_chk.c: Likewise.
* sysdeps/generic/mempcpy_chk.c: Likewise.
* sysdeps/generic/memset_chk.c: Likewise.
* sysdeps/generic/stpcpy_chk.c: Likewise.
* sysdeps/generic/strcat_chk.c: Likewise.
* sysdeps/generic/strcpy_chk.c: Likewise.
* sysdeps/generic/strncat_chk.c: Likewise.
* sysdeps/generic/strncpy_chk.c: Likewise.
2004-10-15  Jakub Jelinek  <jakub@redhat.com>

* elf/dl-minimal.c (__chk_fail): New.  Add rtld_hidden_def.
* sysdeps/unix/sysv/linux/readonly-area.c: New file.
* sysdeps/i386/i686/memmove.S (__memmove_chk): Add checking
routine.
* sysdeps/i386/i686/memcpy.S (__memcpy_chk): Likewise.
* sysdeps/i386/i686/mempcpy.S (__mempcpy_chk): Likewise.
* sysdeps/i386/i686/memset.S (__memset_chk): Likewise.
* sysdeps/i386/i686/memmove-chk.S: New file.
* sysdeps/i386/i686/memcpy-chk.S: Likewise.
* sysdeps/i386/i686/mempcpy-chk.S: Likewise.
* sysdeps/i386/i686/memset-chk.S: Likewise.
* sysdeps/generic/strcat-chk.c (__strcat_chk): Don't __chk_fail
if exactly fitting into buffer.
* sysdeps/generic/strncat-chk.c (__strncat_chk): Likewise.
* sysdeps/generic/readonly-area.c: New file.
* sysdeps/generic/strncpy-chk.c (__strncpy_chk): Only test
destlen once.
* sysdeps/x86_64/memset.S (__memset_chk): Add checking routine.
* sysdeps/x86_64/memcpy.S (__memcpy_chk): Likewise.
* sysdeps/x86_64/mempcpy.S (__memcpy_chk): Define to __mempcpy_chk.
* sysdeps/x86_64/memcpy-chk.S: New file.
* sysdeps/x86_64/mempcpy-chk.S: Likewise.
* sysdeps/x86_64/memset-chk.S: Likewise.
* sysdeps/x86_64/strcpy-chk.S: Likewise.
* sysdeps/x86_64/stpcpy-chk.S: Likewise.
* argp/argp-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing.
* argp/argp-fs-xinl.c (__OPTIMIZE__): Likewise.
* debug/tst-chk1.c: New test.
* debug/tst-chk2.c: Likewise.
* debug/tst-chk3.c: Likewise.
* debug/test-strcpy_chk.c: Likewise.
* debug/test-stpcpy_chk.c: Likewise.
* debug/vsprintf_chk.c (__vsprintf_chk): If flags > 0, request
_IO_FLAGS2_CHECK_PERCENT_N.  Add libc_hidden_def.
* debug/Makefile (routines): Add printf_chk, fprintf_chk, vprintf_chk,
vfprintf_chk, gets_chk and readonly-area.
(CFLAGS-*_chk.c): Set.
(tests): Add tst-chk1, tst-chk2, tst-chk3, test-strcpy_chk and
test-stpcpy_chk.
* debug/vprintf_chk.c: New file.
* debug/printf_chk.c: Likewise.
* debug/vfprintf_chk.c: Likewise.
* debug/fprintf_chk.c: Likewise.
* debug/gets_chk.c: Likewise.
* debug/chk_fail.c (__chk_fail): Add libc_hidden_def.
* debug/snprintf_chk.c (__snprintf_chk): Fix order of arguments
passed to __vsnprintf_chk.
* debug/Versions (libc): Export __printf_chk, __fprintf_chk,
__vprintf_chk, __vfprintf_chk and __gets_chk @GLIBC_2.3.4.
* debug/vsnprintf_chk.c (__vsnprintf_chk): Don't call
__vsnprintf, instead create a temporary file with
_IO_strn_jumps jumptable.  If flags > 0, request
_IO_FLAGS2_CHECK_PERCENT_N.  Add libc_hidden_def.
* libio/Makefile (headers): Add bits/stdio2.h.
* libio/stdio.h: Include <bits/stdio2.h> if __USE_FORTIFY_LEVEL.
(sprintf, snprintf, vsprintf, vsnprintf): Remove defines.
* libio/strfile.h (_IO_strnfile): New type.
(_IO_strn_jumps): New extern.
* libio/vsnprintf.c (_IO_strnfile): Remove.
(_IO_strn_jumps): Remove static.
* libio/bits/stdio2.h: New file.
* libio/vswprintf.c (_IO_strnfile): Rename type to...
(_IO_wstrnfile): ...this.  Adjust all uses.
* libio/libio.h (_IO_FLAGS2_CHECK_PERCENT_N): Define.
* stdio-common/vfprintf.c (STR_LEN): Define.
(vfprintf): Add readonly_format variable.
Handle _IO_FLAGS2_CHECK_PERCENT_N.
(buffered_vfprintf): Copy _flags2.
* include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
__vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
__vfprintf_chk): New prototypes.
(__vsprintf_chk, __vsnprintf_chk): Add libc_hidden_proto.
* include/string.h (__memcpy_chk, __memmove_chk, __mempcpy_chk,
__memset_chk, __strcpy_chk, __stpcpy_chk, __strncpy_chk, __strcat_chk,
__strncat_chk): New prototypes.
* include/bits/string3.h: New file.
* include/sys/cdefs.h (__chk_fail): Add libc_hidden_proto
and rtld_hidden_proto.
* string/Makefile (headers): Add bits/string3.h.
* string/bits/string3.h (bcopy, bzero): New defines.
(memset, memcpy, memmove, strcpy, strncpy, strcat, strncat): Change
macros so that inlines are used only if unknown destination size
or side-effects in destination argument.
(mempcpy, stpcpy): Likewise.  Protect with #ifdef __USE_GNU.

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

* debug/Makefile (routines): Add *_chk.
* debug/Versions (libc): Export __chk_fail, __memcpy_chk,
__memmove_chk, __mempcpy_chk, __memset_chk, __stpcpy_chk,
__strcat_chk, __strcpy_chk, __strncat_chk, __strncpy_chk,
__sprintf_chk, __vsprintf_chk, __snprintf_chk, __vsnprintf_chk
@GLIBC_2.3.4.
* debug/chk_fail.c: New file.
* debug/snprintf_chk.c: Likewise.
* debug/sprintf_chk.c: Likewise.
* debug/vsnprintf_chk.c: Likewise.
* debug/vsprintf_chk.c: Likewise.
* include/features.h (_FORTIFY_SOURCE): Document, handle.
(__USE_FORTIFY_LEVEL): Define.
(__GNUC_PREREQ): Move to earlier location.
* include/sys/cdefs.h (__chk_fail): New prototype.
* libio/bits/stdio.h (sprintf, vsprintf, snprintf, vsnprintf):
Define if __USE_FORTIFY_LEVEL.
* misc/sys/cdefs.h (__bos, __bos0): Define.
* string/string.h: Include <bits/string3.h> if __USE_FORTIFY_LEVEL.
* bits/string/string3.h: New header.
* sysdeps/generic/memcpy_chk.c: New file.
* sysdeps/generic/memmove_chk.c: Likewise.
* sysdeps/generic/mempcpy_chk.c: Likewise.
* sysdeps/generic/memset_chk.c: Likewise.
* sysdeps/generic/stpcpy_chk.c: Likewise.
* sysdeps/generic/strcat_chk.c: Likewise.
* sysdeps/generic/strcpy_chk.c: Likewise.
* sysdeps/generic/strncat_chk.c: Likewise.
* sysdeps/generic/strncpy_chk.c: Likewise.

19 years ago* manual/memory.texi (Page Lock Functions): Typo fix.
Roland McGrath [Mon, 18 Oct 2004 00:53:16 +0000 (00:53 +0000)]
* manual/memory.texi (Page Lock Functions): Typo fix.

Reported by Carlos Maziero <maziero@ppgia.pucpr.br>

19 years ago* sysdeps/mach/hurd/Makefile (link-libc-static): Use
Roland McGrath [Sun, 17 Oct 2004 20:00:34 +0000 (20:00 +0000)]
* sysdeps/mach/hurd/Makefile (link-libc-static): Use

`$(static-gnulib') instead of `$(gnulib)'.

19 years ago2004-10-16 Alfred M. Szmidt <ams@kemisten.nu>
Roland McGrath [Sun, 17 Oct 2004 20:00:25 +0000 (20:00 +0000)]
2004-10-16  Alfred M. Szmidt  <ams@kemisten.nu>

* sysdeps/mach/hurd/Makefile (link-libc-static): Use
`$(static-gnulib') instead of `$(gnulib)'.

19 years agoUpdate.
Ulrich Drepper [Sun, 17 Oct 2004 15:00:17 +0000 (15:00 +0000)]
Update.

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

* sunrpc/rpc_clntout.c: Avoid including rcsid into binary.
* 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.

19 years agoUpdate.
Ulrich Drepper [Fri, 15 Oct 2004 21:31:29 +0000 (21:31 +0000)]
Update.

2004-10-15  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/i386/sysdep.h (PUSHARGS_6, DOARGS_6,
POPARGS_6, _PUSHARGS_6, _DOARGS_6, _POPARGS_6): Define.
* sysdeps/unix/sysv/linux/i386/syscall.S (syscall): Handle 6 argument
syscalls.

19 years agoUpdate.
Ulrich Drepper [Fri, 15 Oct 2004 21:20:11 +0000 (21:20 +0000)]
Update.

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

* nscd/nscd.h (_PATH_NSCD_PASSWD_DB): Move to /var/db.
(_PATH_NSCD_GROUP_DB): Likewise.
(_PATH_NSCD_HOSTS_DB): Likewise.
(_PATH_NSCD_XYZ_DB_TMP): New #define, point to /var/run.
* nscd/connections.c (nscd_init): Non-persistent database files
are created with the _PATH_NSCD_XYZ_DB_TMP path.
* nscd/nscd.init: Create /var/db/nscd if necessary.

19 years ago(nscd_init): Non-persistent database files are created with the _PATH_NSCD_XYZ_DB_TMP...
Ulrich Drepper [Fri, 15 Oct 2004 21:12:15 +0000 (21:12 +0000)]
(nscd_init): Non-persistent database files are created with the _PATH_NSCD_XYZ_DB_TMP path.

19 years ago * sysdeps/unix/sysv/linux/alpha/register-dump.h: New file. * sysdeps...
Richard Henderson [Fri, 15 Oct 2004 09:34:45 +0000 (09:34 +0000)]
    * sysdeps/unix/sysv/linux/alpha/register-dump.h: New file.         * sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h (SIGCONTEXT): Add         _code argument, pass sigcontext by pointer.         (SIGCONTEXT_EXTRA_ARGS): Likewise.         (GET_PC, GET_FRAME, GET_STACK): Expect ctx as pointer.

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

* sysdeps/unix/sysv/linux/alpha/register-dump.h: New file.
* sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h (SIGCONTEXT): Add
_code argument, pass sigcontext by pointer.
(SIGCONTEXT_EXTRA_ARGS): Likewise.
(GET_PC, GET_FRAME, GET_STACK): Expect ctx as pointer.

19 years ago * sysdeps/alpha/tcb-offsets.sym (thread_offsetof): Redefine to make...
Richard Henderson [Fri, 15 Oct 2004 07:07:57 +0000 (07:07 +0000)]
    * sysdeps/alpha/tcb-offsets.sym (thread_offsetof): Redefine to         make gcc4 happy.

2004-10-14  Richard Henderson  <rth@redhat.com>

* sysdeps/alpha/tcb-offsets.sym (thread_offsetof): Redefine to
make gcc4 happy.

19 years ago * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Use prototype style...
Richard Henderson [Fri, 15 Oct 2004 07:06:56 +0000 (07:06 +0000)]
    * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Use prototype         style definition.         * sysdeps/unix/sysv/linux/alpha/adjtime.c (ADJTIME): If         __ASSUME_TIMEVAL64, define __adjtime directly rather than         via strong_alias.

2004-10-14  Richard Henderson  <rth@redhat.com>

* sysdeps/alpha/dl-machine.h (elf_machine_rela,
elf_machine_rela_relative, elf_machine_lazy_rel): Mark auto
instead of static.

* sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Use prototype
style definition.
* sysdeps/unix/sysv/linux/alpha/adjtime.c (ADJTIME): If
__ASSUME_TIMEVAL64, define __adjtime directly rather than
via strong_alias.

19 years ago * sysdeps/alpha/dl-machine.h (elf_machine_rela, elf_machine_rela_rela...
Richard Henderson [Fri, 15 Oct 2004 07:06:11 +0000 (07:06 +0000)]
    * sysdeps/alpha/dl-machine.h (elf_machine_rela,         elf_machine_rela_relative, elf_machine_lazy_rel): Mark auto         instead of static.

19 years agoUpdate.
Ulrich Drepper [Thu, 14 Oct 2004 20:55:58 +0000 (20:55 +0000)]
Update.

* nscd/Makefile: When using compilers without -fpie support, also
link with -lselinux if necessary.
Patch by Arkadiusz Miskiewicz <arekm@pld-linux.org>.

19 years agoUpdate.
Ulrich Drepper [Thu, 14 Oct 2004 16:18:09 +0000 (16:18 +0000)]
Update.

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

* nscd/connections.c (nscd_init): Remove file if not persistent
and not shared.  Patch by Jerome Borsboom <j.borsboom@erasmusmc.nl>.

* sysdeps/unix/sysv/linux/i386/setresuid.c: Handle
defined __NR_setresuid32 && !defined __NR_setresuid.
* sysdeps/unix/sysv/linux/i386/setresgid.c: Handle
defined __NR_setresgid32 && !defined __NR_setresgid.

* sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
__signbitl, sqrtf, sqrt, sqrtl, fdim, fdimf): Use __NTH macro.

* sysdeps/generic/errno-loc.c: Don't undef #errno
if RTLD_PRIVATE_ERRNO.
* include/errno.h (__errno_location): If RTLD_PRIVATE_ERRNO,
add attribute_hidden.

* dlfcn/dlinfo.c (dlinfo_doit): Replace iteration over GL(dl_loaded)
chain with iteration over all namespaces' _ns_loaded chains.
* sysdeps/powerpc/powerpc32/dl-machine.c (__elf_preferred_address):
Likewise.
* sysdeps/mips/dl-machine.h (elf_machine_runtime_link_map): Likewise.

19 years agoUpdate.
Ulrich Drepper [Thu, 14 Oct 2004 09:24:14 +0000 (09:24 +0000)]
Update.

2004-10-14  Jakub Jelinek  <jakub@redhat.com>

* elf/rtld.c (_dl_start): Fix one last dl_loaded.
* elf/dl-load.c (_dl_map_object_from_fd): Avoid definition of
label when it is not needed.
* elf/dl-close.c (_dl_close): Typo: & -> &&.

19 years agoUpdate. cvs/fedora-glibc-20041014T0548
Ulrich Drepper [Thu, 14 Oct 2004 02:24:44 +0000 (02:24 +0000)]
Update.

2004-10-12  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/generic/segfault.c: Include alloca.h and stdint.h.
Don't include frame.h.
(CURRENT_STACK_FRAME, INNER_THAN, ADVANCE_STACK_FRAME): Remove.
(catch_segfault): Use backtrace function.

* sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Fix comment.
* sysdeps/unix/sysv/linux/ia64/register-dump.h: New file.
* sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h (GET_PC): Return sc_ip
field.

19 years ago[BZ #77]
Ulrich Drepper [Thu, 14 Oct 2004 02:08:23 +0000 (02:08 +0000)]
[BZ #77]

Update.
Add support for namespaces in the dynamic linker.
* dlfcn/Makefile (libdl-routines): Add dlmopen.
* dlfcn/Versions [libdl, GLIBC_2.3.4]: Add dlmopen.
* dlfcn/dlfcn.h: Define Lmid_t, LM_ID_BASE, and LM_ID_NEWLM.
Declare dlmopen.  Document RTLD_DI_LMID.
* dlfcn/dlinfo.c: Handle RTLD_DI_LMID.
* dlfcn/dlmopen.c: New file.
* dlfcn/dlopen.c: Pass new parameter to _dl_open.
* dlfcn/dlopenold.c: Likewise.
* elf/dl-addr.c: Adjust for removal of GL(dl_loaded).
* elf/dl-caller.c: Likewise.
* elf/dl-close.c: Likewise.
* elf/dl-conflict.c: Likewise.
* elf/dl-debug.c: Likewise.
* elf/dl-lookup.c: Likewise.
* elf/dl-sym.c: Likewise.
* elf/dl-version.c: Likewise.
* elf/do-lookup.h: Likewise.
* elf/rtld.c: Likewise.
* sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
* elf/dl-depsc: Likewise.  Add new parameter to _dl_map_object.
* elf/dl-fini.c: Call destructors in all namespaces.
* elf/dl-iteratephdr.c: Compute total nloaded.  Adjust for removal of
GL(dl_loaded).
* elf/dl-libc.c: Pass new parameter to _dl_open.  Adjust for removal
of GL(dl_loaded).
* elf/dl-load.c (_dl_map_object_from_fd): Don't load ld.so a second
time.  Reuse the one from the main namespace in all others.
Pass new parameter to _dl_new_object.
Adjust for removal of GL(dl_loaded).
* elf/dl-object.c: Take new parameter.  Use it to initialize l_ns.
Adjust for removal of GL(dl_loaded).
* elf/dl-open.c (_dl_open): Take new parameter.
Adjust for removal of GL(dl_loaded).
* elf/dl-support.c: Replace global _dl_loaded etc variables with
_dl_ns variable.
* include/dlfcn.h: Adjust prototype of _dl_open.
Define __LM_ID_CALLER.
* include/link.h: Add l_real, l_ns, and l_direct_opencount elements.
* sysdeps/generic/dl-tls.c: Bump TLS_STATIC_SURPLUS.  Since libc is
using TLS we need memory appropriate to the number of namespaces.
* sysdeps/generic/ldsodefs.h (struct rtld_global): Replace _dl_loaded,
_dl_nloaded, _dl_global_scope, _dl_main_searchlist, and
_dl_global_scope_alloc with _dl_ns element.  Define DL_NNS.
Adjust prototypes of _dl_map_object and member in rtld_global_ro.
* malloc/malloc.c: Include <dlfcn.h>.
* malloc/arena.c (ptmalloc_init): If libc is not in primary namespace,
never use brk.
* elf/Makefile: Add rules to build and run tst-dlmopen1 and
tst-dlmopen2.
* elf/tst-dlmopen1.c: New file.
* elf/tst-dlmopen1mod.c: New file.
* elf/tst-dlmopen2.c: New file.

* elf/dl-close.c: Improve reference counting by tracking direct loads.
* elf/dl-lookup.c (add_dependency): Likewise.
* elf/dl-open.c (dl_open_worker): Likewise.
* elf/rtld.c (dl_main): Likewise.

2004-09-09  GOTO Masanori  <gotom@debian.or.jp>

[BZ #77]
* elf/dl-close.c: Count down l_opencount to check not only for
l_reldeps, but also l_initfini.

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

19 years agoUpdate.
Ulrich Drepper [Wed, 13 Oct 2004 19:27:57 +0000 (19:27 +0000)]
Update.

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

* elf/dl-close.c (_dl_close): Update bug reporting instructions.

19 years agoUpdate. cvs/fedora-glibc-20041012T1128
Ulrich Drepper [Tue, 12 Oct 2004 06:19:23 +0000 (06:19 +0000)]
Update.

* timezone/asia: Update from tzdata2004e.
* timezone/southamerica: Likewise.
* timezone/private.h: Update from tzcode2004e.
* timezone/zdump.c: Likewise.

19 years agoUpdate.
Ulrich Drepper [Mon, 11 Oct 2004 22:28:15 +0000 (22:28 +0000)]
Update.

* stdio-common/vfscanf.c: Add support for reading localized
digits.  Patch mainly by Hamed Malek <hamed@bamdad.org>.

19 years ago[BZ #434]
Ulrich Drepper [Mon, 11 Oct 2004 20:50:24 +0000 (20:50 +0000)]
[BZ #434]

Update.
* resolv/res_init.c (res_thread_freeres): Reset _res.options.
[BZ #434]

19 years agoUpdate.
Ulrich Drepper [Mon, 11 Oct 2004 20:38:58 +0000 (20:38 +0000)]
Update.

* resolv/res_send.c (send_dg): Use nonblocking sockets.  Add
appropriate poll/select calls and restart operation if necessary.
Also handle EINTR.

19 years agoUpdate.
Ulrich Drepper [Mon, 11 Oct 2004 10:16:31 +0000 (10:16 +0000)]
Update.

* elf/tst-dlopenrpath.c (do_test): Enable code which was disabled
for debugging.

19 years agoUpdate.
Ulrich Drepper [Mon, 11 Oct 2004 07:16:47 +0000 (07:16 +0000)]
Update.

2004-10-11  Ulrich Drepper  <drepper@redhat.com>

* elf/dl-sym.c (do_sym): Avoid using global variable.

* elf/dl-addr.c (_dl_addr): Really use match everywhere.

19 years ago(_dl_addr): Really use match everwhere.
Ulrich Drepper [Mon, 11 Oct 2004 07:08:08 +0000 (07:08 +0000)]
(_dl_addr): Really use match everwhere.

19 years ago*** empty log message ***
Andreas Schwab [Sat, 9 Oct 2004 21:19:27 +0000 (21:19 +0000)]
*** empty log message ***

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

* sysdeps/m68k/memcopy.h (WORD_COPY_BWD): Remove use of cast as
lvalue.

* sysdeps/m68k/fpu/bits/mathinline.h: Remove __THROW from inline
definitions.

19 years agoRemove __THROW from inline definitions.
Andreas Schwab [Sat, 9 Oct 2004 21:18:03 +0000 (21:18 +0000)]
Remove __THROW from inline definitions.

19 years agoFix typo in comment.
Ulrich Drepper [Fri, 8 Oct 2004 01:00:15 +0000 (01:00 +0000)]
Fix typo in comment.

19 years ago(__libc_current_sigrtmin): Fix typo in comment.
Ulrich Drepper [Fri, 8 Oct 2004 00:57:58 +0000 (00:57 +0000)]
(__libc_current_sigrtmin): Fix typo in comment.

19 years ago* misc/sys/uio.h: Change __vector to __iovec to avoid clash with
Roland McGrath [Thu, 7 Oct 2004 18:44:01 +0000 (18:44 +0000)]
* misc/sys/uio.h: Change __vector to __iovec to avoid clash with

altivec.

19 years ago2004-10-07 Andreas Schwab <schwab@suse.de>
Roland McGrath [Thu, 7 Oct 2004 18:43:52 +0000 (18:43 +0000)]
2004-10-07  Andreas Schwab  <schwab@suse.de>

* misc/sys/uio.h: Change __vector to __iovec to avoid clash with
altivec.

19 years agoUpdate.
Ulrich Drepper [Wed, 6 Oct 2004 22:09:35 +0000 (22:09 +0000)]
Update.

2004-10-06  Alan Modra  <amodra@bigpond.net.au>

* gmon/Makefile (CFLAGS-mcount.c): Move before inclusion of "Rules".
* sysdeps/powerpc/powerpc64/Makefile (CFLAGS-mcount.c): Add
-msoft-float.
* sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): New macros.
(CALL_MCOUNT): Replace with a gas macro implementation.
(EALIGN): Delete PROF version.
* sysdeps/powerpc/powerpc64/__longjmp-common.S: Invoke CALL_MCOUNT.
* sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Likewise.
* sysdeps/powerpc/powerpc64/bsd-setjmp.S: Likewise.
* sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
* sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
* sysdeps/powerpc/powerpc64/memset.S: Likewise.
* sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
* sysdeps/powerpc/powerpc64/strchr.S: Likewise.
* sysdeps/powerpc/powerpc64/strcmp.S: Likewise.
* sysdeps/powerpc/powerpc64/strcpy.S: Likewise.
* sysdeps/powerpc/powerpc64/strlen.S: Likewise.
* sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.

* sysdeps/powerpc/powerpc64/setjmp-common.S: Add extra entry point
past _mcount call.
* sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Use it.
* sysdeps/powerpc/powerpc64/bsd-setjmp.S: Likewise.

19 years agoUpdate.
Ulrich Drepper [Wed, 6 Oct 2004 18:28:30 +0000 (18:28 +0000)]
Update.

2004-10-06  Ulrich Drepper  <drepper@redhat.com>

* resolv/res_mkquery.c (res_nmkquery): Reject randombits value if
low 16 bits are zero.

19 years agoUpdate.
Ulrich Drepper [Wed, 6 Oct 2004 18:09:57 +0000 (18:09 +0000)]
Update.

* posix/tst-getaddrinfo2.c: Include stdlib.h and string.h.
(do_test): Use %p instead of 0x%08X to print a pointer.

* malloc/malloc.c: Include stdio-common/_itoa.h.

19 years agoUpdate.
Ulrich Drepper [Wed, 6 Oct 2004 17:40:56 +0000 (17:40 +0000)]
Update.

2004-10-06  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/s390/jmpbuf-unwind.h: Include bits/wordsize.h.
(JMPBUF_CFA_UNWINDS_ADJ): Subtract 96 resp. 160 bytes from CFA.

19 years agoUpdate. cvs/fedora-glibc-20041006T0900
Ulrich Drepper [Wed, 6 Oct 2004 08:53:46 +0000 (08:53 +0000)]
Update.

2004-10-05  Dwayne Grant McConnell  <dgm69@us.ibm.com>

* pthread.c: Mask restart signal during cancel signal handler.

19 years agoUpdate.
Ulrich Drepper [Wed, 6 Oct 2004 08:01:28 +0000 (08:01 +0000)]
Update.

* tst-clock1.c: Change #ifdef to #if defined.
* tst-clock2.c: Likewise.
* tst-cond11.c: Likewise.

2004-10-05  Jakub Jelinek  <jakub@redhat.com>

19 years agoUpdate.
Ulrich Drepper [Wed, 6 Oct 2004 03:18:15 +0000 (03:18 +0000)]
Update.

2004-10-05  Ulrich Drepper  <drepper@redhat.com>

* elf/rtld.c (dl_main): Use _dl_debug_printf instead of _dl_printf
for prelink message.

19 years ago(System V Number Conversion): Fix return type of ecvt_r, fcvt_r, qecvt_r, and qfcvt_r.
Ulrich Drepper [Wed, 6 Oct 2004 03:02:14 +0000 (03:02 +0000)]
(System V Number Conversion): Fix return type of ecvt_r, fcvt_r, qecvt_r, and qfcvt_r.

19 years agotypo
Roland McGrath [Tue, 5 Oct 2004 18:46:44 +0000 (18:46 +0000)]
typo

(__lll_mutex_timedlock_wait): If woken but cannot get the lock,

19 years agoUpdate.
Ulrich Drepper [Tue, 5 Oct 2004 16:11:51 +0000 (16:11 +0000)]
Update.

2004-10-05  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Include dl-sysdep.h.
* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.

19 years agoUpdate.
Ulrich Drepper [Tue, 5 Oct 2004 15:36:41 +0000 (15:36 +0000)]
Update.

2004-10-05  Ulrich Drepper  <drepper@redhat.com>

* grp/initgroups.c: Remove duplicate group IDs.
* grp/compat-initgroups.c: Likewise.
* nscd/initgrcache.c: Likewise.

19 years agoUpdate.
Ulrich Drepper [Tue, 5 Oct 2004 09:26:23 +0000 (09:26 +0000)]
Update.

2004-10-05  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/x86_64/sysconf.c (__sysconf): Return 200112L
for _SC_CPUTIME or _SC_THREAD_CPUTIME.

* nscd/Makefile (nscd-cflags): Set to -DIS_IN_nscd=1, plus
-fpie if building PIE.
(CFLAGS-*.c): Use it.

* nscd/Makefile (relro-LDFLAGS): Add -Wl,-z,now if have-z-relro.
($(objpfx)nscd): Add $(relro-LDFLAGS).

* sysdeps/unix/sysv/linux/i386/sysconf.c: Include hp-timing.h.
(__sysconf): Return -1 for _SC_CPUTIME or _SC_THREAD_CPUTIME if
!HP_TIMING_AVAIL.

2004-10-05  Ulrich Drepper  <drepper@redhat.com>

* nscd/Makefile (distribute): Remove TODO.
* nscd/TODO: Removed.

19 years agoUpdate. cvs/fedora-glibc-20041005T0745
Ulrich Drepper [Mon, 4 Oct 2004 23:30:29 +0000 (23:30 +0000)]
Update.

* nscd/gai.c: Define __no_netlink_support if NEED_NETLINK is
defined and __ASSUME_NETLINK_SUPPORT is zero.
* sysdeps/unix/sysv/linux/Makefile (CFLAGS-gai.c): Add
-DNEED_NETLINK.

19 years agoUpdate.
Ulrich Drepper [Mon, 4 Oct 2004 23:22:47 +0000 (23:22 +0000)]
Update.

2004-10-04  Ulrich Drepper  <drepper@redhat.com>

* malloc/mtrace.pl: Avoid calling location unless it is needed for
output.  Patch by Edward Bishop <binutils@gmail.com>.

* nscd/Makefile (CFLAGS-gai.c): Add -fpie.

19 years agoUpdate.
Ulrich Drepper [Mon, 4 Oct 2004 23:13:11 +0000 (23:13 +0000)]
Update.

* sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c
(clock_getcpuclockid): Add missing retval.

19 years ago(clock_getcpuclockid): Add missing retval.
Ulrich Drepper [Mon, 4 Oct 2004 23:12:07 +0000 (23:12 +0000)]
(clock_getcpuclockid): Add missing retval.

19 years ago* sysdeps/unix/sysv/linux/ia64/sysconf.c (linux_sysconf): Fix a typo.
Roland McGrath [Mon, 4 Oct 2004 22:27:43 +0000 (22:27 +0000)]
* sysdeps/unix/sysv/linux/ia64/sysconf.c (linux_sysconf): Fix a typo.

19 years ago* include/errno.h [RTLD_PRIVATE_ERRNO] (errno): Rename the real symbol
Roland McGrath [Mon, 4 Oct 2004 20:59:53 +0000 (20:59 +0000)]
* include/errno.h [RTLD_PRIVATE_ERRNO] (errno): Rename the real symbol

to rtld_errno.
* sysdeps/generic/errno.c [RTLD_PRIVATE_ERRNO] (rtld_errno): Define it,
and don't define any other errno names.
* sysdeps/unix/alpha/sysdep.h [RTLD_PRIVATE_ERRNO]: Use rtld_errno in
place of errno.
* sysdeps/unix/i386/sysdep.S: Likewise.
* sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
* sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
* sysdeps/unix/x86_64/sysdep.S: Likewise.

* sysdeps/generic/errno.c [! USE___THREAD] (errno): Use `nocommon'
attribute instead of `section'.

are handled by one thread which then hands off the descriptors for the

19 years ago2004-10-04 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 4 Oct 2004 20:59:38 +0000 (20:59 +0000)]
2004-10-04  Roland McGrath  <roland@redhat.com>

* include/errno.h [RTLD_PRIVATE_ERRNO] (errno): Rename the real symbol
to rtld_errno.
* sysdeps/generic/errno.c [RTLD_PRIVATE_ERRNO] (rtld_errno): Define it,
and don't define any other errno names.
* sysdeps/unix/alpha/sysdep.h [RTLD_PRIVATE_ERRNO]: Use rtld_errno in
place of errno.
* sysdeps/unix/i386/sysdep.S: Likewise.
* sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
* sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
* sysdeps/unix/x86_64/sysdep.S: Likewise.

19 years agoUpdate.
Ulrich Drepper [Mon, 4 Oct 2004 20:51:25 +0000 (20:51 +0000)]
Update.

2004-10-04  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Define _POSIX_CPUTIME
and _POSIX_THREAD_CPUTIME to zero.
* sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Likewise.
* tst-barrier2.c: Fix testing for POSIX feature.
* tst-clock1.c: Likewise.
* tst-clock2.c: Likewise.
* tst-cond11.c: Likewise.
* tst-cond4.c: Likewise.
* tst-cond6.c: Likewise.
* tst-flock2.c: Likewise.
* tst-mutex4.c: Likewise.
* tst-mutex9.c: Likewise.
* tst-rwlock12.c: Likewise.
* tst-rwlock4.c: Likewise.
* tst-signal1.c: Likewise.
* tst-spin2.c: Likewise.
* sysdeps/pthread/posix-timer.h: Likewise.
* sysdeps/pthread/timer_create.c: Likewise.
* sysdeps/pthread/timer_routines.c: Likewise.

19 years agoUpdate.
Ulrich Drepper [Mon, 4 Oct 2004 19:28:07 +0000 (19:28 +0000)]
Update.

* sysdeps/unix/sysv/linux/ia64/sysconf.c: New file.
* sysdeps/unix/sysv/linux/ia64/Dist: Add has_cpuclock.c.
* sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c: Move actual
testing code to...
* sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: ...here.  New file.
* sysdeps/unix/sysv/linux/i386/sysconf.c: Add dynamic check for
_SC_CPUTIME and _SC_THREAD_CPUTIME.

19 years agoUpdate.
Ulrich Drepper [Mon, 4 Oct 2004 16:35:54 +0000 (16:35 +0000)]
Update.

* nscd/connections.c (start_threads): Use sysconf in case
_POSIX_CLOCK_SELECTION or _POSIX_MONOTONIC_CLOCK is not greater zero.

* nscd/nscd.c: Remove getaddrinfo stub definition.

19 years agoUpdate.
Ulrich Drepper [Mon, 4 Oct 2004 09:36:51 +0000 (09:36 +0000)]
Update.

* nscd/Makefile (nscd-modules): Add gai.
* nscd/gai.c: New file.

19 years ago[BZ #424] cvs/fedora-glibc-20041004T0747
Ulrich Drepper [Mon, 4 Oct 2004 07:52:12 +0000 (07:52 +0000)]
[BZ #424]

Update.
can't be used.  [BZ #424]

19 years agoUpdate.
Ulrich Drepper [Mon, 4 Oct 2004 07:45:53 +0000 (07:45 +0000)]
Update.

* assert/assert.h: Give up on using __builtin_expect.

19 years agoUpdate.
Ulrich Drepper [Mon, 4 Oct 2004 07:06:56 +0000 (07:06 +0000)]
Update.

2004-10-04  Ulrich Drepper  <drepper@redhat.com>

* elf/rtld.c (dl_main): Only skip => output in ldd mode if both
strings are identical.

19 years agoUpdate.
Ulrich Drepper [Mon, 4 Oct 2004 02:27:39 +0000 (02:27 +0000)]
Update.

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

* malloc/arena.c (aligned_heap_area): New variable.
(new_heap): If aligned_heap_area != NULL, attempt to use that
first.  If HEAP_MAX_SIZE << 1 area is already HEAP_MAX_SIZE bytes
aligned, remember the second half in aligned_heap_area.
(delete_heap): Clear aligned_heap_area if deleting the area right
before aligned_heap_area.

19 years agoUpdate.
Ulrich Drepper [Sun, 3 Oct 2004 21:33:28 +0000 (21:33 +0000)]
Update.

2004-10-03  Juerg Billeter  <j@bitron.ch>

* nscd/nscd_initgroups.c (__nscd_getgrouplist): Return -1 if nscd
can't be used.

19 years agoUpdate.
Ulrich Drepper [Sun, 3 Oct 2004 21:11:37 +0000 (21:11 +0000)]
Update.

Dynamically create new threads if necessary.
* nscd/connections.c (fd_ready): If no thread available for processing
the request, create a new one unless the limit is reached.
(start_threads): Check errors from pthread_create.
* nscd/nscd.h: Declare max_nthreads.
* nscd/nscd_conf.c: Parse max-nthreads entry.
* nscd/nscd.conf: Add max-threads entry.
* nscd/nscd_stat.c: Print current and maximum number of threads.

19 years agoUpdate.
Ulrich Drepper [Sun, 3 Oct 2004 19:33:48 +0000 (19:33 +0000)]
Update.

Implement paranoia mode.
* nscd/connections.c (nscd_init): Mark database and socket descriptors
as close on exec.
(restart): New function.
(restart_p): New function.
(nscd_run): Add missing descrement of nready in case readylist is
empty.
(main_loop_poll): Call restart_p and restart.
(main_loop_epoll): Likewise.
(begin_drop_privileges): Save original UID and GID.
* nscd/nscd.c: Define new variables paranoia, restart_time,
restart_interval, oldcwd, old_gid, old_uid.
(main): Disable paranoia mode if we are not forking.
(check_pid): When re-execing, the PID file contains the same PID as
the current process.  Do not fail in this case.
* nscd/nscd.conf: Add paranoia and restart-interval entries.
* nscd/nscd.h: Define RESTART_INTERVAL.  Declare new variables.
* nscd/nscd_conf.c: Parse paranoia and restart-internal configurations.
* nscd/nscd_stat.c: Print paranoia and restart-internal values.

19 years agoUpdate.
Ulrich Drepper [Sun, 3 Oct 2004 07:33:54 +0000 (07:33 +0000)]
Update.

2004-10-03  Ulrich Drepper  <drepper@redhat.com>

* nscd/connections.c: Implement alternative loop for main thread
which uses epoll.
* sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
(CFLAGS-connections.c): Add -DHAVE_EPOLL.

* nscd/Makefile (CFLAGS-initgrcache.c): Add to CFLAGS-* variables,
don't replace old content.

19 years agoUpdate,
Ulrich Drepper [Sun, 3 Oct 2004 01:21:47 +0000 (01:21 +0000)]
Update,

* nscd/connections.c: Rewrite handling of incoming connections.  All
are handled by one thread which then hands of the descriptors for the
real work to the worker threads.
* nscd/Makefile: Link nscd with librt.

* nscd/selinux.c: Pretty printing.

* nscd/dbg_log.c (dbg_log): Don't add unnecessary newline to
output.  Let syslog do the formatting if debug_level == 0.

19 years agoUpdate.
Ulrich Drepper [Sat, 2 Oct 2004 19:31:11 +0000 (19:31 +0000)]
Update.

2004-10-02  Ulrich Drepper  <drepper@redhat.com>

* nscd/nscd_helper.c (get_mapping): No need to check timestamp if
nscd_certainly_running is nonzero.

19 years agoUpdate.
Ulrich Drepper [Fri, 1 Oct 2004 23:55:51 +0000 (23:55 +0000)]
Update.

* malloc/malloc.c (public_vALLOc): Add missing use of hooks.
(public_pVALLOc): Likewise.

19 years ago(public_vALLOc): Add missing use of hooks. (public_pVALLOc): Likewise.
Ulrich Drepper [Fri, 1 Oct 2004 23:51:18 +0000 (23:51 +0000)]
(public_vALLOc): Add missing use of hooks. (public_pVALLOc): Likewise.

19 years ago[BZ #420]
Roland McGrath [Fri, 1 Oct 2004 22:49:43 +0000 (22:49 +0000)]
[BZ #420]

2004-10-02  Simon Josefsson  <jas@extundo.com>
[BZ #420]
* sysdeps/generic/memmem.c [!_LIBC]: Define __builtin_expect, to
make the file usable inside gnulib.

19 years ago[BZ #420]
Roland McGrath [Fri, 1 Oct 2004 22:49:36 +0000 (22:49 +0000)]
[BZ #420]

2004-10-02  Simon Josefsson  <jas@extundo.com>
[BZ #420]
* sysdeps/generic/memmem.c [!_LIBC]: Define __builtin_expect, to
make the file usable inside gnulib.

19 years ago(__nscd_getgrouplist): Add assert.
Ulrich Drepper [Fri, 1 Oct 2004 21:35:08 +0000 (21:35 +0000)]
(__nscd_getgrouplist): Add assert.

19 years agoUpdate. cvs/fedora-glibc-20041001T2134
Ulrich Drepper [Fri, 1 Oct 2004 21:24:29 +0000 (21:24 +0000)]
Update.

* nscd/nscd_initgroups.c (__nscd_getgrouplist): Always add the
group the caller provided unless there is a real problem.

19 years agoUpdate.
Ulrich Drepper [Fri, 1 Oct 2004 15:44:06 +0000 (15:44 +0000)]
Update.

2004-10-01  Ulrich Drepper  <drepper@redhat.com>

* posix/bug-glob1.c (prepare): Fix creation of symlink.

19 years ago[BZ #417] cvs/fedora-glibc-20041001T1134
Ulrich Drepper [Fri, 1 Oct 2004 10:35:03 +0000 (10:35 +0000)]
[BZ #417]

19 years agoUpdate.
Ulrich Drepper [Fri, 1 Oct 2004 10:33:03 +0000 (10:33 +0000)]
Update.

2004-10-01  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
(__lll_mutex_timedlock_wait): I woken but cannot get the lock,
make sure 2 is stored in the futex and we looked at the old value.
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
(__lll_mutex_timedlock_wait): Likewise.  Fix a few other problems
which might very well made the code not working at all before.

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

* posix/Makefile: Add rules to build and run bug-glob1.
* posix/bug-glob1.c: New file.

19 years agoUpdate.
Ulrich Drepper [Thu, 30 Sep 2004 08:56:32 +0000 (08:56 +0000)]
Update.

* iconv/iconv_prog.c (main): Print progress information to stderr.

19 years ago(CFLAGS-initgrcache.c): Set to -fexceptions. cvs/fedora-glibc-20040930T0838
Ulrich Drepper [Thu, 30 Sep 2004 08:35:09 +0000 (08:35 +0000)]
(CFLAGS-initgrcache.c): Set to -fexceptions.

19 years agoclients immediately stop using the database.
Ulrich Drepper [Thu, 30 Sep 2004 08:28:54 +0000 (08:28 +0000)]
clients immediately stop using the database.

19 years agoUpdate.
Ulrich Drepper [Thu, 30 Sep 2004 08:27:48 +0000 (08:27 +0000)]
Update.

* nscd/nscd.c (termination_handler): Reset timestamp so that
client immediately stop using the database.

(__nscd_drop_map_ref): Change second parameter to be a reference to
* nscd/nscd.h: Add declaration of addinitgroups and

19 years agoUpdate.
Ulrich Drepper [Thu, 30 Sep 2004 08:08:40 +0000 (08:08 +0000)]
Update.

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

* nscd/nscd-client.h (__nscd_get_map_ref): Drop volatile from last
parameter.
(__nscd_drop_map_ref): Change second parameter to be a referenc to
a variable.  Update variable when cycle count changed.
* nscd/nscd_helper.c (__nscd_get_map_ref): Remove volatile here, too.
* nscd/nscd_getai.c: Correctly use __nscd_drop_map_ref.  Reinitialize
all variables and avoid memory leak in case of retries.
* nscd/nscd_getgr_r.c: Likewise.
* nscd/nscd_gethst_r.c: Likewise.
* nscd/nscd_getpw_r.c: Likewise.
* nscd/nscd_initgroups.c: Likewise.

* nscd/nscd.h: Add declaretion of addinitgroups and
readdinitgroups.

19 years ago(__nscd_get_map_ref): Drop volatile from last parameter. (__nscd_drop_map_ref): Chang...
Ulrich Drepper [Thu, 30 Sep 2004 08:03:44 +0000 (08:03 +0000)]
(__nscd_get_map_ref): Drop volatile from last parameter. (__nscd_drop_map_ref): Change second parameter to be a referenc to a variable.  Update variable when cycle count changed.

19 years ago* nscd/Makefile (CFLAGS-nscd_initgroups.c): Set to -fpie.
Andreas Jaeger [Thu, 30 Sep 2004 07:51:44 +0000 (07:51 +0000)]
* nscd/Makefile (CFLAGS-nscd_initgroups.c): Set to -fpie.

(CFLAGS-initgrcache.c): Likewise.

19 years ago(CFLAGS-nscd_initgroups.c): Set to -fpie. (CFLAGS-initgrcache.c): Likewise.
Andreas Jaeger [Thu, 30 Sep 2004 07:51:30 +0000 (07:51 +0000)]
(CFLAGS-nscd_initgroups.c): Set to -fpie. (CFLAGS-initgrcache.c): Likewise.

19 years agoAdd declaretion of addinitgroups and readdinitgroups.
Ulrich Drepper [Thu, 30 Sep 2004 07:15:40 +0000 (07:15 +0000)]
Add declaretion of addinitgroups and readdinitgroups.

19 years agoUpdate.
Ulrich Drepper [Thu, 30 Sep 2004 06:42:39 +0000 (06:42 +0000)]
Update.

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

* sysdeps/generic/glob.c (glob_in_dir): Don't blindly trust
readdir results; for symlinks or files of unknown type check using
stat whether the file exists.

* posix/tst-gnuglob.c (find_file): Handle leading "./".  Fix
recognition of files.

19 years agoUpdate.
Ulrich Drepper [Thu, 30 Sep 2004 06:16:50 +0000 (06:16 +0000)]
Update.

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

* time/tzfile.c (tzfile_mtime): New variable.
(__tzfile_read): Reread the file if mtime is different.

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

* sysdeps/alpha/fpu/bits/mathinline.h (__fdimf, __fdim, fdimf, fdim):
Handle +inf/+inf.
* sysdeps/powerpc/fpu/bits/mathinline.h (fdim, fdimf): Likewise.
* sysdeps/sparc/fpu/bits/mathinline.h (fdim, fdimf): Likewise.

19 years agoUpdate.
Ulrich Drepper [Thu, 30 Sep 2004 05:16:40 +0000 (05:16 +0000)]
Update.

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

* nscd/nscd_gethst_r.c (nscd_gethst_r): Use correct constant for
testing result of __nscd_get_map_ref.

19 years agoUpdate.
Ulrich Drepper [Thu, 30 Sep 2004 02:56:42 +0000 (02:56 +0000)]
Update.

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

* sysdeps/i386/fpu/s_fdim.S (__fdim): Handle +inf/+inf.
* sysdeps/i386/fpu/s_fdimf.S (__fdimf): Likewise.
* sysdeps/i386/fpu/s_fdiml.S (__fdiml): Likewise.

004-09-29  Ulrich Drepper  <drepper@redhat.com>

19 years agoUpdate.
Ulrich Drepper [Thu, 30 Sep 2004 02:24:51 +0000 (02:24 +0000)]
Update.

* grp/initgroups.c: Move compat_call implementation...
* grp/compat-initgroups.c: ...to here.  New file.
* grp/Makefile (distribute): Add compat-initgroups.c.
(CFLAGS-initgroups.c): Add -DUSE_NSCD=1.
* mscd/initgrcache.c: New file.
* nscd/nscd_initgroups.c: New file.
* nscd/Makefile (routines): Add nscd_initgroups.
(nscd-modules): Add initgrcache.
* nscd/cache.c (prune_cache): Add support for INITGROUPS entries.
* nscd/connections.c: Handle INITGROUPS requests.
* nscd/nscd-client.h: Define INITGROUPS, initgr_response_header.
Add initgrdata element to struct datahead.  Fix typo in comment.
* nscd/nscd_proto.h: Declare __nscd_getgrouplist.  Fix parameter
type in __nscd_getgrgrid_r.
* nscd/selinux.c (perms): Add INITGROUPS entry.

* nscd/nscd_getai.c: No need to include <sys/mman.h>.

* sunrpc/get_myaddr.c (get_myaddress): Account for interfaces without
assigned addresses.
* sunrpc/pmap_clnt.c (__get_myaddress): Likewise.
* sunrpc/pmap_rmt.c (getbroadcastnets): Likewise.
* sunrpc/clnt_udp.c (is_network_up): Likewise.

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

* nscd/nscd.c: Define getaddrinfo hidden so that it is never found
outside.

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

Renamed from si_flags due to conflict with si_flags from <elf.h>.

19 years agoUpdate.
Ulrich Drepper [Wed, 29 Sep 2004 17:59:24 +0000 (17:59 +0000)]
Update.

Renamed from si_flags due to comflict with si_flags from <elf.h>.