external/glibc.git
19 years ago* sysdeps/mach/hurd/i386/tls.h (__i386_set_gdt) [!HAVE_I386_SET_GDT]:
Roland McGrath [Sat, 11 Sep 2004 23:05:24 +0000 (23:05 +0000)]
* sysdeps/mach/hurd/i386/tls.h (__i386_set_gdt) [!HAVE_I386_SET_GDT]:

Cast THR, SEL and DESC to `void'.

19 years ago2004-09-11 Alfred M. Szmidt <ams@kemisten.nu>
Roland McGrath [Sat, 11 Sep 2004 23:05:10 +0000 (23:05 +0000)]
2004-09-11  Alfred M. Szmidt  <ams@kemisten.nu>

* sysdeps/mach/hurd/i386/tls.h (__i386_set_gdt) [!HAVE_I386_SET_GDT]:
Cast THR, SEL and DESC to `void'.

19 years agoUpdate.
Ulrich Drepper [Sat, 11 Sep 2004 20:48:01 +0000 (20:48 +0000)]
Update.

* nscd/connections.c (nscd_run): Call setup_thread only for enabled
databases.

19 years agoUpdate.
Ulrich Drepper [Sat, 11 Sep 2004 16:28:48 +0000 (16:28 +0000)]
Update.

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

* sysdeps/unix/bsd/bsd4.4/bits/socket.h: Use __NTH for __cmsg_nxthdr.

2004-09-10  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>

19 years agoUpdate.
Ulrich Drepper [Fri, 10 Sep 2004 23:56:29 +0000 (23:56 +0000)]
Update.

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

* nscd/nscd.c (pagesize_m1): New variable.
(main): Initialize it.
* nscd/nscd.h: Declare pagesize_m1.
* nscd/hstcache.c: Pass correctly aligned address to msync.
* nscd/grpcache.c: Likewise.
* nscd/pwdcache.c: Likewise.

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

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

* sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Decrement
__nwaiters.  If pthread_cond_destroy has been called and this is
the last waiter, signal pthread_cond_destroy caller and avoid
using the pthread_cond_t structure after unlock.
* sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.

19 years ago[BZ #377]
Ulrich Drepper [Fri, 10 Sep 2004 21:16:28 +0000 (21:16 +0000)]
[BZ #377]

Update.
* sysdeps/unix/sysv/linux/kernel-features.h: Don't define
__ASSUME_CLONE_STOPPED.

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

* misc/sys/cdefs.h (__REDIRECT_NTH): Change order of __THROW and
__asm__ for C++.  [BZ #377]

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

19 years agoUpdate.
Ulrich Drepper [Fri, 10 Sep 2004 20:31:41 +0000 (20:31 +0000)]
Update.

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

* nscd/nscd_stat.c: Improve output by also printing .shared and
.persistent.

* nscd/connections.c: Allow cache sharing to be really disabled.

19 years agoUpdate.
Ulrich Drepper [Fri, 10 Sep 2004 19:58:40 +0000 (19:58 +0000)]
Update.

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

* malloc/malloc.c (_int_free): Only do arena boundary check for
contiguous arenas.

19 years agont_free): Only do arena boundary check for contiguous arenas.
Ulrich Drepper [Fri, 10 Sep 2004 19:56:41 +0000 (19:56 +0000)]
nt_free): Only do arena boundary check for contiguous arenas.

19 years ago2004-09-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
Roland McGrath [Fri, 10 Sep 2004 03:38:14 +0000 (03:38 +0000)]
2004-09-10  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>

* stdlib/longlong.h [__M32R__] (add_ssaaaa, sub_ddmmss): Fix broken
instruct operands.
* elf/elf.h: Add R_M32R_* relocs.

19 years ago* td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Don't abort if inferior's
Roland McGrath [Thu, 9 Sep 2004 22:51:44 +0000 (22:51 +0000)]
* td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Don't abort if inferior's

descriptor is bogus.

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

* td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Don't abort if inferior's
descriptor is bogus.

19 years agoUpdate.
Ulrich Drepper [Thu, 9 Sep 2004 21:18:14 +0000 (21:18 +0000)]
Update.

* misc/sys/cdefs.h: Despite what the gcc manual says, gcc 3.2
seems not to support the nothrow attribute.  Use it only for gcc
3.3 and higher.

19 years agoUpdate.
Ulrich Drepper [Thu, 9 Sep 2004 21:10:29 +0000 (21:10 +0000)]
Update.

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

* malloc/hooks.c (top_check): Print top chunk corruption as normal
error message.

* malloc/malloc.c (malloc_printerr): Don't make informational
message look like error message.

19 years agoUpdate.
Ulrich Drepper [Thu, 9 Sep 2004 17:15:57 +0000 (17:15 +0000)]
Update.

* malloc/malloc.c (_int_free): Add inexpensive double free and
memory corruption tests.
(malloc_printf_nc): Renamed to malloc_printerr.  Second parameter
is no format string anymore.  Don't use stdio.  Adjust all callers.
* malloc/hooks.c: Adjust malloc_printf_nc callers.

19 years ago(_int_free): Add inexpensive double free and memory corruption tests. (malloc_printf_...
Ulrich Drepper [Thu, 9 Sep 2004 09:03:28 +0000 (09:03 +0000)]
(_int_free): Add inexpensive double free and memory corruption tests. (malloc_printf_nc): Renamed to malloc_printerr.  Second parameter is no format string anymore.  Don't use stdio.  Adjust all callers.

19 years ago* nscd/Makefile (CFLAGS-nscd_setup_thread.c): Set to -fpie.
Andreas Jaeger [Thu, 9 Sep 2004 06:35:47 +0000 (06:35 +0000)]
* nscd/Makefile (CFLAGS-nscd_setup_thread.c): Set to -fpie.

19 years ago (CFLAGS-nscd_setup_thread.c): Set to -fpie.
Andreas Jaeger [Thu, 9 Sep 2004 06:35:38 +0000 (06:35 +0000)]
 (CFLAGS-nscd_setup_thread.c): Set to -fpie.

19 years ago[BZ #375]
Ulrich Drepper [Thu, 9 Sep 2004 04:59:02 +0000 (04:59 +0000)]
[BZ #375]

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

* sysdeps/pthread/pthread.h
(PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP): Make safe for C++.
(PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP): Likewise.
(PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP): Likewise.
(PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP): Likewise.
[BZ #375]

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

* sysdeps/unix/sysv/linux/bits/socket.h (__SCM_CONNECT): Removed.

19 years agoUpdate.
Ulrich Drepper [Thu, 9 Sep 2004 01:58:35 +0000 (01:58 +0000)]
Update.

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

* malloc/malloc.c (_int_free): Add inexpensive double free test.

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

* sysdeps/ia64/fpu/bits/mathinline.h: Use __NTH instead of __THROW.

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

19 years agoUse __NTH instead of __THROW.
Ulrich Drepper [Wed, 8 Sep 2004 21:44:02 +0000 (21:44 +0000)]
Use __NTH instead of __THROW.

19 years ago* malloc/mcheck.c: Don't use __P.
Roland McGrath [Wed, 8 Sep 2004 20:36:06 +0000 (20:36 +0000)]
* malloc/mcheck.c: Don't use __P.

Use prototypes definitions for static functions.

19 years ago2004-09-08 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 8 Sep 2004 20:36:02 +0000 (20:36 +0000)]
2004-09-08  Roland McGrath  <roland@redhat.com>

* malloc/mcheck.c: Don't use __P.
Use prototypes definitions for static functions.

19 years agoUpdate.
Ulrich Drepper [Wed, 8 Sep 2004 19:49:17 +0000 (19:49 +0000)]
Update.

* nscd/nscd-client.h: Add a few #includes.

19 years ago* sysdeps/generic/nscd_setup_thread.c: New file.
Ulrich Drepper [Wed, 8 Sep 2004 18:03:21 +0000 (18:03 +0000)]
* sysdeps/generic/nscd_setup_thread.c: New file.

* sysdeps/unix/sysv/linux/nscd_setup_thread.c: New file.

19 years agoUpdate.
Ulrich Drepper [Wed, 8 Sep 2004 17:56:46 +0000 (17:56 +0000)]
Update.

    Jakub Jelinek  <jakub@redhat.com>

* nscd/Makefile (nscd-modules): Add nscd_setup_thread.
* nscd/connections.c (nscd_run): Call setup_thread for maintenance
threads.
* nscd/nscd-client.h (struct database_pers_head): Add
nscd_certainly_running field.
* nscd/nscd.h: Declare setup_thread.
* nscd/nscd_helper.c (__nscd_get_map_ref): Avoid the time test if
nscd_certainly_running is nonzero.

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

19 years agoUpdate.
Ulrich Drepper [Wed, 8 Sep 2004 15:46:42 +0000 (15:46 +0000)]
Update.

* nscd/connections.c: Implement r/o sharing of nscd's cache with client
processes via shared memory.
* nscd/nscd-client.h: Likewise.
* nscd/nscd.h: Likewise.
* nscd/nscd_conf.c: Likewise.
* nscd/nscd_getgr_r.c: Likewise.
* nscd/nscd_getpw_r.c: Likewise.
* nscd/nscd_gethst_r.c: Likewise.
* nscd/nscd.conf: Add new config parameters.
* nscd/Makefile (aux): Add nscd_helper.
* nscd/nscd_helper.c: New file.
* nscd/mem.c (gc): Indicate beginning and end of the gc cycle.

* nscd/hstcache.c: Simplify a lot.  We cache only the request itself,
no derived information.
* connections.c (nscd_init): Fix bug in testing size of the persistent.

* nis/Makefile (aux): Add nis_hash.
* nis/nis_hash.c: New file.  Split out from nis_util.c.
* nis/nis_util.c: Move __nis_hash code in separate file.

* csu/tst-atomic.c: Improve atomic_increment_val test which would
not have found a ppc bug.

19 years agoUpdate.
Ulrich Drepper [Wed, 8 Sep 2004 14:04:05 +0000 (14:04 +0000)]
Update.

* sysdeps/s390/fpu/bits/mathinline.h: Remove unnecessary includes.

19 years agoUpdate.
Ulrich Drepper [Wed, 8 Sep 2004 08:12:39 +0000 (08:12 +0000)]
Update.

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

* malloc/arena.c: Remove __MALLOC_P uses.
* malloc/malloc.c: Likewise.

* malloc/mtrace.c: Remove __P uses.
* malloc/mcheck-init.c: Likewise.

19 years agoUpdate.
Ulrich Drepper [Wed, 8 Sep 2004 07:02:28 +0000 (07:02 +0000)]
Update.

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

* sysdeps/powerpc/powerpc64/configure.in: New file.
* config.h.in (USE_PPC64_OVERLAPPING_OPD): Add.
* configure.in (HAVE_ASM_GLOBAL_DOT_NAME): Remove.
* sysdeps/powerpc/powerpc64/sysdep.h: Formatting.
(OPD_ENT, BODY_LABEL, ENTRY_1, ENTRY_2, END_2, DOT_PREFIX,
BODY_PREFIX): Define.
(ENTRY, DOT_LABEL, END, TRACEBACK, END_GEN_TB, EALIGN): Support
HAVE_ASM_GLOBAL_DOT_NAME or no dot symbols,
USE_PPC64_OVERLAPPING_OPD or never overlapping .opd entries.
* sysdeps/powerpc/powerpc64/dl-machine.h: Include sysdep.h.
(TRAMPOLINE_TEMPLATE, RTLD_START): Use the new sysdep.h macros.

19 years agoUpdate.
Ulrich Drepper [Wed, 8 Sep 2004 06:31:04 +0000 (06:31 +0000)]
Update.

* malloc/malloc.h: Don't define __THROW if it is already defined.

19 years agoUpdate.
Ulrich Drepper [Wed, 8 Sep 2004 06:09:02 +0000 (06:09 +0000)]
Update.

* sysdeps/powerpc/bits/atomic.h (atomic_increment): Define.
(atomic_decrement): Define.

* sysdeps/powerpc/bits/atomic.h: Implement atomic_increment_val and
atomic_decrement_val.
* sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
* sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.

* csu/tst-atomic.c (do_test): Add tests of atomic_increment_val
and atomic_decrement_val.

19 years agoand atomic_delay is not already defined.
Ulrich Drepper [Tue, 7 Sep 2004 22:41:16 +0000 (22:41 +0000)]
and atomic_delay is not already defined.

19 years agoUpdate.
Ulrich Drepper [Tue, 7 Sep 2004 22:33:37 +0000 (22:33 +0000)]
Update.

* include/atomic.h: Define atomic_increment_val, atomic_decrement_val,
and atomic_dealy is not already defined.
* sysdeps/i386/i486/bits/atomic.h: Define atomic_delay.
* sysdeps/x86_64/bits/atomic.h: Likewise.

* miscd/sys/cdefs.h (__NTH): New macro.
(__THROW): Define using nothrow attribute for C code and gcc >= 3.2.
(__REDIRECT_NTH): New macro.
* argp/argp.h: Use __NTH and __REDIRECT_NTH where necessary.
* ctype/ctype.h: Likewise.
* dirent/dirent.h: Likewise.
* io/fcntl.h: Likewise.
* io/sys/sendfile.h: Likewise.
* io/sys/stat.h: Likewise.
* io/sys/statfs.h: Likewise.
* io/sys/statvfs.h: Likewise.
* libio/bits/stdio.h: Likewise.
* misc/sys/mman.h: Likewise.
* posix/unistd.h: Likewise.
* resource/sys/resource.h: Likewise.
* rt/aio.h: Likewise.
* signal/signal.h: Likewise.
* stdlib/stdlib.h: Likewise.
* string/argz.h: Likewise.
* string/string.h: Likewise.
* sysdeps/generic/inttypes.h: Likewise.
* sysdeps/i386/fpu/bits/mathinline.h: Likewise.
* sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
* sysdeps/s390/fpu/bits/mathinline.h: Likewise.
* sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
* sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
* sysdeps/unix/sysv/linux/bits/sys/sysmacros.h: Likewise.
* wcsmbs/wchar.h: Likewise.

* sysdeps/generic/glob.c: Use __PMT isntead of __P where appropriate.

* resolv/gethnamaddr.c (getanswer): Remove __P use in variable
definition.

* io/sys/poll.h: Remove __THROW from poll prototype, it's a
cancellation point.

19 years agoUse __PMT instead of __P where appropriate.
Ulrich Drepper [Tue, 7 Sep 2004 22:10:43 +0000 (22:10 +0000)]
Use __PMT instead of __P where appropriate.

19 years ago* tst-cancel4.c (tf_waitid): Use WEXITED flag bit if available.
Roland McGrath [Tue, 7 Sep 2004 21:36:26 +0000 (21:36 +0000)]
* tst-cancel4.c (tf_waitid): Use WEXITED flag bit if available.

19 years ago2004-09-04 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Tue, 7 Sep 2004 21:36:21 +0000 (21:36 +0000)]
2004-09-04  Jakub Jelinek  <jakub@redhat.com>

* tst-cancel4.c (tf_waitid): Use WEXITED flag bit if available.

19 years ago(getanswer): Remove __P use in variable definition.
Ulrich Drepper [Tue, 7 Sep 2004 21:10:49 +0000 (21:10 +0000)]
(getanswer): Remove __P use in variable definition.

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

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

* sysdeps/pthread/pthread.h (pthread_once): Remove __THROW since
the initialization function might throw.

19 years agoUpdate.
Ulrich Drepper [Tue, 7 Sep 2004 17:28:11 +0000 (17:28 +0000)]
Update.

* io/fts.c (fts_open): Remove uses of __P.

19 years agoUpdate.
Ulrich Drepper [Tue, 7 Sep 2004 17:06:18 +0000 (17:06 +0000)]
Update.

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

* include/stdlib.h: No need to use __THROW in this header.

19 years agoNo need to use __THROW in this header.
Ulrich Drepper [Tue, 7 Sep 2004 17:04:23 +0000 (17:04 +0000)]
No need to use __THROW in this header.

19 years ago* sysdeps/mach/hurd/dl-sysdep.c (__writev): Does use assert on FD
Roland McGrath [Mon, 6 Sep 2004 21:31:44 +0000 (21:31 +0000)]
* sysdeps/mach/hurd/dl-sysdep.c (__writev): Does use assert on FD

validity, since __assert_fail gets to here anyway.  Just fail.

19 years ago2004-09-06 Roland McGrath <roland@frob.com>
Roland McGrath [Mon, 6 Sep 2004 21:31:38 +0000 (21:31 +0000)]
2004-09-06  Roland McGrath  <roland@frob.com>

* sysdeps/mach/hurd/dl-sysdep.c (__writev): Does use assert on FD
validity, since __assert_fail gets to here anyway.  Just fail.

19 years ago(gaih_inet): Little code cleanup. Move variable h into gethosts macro.
Ulrich Drepper [Mon, 6 Sep 2004 08:26:59 +0000 (08:26 +0000)]
(gaih_inet): Little code cleanup.  Move variable h into gethosts macro.

19 years agoUpdate.
Ulrich Drepper [Mon, 6 Sep 2004 08:16:27 +0000 (08:16 +0000)]
Update.

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

* sysdeps/posix/getaddrinfo.c (gaih_inet): Fix problem with
AF_UNSPEC lookup with AI_CANONNAME of name which has only IPv6
addresses.

19 years ago(gaih_inet): Fix problem with AF_UNSPEC lookup with AI_CANONNAME of name which has...
Ulrich Drepper [Mon, 6 Sep 2004 08:15:50 +0000 (08:15 +0000)]
(gaih_inet): Fix problem with AF_UNSPEC lookup with AI_CANONNAME of name which has only IPv6 addresses.

19 years ago * sysdeps/alpha/fpu/fraiseexcpt.c: Remove file. * sysdeps/unix/sysv...
Richard Henderson [Mon, 6 Sep 2004 02:19:36 +0000 (02:19 +0000)]
    * sysdeps/alpha/fpu/fraiseexcpt.c: Remove file.         * sysdeps/unix/sysv/linux/kernel-features.h         (__ASSUME_IEEE_RAISE_EXCEPTION): New.         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c: New file.         * sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h: New file.         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use it.         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.

* sysdeps/alpha/fpu/fraiseexcpt.c: Remove file.
* sysdeps/unix/sysv/linux/kernel-features.h
(__ASSUME_IEEE_RAISE_EXCEPTION): New.
* sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c: New file.
* sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h: New file.
* sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use it.
* sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.

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

19 years ago * sysdeps/alpha/div.S: Save and restore FPCR around fp operations. ...
Richard Henderson [Mon, 6 Sep 2004 02:01:35 +0000 (02:01 +0000)]
    * sysdeps/alpha/div.S: Save and restore FPCR around fp operations.         * sysdeps/alpha/divl.S, sysdeps/alpha/divq.S, sysdeps/alpha/divqu.S,         sysdeps/alpha/ldiv.S, sysdeps/alpha/reml.S, sysdeps/alpha/remq.S,         sysdeps/alpha/remqu.S: Likewise.         * sysdeps/alpha/div_libc.h (FRAME): Increase to 64.

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

* sysdeps/alpha/div.S: Save and restore FPCR around fp operations.
* sysdeps/alpha/divl.S, sysdeps/alpha/divq.S, sysdeps/alpha/divqu.S,
sysdeps/alpha/ldiv.S, sysdeps/alpha/reml.S, sysdeps/alpha/remq.S,
sysdeps/alpha/remqu.S: Likewise.
* sysdeps/alpha/div_libc.h (FRAME): Increase to 64.

19 years ago * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (SINGLE_THREAD_P): ...
Richard Henderson [Mon, 6 Sep 2004 01:12:02 +0000 (01:12 +0000)]
    * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (SINGLE_THREAD_P):         Move definition inside libpthread, libc, librt check.  Provide         definition for rtld.

2005-09-05  Richard Henderson  <rth@redhat.com>

* sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (SINGLE_THREAD_P):
Move definition inside libpthread, libc, librt check.  Provide
definition for rtld.

lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): On success
return actual return value from the syscall, not 0.
Add __mutex field.

19 years agoUpdate.
Ulrich Drepper [Sun, 5 Sep 2004 07:19:46 +0000 (07:19 +0000)]
Update.

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

* nscd/cache.c (cache_add): Correctly log GETHOSTBYADDR and
GETHOSTBYADDRv6 requests.

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

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

* nscd/pwdcache.c (cache_addpw): Use correct key length in
cache_add calls.
* nscd/grpcache.c (cache_addgr): Likewise.

19 years ago(cache_addgr): Use correct key length in cache_add calls.
Ulrich Drepper [Sun, 5 Sep 2004 06:47:36 +0000 (06:47 +0000)]
(cache_addgr): Use correct key length in cache_add calls.

19 years ago* sysdeps/mach/hurd/i386/tls.h (THREAD_DTV): Changed type of _DTV
Roland McGrath [Fri, 3 Sep 2004 20:49:05 +0000 (20:49 +0000)]
* sysdeps/mach/hurd/i386/tls.h (THREAD_DTV): Changed type of _DTV

to `dtv_t *'.

19 years ago2004-09-03 Alfred M. Szmidt <ams@kemisten.nu>
Roland McGrath [Fri, 3 Sep 2004 20:49:00 +0000 (20:49 +0000)]
2004-09-03  Alfred M. Szmidt  <ams@kemisten.nu>

* sysdeps/mach/hurd/i386/tls.h (THREAD_DTV): Changed type of _DTV
to `dtv_t *'.

19 years agoUpdate.
Ulrich Drepper [Fri, 3 Sep 2004 08:15:41 +0000 (08:15 +0000)]
Update.

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

* nscd/nscd.c (parse_opt): Use writev instead of two write for
invalidate command.

19 years agoUpdate.
Ulrich Drepper [Fri, 3 Sep 2004 03:41:30 +0000 (03:41 +0000)]
Update.

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

* nscd/connections.c (nscd_run): Check early for invalid request types.

19 years ago(nscd_run): Check early for invalid request types.
Ulrich Drepper [Fri, 3 Sep 2004 03:39:45 +0000 (03:39 +0000)]
(nscd_run): Check early for invalid request types.

19 years agoAdd backslashes missing in last change.
Roland McGrath [Fri, 3 Sep 2004 00:28:13 +0000 (00:28 +0000)]
Add backslashes missing in last change.

19 years ago* sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): New macro.
Roland McGrath [Thu, 2 Sep 2004 23:58:45 +0000 (23:58 +0000)]
* sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): New macro.

(INSTALL_NEW_DTV, THREAD_DTV): Rewritten to fetch the right word.
(THREAD_SELF): New macro.

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

* sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): New macro.
(INSTALL_NEW_DTV, THREAD_DTV): Rewritten to fetch the right word.
(THREAD_SELF): New macro.

19 years agoUpdate.
Ulrich Drepper [Thu, 2 Sep 2004 22:47:23 +0000 (22:47 +0000)]
Update.

* sysdeps/alpha/jmpbuf-unwind.h: Define __libc_unwind_longjmp.
* sysdeps/i386/jmpbuf-unwind.h: Likewise
* sysdeps/powerpc/jmpbuf-unwind.h: Likewise.
* sysdeps/s390/jmpbuf-unwind.h: Likewise.
* sysdeps/sh/jmpbuf-unwind.h: Likewise.
* sysdeps/sparc/sparc32/jmpbuf-unwind.h: Likewise.
* sysdeps/unix/sysv/linux/ia64/jmpbuf-unwind.h: Likewise.
* sysdeps/x86_64/jmpbuf-unwind.h: Likewise.
* unwind.c: Use it.

19 years ago[BZ #357]
Ulrich Drepper [Thu, 2 Sep 2004 18:59:24 +0000 (18:59 +0000)]
[BZ #357]

Update.
2004-09-02  Steven Munroe  <sjmunroe@us.ibm.com>

[BZ #357]
* stdlib/tst-setcontext.c (test_stack): Added test for stack clobber.
(main): Call test_stack.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
(__getcontext): Push stack frame then save parms in local frame.
Improve instruction scheduling.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
(__swapcontext): Likewise.

19 years agoUpdate.
Ulrich Drepper [Thu, 2 Sep 2004 03:40:32 +0000 (03:40 +0000)]
Update.

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

* sysdeps/unix/sysv/linux/ia64/sys/ucontext.h [g++ >= 3.5]: Use
__builtin_offsetof.

19 years ago[BZ #361]
Ulrich Drepper [Thu, 2 Sep 2004 03:38:10 +0000 (03:38 +0000)]
[BZ #361]

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

[BZ #361]
* posix/fnmatch_loop.c (FCT): For backslash between brackets, branch
to normal_bracket after fetching the next character.
* posix/tst-fnmatch.input: Add 25 new tests.
Reported by Markus Oberhumer <markus@oberhumer.com>.

19 years agoUpdate.
Ulrich Drepper [Thu, 2 Sep 2004 02:53:00 +0000 (02:53 +0000)]
Update.

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

* elf/rtld.c (dl_main): First check existence of ld.so.preload
with access.

19 years ago(dl_main): First check existence of ld.so.preload with access.
Ulrich Drepper [Thu, 2 Sep 2004 02:52:26 +0000 (02:52 +0000)]
(dl_main): First check existence of ld.so.preload with access.

19 years ago* sysdeps/unix/sysv/linux/bits/waitflags.h
Roland McGrath [Wed, 1 Sep 2004 19:39:17 +0000 (19:39 +0000)]
* sysdeps/unix/sysv/linux/bits/waitflags.h

(WSTOPPED, WEXITED, WCONTINUED, WNOWAIT): New macros.
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_WAITID_SYSCALL):
New macro.
* sysdeps/unix/sysv/linux/waitid.c: New file.  Use new syscall when
available, or fall back to the waitpid-based generic code.

19 years ago* sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Let gcc
Roland McGrath [Wed, 1 Sep 2004 02:00:03 +0000 (02:00 +0000)]
* sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Let gcc

clobber the `ebp' register.
* sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Removed.
Reverts change from 2004-05-07 by Jeroen Dekkers.

* sysdeps/mach/hurd/i386/init-first.c (init): Changed the type of
NEWSP from `void *' to `int *'.  Changed all casts accordingly.

19 years ago* wcsmbs/wcsmbsload.c (__wcsmbs_getfct): Move attribute_hidden
Roland McGrath [Wed, 1 Sep 2004 00:50:33 +0000 (00:50 +0000)]
* wcsmbs/wcsmbsload.c (__wcsmbs_getfct): Move attribute_hidden

before return type.
* locale/localename.c (__current_locale_name): Likewise.

19 years ago* scripts/extract-abilist.awk: If `lastversion' variable defined, omit
Roland McGrath [Tue, 31 Aug 2004 06:17:48 +0000 (06:17 +0000)]
* scripts/extract-abilist.awk: If `lastversion' variable defined, omit

later sets from output.
* Makerules (check-abi): Pass option to set that with value of
LIB-abi-frozen variable if one is set.

* abilist/libcidn.abilist: New file (empty).

19 years ago2004-08-30 Roland McGrath <roland@frob.com>
Roland McGrath [Tue, 31 Aug 2004 06:17:08 +0000 (06:17 +0000)]
2004-08-30  Roland McGrath  <roland@frob.com>

* abilist/libcidn.abilist: New file (empty).

19 years agoUpdate.
Ulrich Drepper [Mon, 30 Aug 2004 16:56:03 +0000 (16:56 +0000)]
Update.

2004-08-30  Jakub Jelinek  <jakub@redhat.com>

* posix/bits/posix1_lim.h (_POSIX_CHILD_MAX, _POSIX_OPEN_MAX): If
not __USE_XOPEN2K, use the Unix98 mandated values.

19 years agoInclude bits/wordsize.h. Make the header match i386 header when __WORDSIZE != 64.
Ulrich Drepper [Mon, 30 Aug 2004 16:51:12 +0000 (16:51 +0000)]
Include bits/wordsize.h.  Make the header match i386 header when __WORDSIZE != 64.

19 years ago* configure.in (usetls): Default to yes.
Roland McGrath [Fri, 27 Aug 2004 19:41:25 +0000 (19:41 +0000)]
* configure.in (usetls): Default to yes.

* configure: Regenerated.

19 years ago* configure.in (add_ons_automatic): New variable, set to yes or no
Roland McGrath [Thu, 26 Aug 2004 21:26:59 +0000 (21:26 +0000)]
* configure.in (add_ons_automatic): New variable, set to yes or no

indicating --enable-add-ons with no explicit list.
(running add-on fragments): Allow a fragment to modify $libc_add_on
and have that affect its place in the list of add-ons to use.
* configure: Regenerated.

19 years ago2004-08-26 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 26 Aug 2004 21:26:06 +0000 (21:26 +0000)]
2004-08-26  Roland McGrath  <roland@redhat.com>

* configure.in: New file.  If nptl add-on is also selected, barf if
explicit and elide ourselves if implicit.
* configure: Now generated.

19 years agoUpdate.
Ulrich Drepper [Thu, 26 Aug 2004 18:35:05 +0000 (18:35 +0000)]
Update.

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

* nscd/cache.c: Major rewrite.  The data is now optionally kept in
a mmaped memory region which is automatically mirrored on disk.
This implements persistent data storage.  The Memory handled
needed to be completely revamped, it now uses a garbage collection
mechanism instead of malloc.
* nscd/connections.c: Likewise.
* nscd/nscd.c: Likewise.
* nscd/nscd.h: Likewise.
* nscd/nscd_conf.c: Likewise.
* nscd/nscd_stat.c: Likewise.
* nscd/grpcache.c: Likewise.
* nscd/hstcache.c:: Likewise.
* nscd/pwdcache.c:: Likewise.
* nscd/Makefile: Add rules to build mem.c.
* nscd/mem.c: New file.
* nscd/nscd.conf: Describe new configuration options.

19 years agoUpdate.
Ulrich Drepper [Thu, 26 Aug 2004 17:00:16 +0000 (17:00 +0000)]
Update.

2004-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

* sysdeps/unix/sysv/linux/mips/pread.c: Include sgidefs.h only if
NO_SGIDEFS_H isn't defined.
* sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.

* sysdeps/unix/sysv/linux/sh/pread.c: Define NO_SGIDEFS_H and
_MIPS_SIM.
* sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
* sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.

* nscd/connections.c (nscd_run): atomic_increment was not missing.

19 years agoUpdate.
Ulrich Drepper [Thu, 26 Aug 2004 09:16:12 +0000 (09:16 +0000)]
Update.

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

* sysdeps/gnu/Makefile (libdl-sysdep_routines): Don't add eval.
Patch by Greg Schafer.

19 years ago* nscd/grpcache.c (cache_addgr): Use copy of original key in hash
Ulrich Drepper [Wed, 25 Aug 2004 23:33:21 +0000 (23:33 +0000)]
* nscd/grpcache.c (cache_addgr): Use copy of original key in hash

19 years agoUpdate.
Ulrich Drepper [Wed, 25 Aug 2004 23:27:17 +0000 (23:27 +0000)]
Update.

* sysdeps/powerpc/powerpc64/bits/atomic.h
(__arch_compare_and_exchange_bool_32_acq): Fix case where oldval
is negative.
(__arch_compare_and_exchange_bool_32_rel): Likewise.

19 years ago(__arch_compare_and_exchange_bool_32_acq): Fix case where oldval is negative. (__arch...
Ulrich Drepper [Wed, 25 Aug 2004 23:24:20 +0000 (23:24 +0000)]
(__arch_compare_and_exchange_bool_32_acq): Fix case where oldval is negative. (__arch_compare_and_exchange_bool_32_rel): Likewise.

19 years ago * sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind instead...
Richard Henderson [Wed, 25 Aug 2004 19:59:01 +0000 (19:59 +0000)]
    * sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind         instead of $31.  Zero $15.         * sysdeps/unix/sysv/linux/alpha/clone.S (thread_start): Likewise.

2004-08-25  Richard Henderson  <rth@redhat.com>

* sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind
instead of $31.  Zero $15.
* sysdeps/unix/sysv/linux/alpha/clone.S (thread_start): Likewise.

19 years agoUpdate.
Ulrich Drepper [Wed, 25 Aug 2004 17:24:52 +0000 (17:24 +0000)]
Update.

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

* nscd/connections.c: Make socket nonblocking so that threads
don't get stuck on accept.  Fix locking.

* nscd/grpcache.c (cache_addgr): Use cope of original key in hash
entry with alternative key.
* nscd/pwdcache.c (cache_addpw): Likewise.

19 years ago(cache_addpw): Use cope of original key in hash entry with alternative key.
Ulrich Drepper [Wed, 25 Aug 2004 17:18:43 +0000 (17:18 +0000)]
(cache_addpw): Use cope of original key in hash entry with alternative key.

19 years ago* sysdeps/mips/dl-machine.h (_dl_start_user): Don't set
Andreas Jaeger [Wed, 25 Aug 2004 05:57:46 +0000 (05:57 +0000)]
* sysdeps/mips/dl-machine.h (_dl_start_user): Don't set

__libc_stack_end.

19 years ago(CENABLE, CDISABLE, __local_multiple_threads): Fix definitions for IS_IN_librt.
Andreas Jaeger [Wed, 25 Aug 2004 05:55:35 +0000 (05:55 +0000)]
(CENABLE, CDISABLE, __local_multiple_threads): Fix definitions for IS_IN_librt.

2004-08-25  Richard Sandiford  <rsandifo@redhat.com>

* sysdeps/unix/sysv/linux/mips/sysdep-cancel.h (CENABLE, CDISABLE,
__local_multiple_threads): Fix definitions for IS_IN_librt.
* sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.

19 years agoUpdate.
Ulrich Drepper [Mon, 23 Aug 2004 09:14:00 +0000 (09:14 +0000)]
Update.

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

* sysdeps/gnu/netinet/udp.h: Cosmetic changes.  Remove unnecessary
__BEGIN_DECLS/__END_DECLS.

19 years agoCosmetic changes. Remove unnecessary __BEGIN_DECLS/__END_DECLS.
Ulrich Drepper [Mon, 23 Aug 2004 09:07:06 +0000 (09:07 +0000)]
Cosmetic changes.  Remove unnecessary __BEGIN_DECLS/__END_DECLS.

19 years ago[BZ #341]
Andreas Jaeger [Mon, 23 Aug 2004 07:29:06 +0000 (07:29 +0000)]
[BZ #341]

Fix for
[BZ #341].
2004-08-23  Andreas Jaeger  <aj@suse.de>

[BZ #341]
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOATIME): Define.
* sysdeps/unix/sysv/linux/arm/bits/fcntl.h (O_NOATIME): Likewise.
* sysdeps/unix/sysv/linux/cris/bits/fcntl.h (O_NOATIME): Likewise.
* sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (O_NOATIME): Likewise.
* sysdeps/unix/sysv/linux/i386/bits/fcntl.h (O_NOATIME): Likewise.
* sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_NOATIME): Likewise.
* sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (O_NOATIME): Likewise.
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_NOATIME): Likewise.
* sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_NOATIME): Likewise.
* sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_NOATIME): Likewise.
* sysdeps/unix/sysv/linux/sh/bits/fcntl.h (O_NOATIME): Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_NOATIME): Likewise.
* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (O_NOATIME): Likewise.

19 years ago[BZ #341] (O_NOATIME): Define.
Andreas Jaeger [Mon, 23 Aug 2004 07:28:46 +0000 (07:28 +0000)]
[BZ #341] (O_NOATIME): Define.

19 years agoUpdate.
Ulrich Drepper [Mon, 23 Aug 2004 03:32:17 +0000 (03:32 +0000)]
Update.

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

* sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO) [IS_IN_librt]:
Save gp around CENABLE/CDISABLE calls.

19 years agoUpdate.
Ulrich Drepper [Sat, 21 Aug 2004 20:19:54 +0000 (20:19 +0000)]
Update.

* malloc/hooks.c (DEFAULT_CHECK_ACTION): Moved to malloc.c.
(check_action): Likewise.
When printing error messages, use malloc_printf_nc now instead of
fiddling with the streams cancellation flag in every place.
* malloc/malloc.c (DEFAULT_CHECK_ACTION): New definition.  Change
default to 3.
(check_action): New variable.
(unlink): Print error message and eventually terminate in case list
is corrupted.
(malloc_printf_nc): New function.  Use it in _int_free.
Change proposed by Arjan van de Ven.

19 years agoUpdate.
Ulrich Drepper [Sat, 21 Aug 2004 09:28:31 +0000 (09:28 +0000)]
Update.

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

* dlfcn/Makefile: Don't build eval.c anymore.

pointer in new variable ORIG_NAME and use this pointer when

19 years agoDon't build eval.c anymore.
Ulrich Drepper [Sat, 21 Aug 2004 09:25:46 +0000 (09:25 +0000)]
Don't build eval.c anymore.

19 years ago* csu/Makefile ($(objpfx)version-info.h): Use printf in place
Roland McGrath [Fri, 20 Aug 2004 20:12:50 +0000 (20:12 +0000)]
* csu/Makefile ($(objpfx)version-info.h): Use printf in place

of echo -e for POSIX.2 portability.
Reported by Paul Jarc <prj@po.cwru.edu>.

* setjmp/Makefile (tests): Add bug269-setjmp.