]> sourceware.org Git - glibc.git/log
glibc.git
21 years agopthread_cond_wait implementation for Linux/x86-64.
Ulrich Drepper [Tue, 11 Mar 2003 10:36:15 +0000 (10:36 +0000)]
pthread_cond_wait implementation for Linux/x86-64.

21 years ago* sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): If CNT == 1,
Roland McGrath [Tue, 11 Mar 2003 09:30:37 +0000 (09:30 +0000)]
* sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): If CNT == 1,

allocate space even for the trailing '/'.
Reported by John Reiser <jreiser@BitWagon.com>.

* sysdeps/unix/sysv/linux/ia64/sysdep.h (LOAD_ARGS_6, ASM_ARGS_6,
ASM_CLOBBERS_6): Define.
(ASM_CLOBBERS_5): Use ASM_CLOBBERS_6.
* sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Reorder arguments
to match IA-32 order.
* sysdeps/unix/sysv/linux/i386/clone.S: Fix comment.

21 years ago2003-03-11 Jakub Jelinek <jakub@redhat.com>
Roland McGrath [Tue, 11 Mar 2003 09:20:36 +0000 (09:20 +0000)]
2003-03-11  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/pthread/createthread.c (ARCH_CLONE): Define if not defined.
(create_thread): Only assert PD->tcb != NULL under [TLS_TCB_AT_TP].
Use ARCH_CLONE.
* allocatestack.c (ALLOCATE_STACK_PARMS): New macro.
[NEED_SEPARATE_REGISTER_STACK] (STACK_VARIABLES,
STACK_VARIABLES_ARGS, STACK_VARIABLES_PARMS, ALLOCATE_STACK_PARMS,
ALLOCATE_STACK): New macros.
(TLS_TPADJ): New macro.
(get_cached_stack, queue_stack, __deallocate_stack): Use TLS_TPADJ.
(allocate_stack): Handle TLS_DTV_AT_TP and
NEED_SEPARATE_REGISTER_STACK.  Use TLS_TPADJ.
* pthread_create.c (__pthread_create_2_1) [! TLS_TCB_AT_TP]:
Don't set PD->self.
* init.c [__ia64__] (__NR_set_tid_address): Define.

21 years agopthread_cond_signal implementation for Linux/x86-64.
Ulrich Drepper [Tue, 11 Mar 2003 08:31:35 +0000 (08:31 +0000)]
pthread_cond_signal implementation for Linux/x86-64.

21 years agoUpdate.
Ulrich Drepper [Tue, 11 Mar 2003 06:52:08 +0000 (06:52 +0000)]
Update.

* sysdeps/unix/sysv/linux/x86_64/sem_post.S: New file.
* sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: New file.
* sysdeps/unix/sysv/linux/x86_64/sem_wait.S: New file.
* sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: New file.

* sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Fix error value in
unused code.

21 years agoUpdate.
Ulrich Drepper [Tue, 11 Mar 2003 05:52:12 +0000 (05:52 +0000)]
Update.

* sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: New file

* sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.

21 years agoUpdate.
Ulrich Drepper [Tue, 11 Mar 2003 05:26:32 +0000 (05:26 +0000)]
Update.

* sysdeps/unix/sysv/linux/Makefile (gen-as-const-headers): Add
lowlevelbarrier.sym.
* sysdeps/unix/sysv/linux/lowlevelbarrier.sym: New file.
* sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
Include lowlevelbarrier.h and don't define offsets locally.

21 years agoUpdate.
Ulrich Drepper [Tue, 11 Mar 2003 04:07:00 +0000 (04:07 +0000)]
Update.

* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
(__lll_mutex_lock_wait): Reverse order of first two parameters.
(__lll_mutex_timedlock_wait): Likewise.
(lll_mutex_lock): Adjust asm for that.
(lll_mutex_timedlock): Likewise.  Mark cx, cc, r10 as clobbered.
(lll_lock): Adjust asm for operand order change.
* sysdeps/unix/sysv/linux/x86_64/lowlevelmutex.S: New file.
* sysdeps/unix/sysv/linux/x86_64/libc-lowlevelmutex.S: New file.

21 years agoUpdate.
Ulrich Drepper [Tue, 11 Mar 2003 01:01:24 +0000 (01:01 +0000)]
Update.

* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (__lll_lock_wait):
Reverse order of parameters.
(__lll_timedwait_tid): Remove regparms attribute.
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: New file.
* sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: New file.

21 years agoUpdate.
Ulrich Drepper [Tue, 11 Mar 2003 00:49:38 +0000 (00:49 +0000)]
Update.

* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
(__lll_timedwait_tid): Remove one unnecessary instruction.

21 years agoUpdate.
Ulrich Drepper [Mon, 10 Mar 2003 23:42:41 +0000 (23:42 +0000)]
Update.

* sysdeps/unix/sysv/linux/sh/lowlevelmutex.S: Define
__lll_mutex_timedlock_wait only for NOT_IN_libc.
* sysdeps/unix/sysv/linux/sh/libc-lowlevelmutex.S: Include
lowlevelmutex.S.

* sysdeps/unix/sysv/linux/sh/lowlevellock.S: Define
lll_unlock_wake_cb, __lll_wait_tid, and __lll_timedwait_tid only
for NOT_IN_libc.
* sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Include
lowlevellock.S.

21 years agoFix typo.
Ulrich Drepper [Mon, 10 Mar 2003 23:02:10 +0000 (23:02 +0000)]
Fix typo.

* sysdeps/unix/sysv/linux/i386/lowlevelsem.h: Not needed anymore.

21 years agoUpdate.
Ulrich Drepper [Mon, 10 Mar 2003 22:27:01 +0000 (22:27 +0000)]
Update.

* sysdeps/unix/sysv/linux/i386/i486/lowlevelmutex.S: Don't define
LOCK is already defined.  Don't define __lll_mutex_timedlock_wait
for libc.so.
* sysdeps/unix/sysv/linux/i386/i486/libc-lowlevelmutex.S: Only
define LOCK here (if UP is not defined).  The actual code is in
lowlevelmutex.S.

21 years agoUpdate.
Ulrich Drepper [Mon, 10 Mar 2003 22:11:26 +0000 (22:11 +0000)]
Update.

* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Don't define
LOCK is already defined.  Don't define lll_unlock_wake_cb and
__lll_timedwait_tid for libc.so.
* sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Only
define LOCK here (if UP is not defined).  The actual code is in
lowlevellock.S.

21 years agoUpdate.
Ulrich Drepper [Mon, 10 Mar 2003 21:44:36 +0000 (21:44 +0000)]
Update.

* sysdeps/unix/sysv/linux/sh/lowlevelrwlock.h: Removed.

21 years agoUpdate.
Ulrich Drepper [Mon, 10 Mar 2003 21:42:52 +0000 (21:42 +0000)]
Update.

* sysdeps/unix/sysv/linux/s390/lowlevelsem.h: Likewise.
* sysdeps/unix/sysv/linux/s390/sem_post.c: Include lowlevellock.h
instead of lowlevelsem.h.
* sysdeps/unix/sysv/linux/s390/sem_timedwait.c: Likewise.
* sysdeps/unix/sysv/linux/s390/sem_trywait.c: Likewise.
* sysdeps/unix/sysv/linux/s390/sem_wait.c: Likewise.

21 years agoUpdate.
Ulrich Drepper [Mon, 10 Mar 2003 21:32:44 +0000 (21:32 +0000)]
Update.

* sysdeps/unix/sysv/linux/i386/lowlevelsem.h: New needed anymore.

21 years agoNot needed at all.
Ulrich Drepper [Mon, 10 Mar 2003 21:31:55 +0000 (21:31 +0000)]
Not needed at all.

21 years ago2003-03-10 Steven Munroe <sjmunroe@us.ibm.com>
Roland McGrath [Mon, 10 Mar 2003 21:04:45 +0000 (21:04 +0000)]
2003-03-10  Steven Munroe  <sjmunroe@us.ibm.com>

        * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't clobber R7.
Copy extra params for NPTL to registers used in clone syscall.

21 years ago2003-03-10 Steven Munroe <sjmunroe@us.ibm.com>
Roland McGrath [Mon, 10 Mar 2003 21:04:29 +0000 (21:04 +0000)]
2003-03-10  Steven Munroe  <sjmunroe@us.ibm.com>

        * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't clobber R7.
Copy extra params for NPTL to registers used in clone syscall.

21 years agoUpdate.
Ulrich Drepper [Mon, 10 Mar 2003 21:03:03 +0000 (21:03 +0000)]
Update.

* sysdeps/unix/sysv/linux/Makefile (gen-as-const-headers): Add
lowlevelrwlock.sym.
* sysdeps/unix/sysv/linux/lowlevelrwlock.sym: New file.
* sysdeps/unix/sysv/linux/i386/lowlevelrwlock.h: Removed.

21 years agoUpdate.
Ulrich Drepper [Mon, 10 Mar 2003 19:37:46 +0000 (19:37 +0000)]
Update.

* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_trylock): Fix
register loading.
* sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_trylock): Undo
last changed.  D'oh.

21 years ago(lll_trylock): Undo last changed. D'oh.
Ulrich Drepper [Mon, 10 Mar 2003 19:36:23 +0000 (19:36 +0000)]
(lll_trylock): Undo last changed.  D'oh.

21 years ago* sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Correct system
Roland McGrath [Mon, 10 Mar 2003 19:21:23 +0000 (19:21 +0000)]
* sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Correct system

call names for pread and pwrite.

21 years ago2003-03-10 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 10 Mar 2003 19:20:18 +0000 (19:20 +0000)]
2003-03-10  Roland McGrath  <roland@redhat.com>

* td_ta_thr_iter.c (iterate_thread_list): Don't use `header.data.'
prefix for `struct pthread' members.
* td_thr_validate.c (check_thread_list): Likewise.
* td_thr_tls_get_addr.c (td_thr_tls_get_addr): Likewise.

21 years agoUpdate.
Ulrich Drepper [Mon, 10 Mar 2003 19:00:37 +0000 (19:00 +0000)]
Update.

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

* td_ta_thr_iter.c: Update for TCB change.
* td_thr_tls_get_addr.c: Likewise.
* td_thr_validate.c: Likewise.

21 years agoUpdate for TC change.
Ulrich Drepper [Mon, 10 Mar 2003 18:59:25 +0000 (18:59 +0000)]
Update for TC change.

21 years ago* dlfcn/Makefile (libdl-routines): Add dladdr1.
Roland McGrath [Mon, 10 Mar 2003 10:01:35 +0000 (10:01 +0000)]
* dlfcn/Makefile (libdl-routines): Add dladdr1.

* dlfcn/dladdr1.c: New file.
* dlfcn/dlfcn.h [__USE_GNU]: Declare dladdr1.
[__USE_GNU] (RTLD_DL_SYMENT, RTLD_DL_LINKMAP): New enum constants.
* elf/dl-addr.c (_dl_addr): Take new args, a struct link_map ** and
a const ElfNN_Sym ** to fill in.
* include/dlfcn.h: Update decl.  Include <link.h>.
* dlfcn/dladdr.c (dladdr): Update caller.
* malloc/mtrace.c (tr_where): Likewise.
* sysdeps/generic/elf/backtracesyms.c: Likewise.
* sysdeps/generic/elf/backtracesymsfd.c: Likewise.
* dlfcn/Versions (libdl: GLIBC_2.3.3): New set, add dladdr1.
* Versions.def (libdl): Define GLIBC_2.3.3 set.

21 years agoUpdate.
Ulrich Drepper [Mon, 10 Mar 2003 09:27:49 +0000 (09:27 +0000)]
Update.

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

* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: New file.

* sysdeps/unix/sysv/linux/i386/lowlevellock.h: Remove declaration
of __libc_locking_needed.
(lll_trylock): Initialize %eax to zero.

* sysdeps/unix/sysv/linux/x86_64/lowlevelcond.h: New file.

* sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Update
pthread_cond_t definition.

* sysdeps/unix/sysv/linux/x86_64/fork.c: New file.

21 years agoLowlevel lock definitions for x86-64/Linux.
Ulrich Drepper [Mon, 10 Mar 2003 09:26:20 +0000 (09:26 +0000)]
Lowlevel lock definitions for x86-64/Linux.

21 years ago2003-03-10 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 10 Mar 2003 09:12:11 +0000 (09:12 +0000)]
2003-03-10  Roland McGrath  <roland@redhat.com>

* dlfcn/Makefile (libdl-routines): Add dladdr1.
* dlfcn/dladdr1.c: New file.
* dlfcn/dlfcn.h [__USE_GNU]: Declare dladdr1.
[__USE_GNU] (RTLD_DL_SYMENT, RTLD_DL_LINKMAP): New enum constants.
* elf/dl-addr.c (_dl_addr): Take new args, a struct link_map ** and
a const ElfNN_Sym ** to fill in.
* include/dlfcn.h: Update decl.  Include <link.h>.
* dlfcn/dladdr.c (dladdr): Update caller.
* malloc/mtrace.c (tr_where): Likewise.
* sysdeps/generic/elf/backtracesyms.c: Likewise.
* sysdeps/generic/elf/backtracesymsfd.c: Likewise.
* dlfcn/Versions (libdl: GLIBC_2.3.3): New set, add dladdr1.
* Versions.def (libdl): Define GLIBC_2.3.3 set.

21 years ago* sysdeps/unix/make-syscalls.sh: Generate $(compile-syscall) for
Roland McGrath [Mon, 10 Mar 2003 09:11:13 +0000 (09:11 +0000)]
* sysdeps/unix/make-syscalls.sh: Generate $(compile-syscall) for

assembler command.
* sysdeps/unix/Makefile (compile-syscall): New variable.
Pass -g0 to compiler for assembling syscall stubs from stdin.

* sysdeps/i386/sysdep.h [HAVE_CPP_ASM_DEBUGINFO]
(STABS_CURRENT_FILE, STABS_CURRENT_FILE1, STABS_FUN, STABS_FUN_END):
Define these to do nothing.

* configure.in: New check for -g on .S files.
* configure: Regenerated.
* config.make.in (have-cpp-asm-debuginfo): New variable.
* config.h.in (HAVE_CPP_ASM_DEBUGINFO): New #undef.
* Makeconfig (ASFLAGS): New variable, if undefined and
$(have-cpp-asm-debuginfo), take options matching -g% from $(CFLAGS).
* Makerules (compile.S, COMPILE.S): Use $(ASFLAGS).

21 years ago2003-03-10 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 10 Mar 2003 09:10:43 +0000 (09:10 +0000)]
2003-03-10  Roland McGrath  <roland@redhat.com>

* configure.in: New check for -g on .S files.
* configure: Regenerated.
* config.make.in (have-cpp-asm-debuginfo): New variable.
* config.h.in (HAVE_CPP_ASM_DEBUGINFO): New #undef.
* Makeconfig (ASFLAGS): New variable, if undefined and
$(have-cpp-asm-debuginfo), take options matching -g% from $(CFLAGS).
* Makerules (compile.S, COMPILE.S): Use $(ASFLAGS).

21 years ago(lll_trylock): Initialize %eax to zero.
Ulrich Drepper [Mon, 10 Mar 2003 09:10:30 +0000 (09:10 +0000)]
(lll_trylock): Initialize %eax to zero.

21 years agoRemove declaration of __libc_locking_needed.
Ulrich Drepper [Mon, 10 Mar 2003 09:00:47 +0000 (09:00 +0000)]
Remove declaration of __libc_locking_needed.

21 years ago* sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Take 3 new args
Roland McGrath [Mon, 10 Mar 2003 08:52:41 +0000 (08:52 +0000)]
* sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Take 3 new args

used by NPTL on new kernels.  From Paul Mackerras <paulus@samba.org>.

* rt/tst-aio7.c (do_test): Give BUFF permanent extent, too.

21 years ago2003-03-09 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 10 Mar 2003 08:52:31 +0000 (08:52 +0000)]
2003-03-09  Roland McGrath  <roland@redhat.com>

* sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Take 3 new args
used by NPTL on new kernels.  From Paul Mackerras <paulus@samba.org>.

21 years ago(lll_trylock): Initialize %eax to zero.
Ulrich Drepper [Mon, 10 Mar 2003 08:51:08 +0000 (08:51 +0000)]
(lll_trylock): Initialize %eax to zero.

21 years ago2003-03-10 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 10 Mar 2003 08:50:36 +0000 (08:50 +0000)]
2003-03-10  Roland McGrath  <roland@redhat.com>

* allocatestack.c (allocate_stack) [!TLS_MULTIPLE_THREADS_IN_TCB]:
Instead of setting PD->multiple_threads, set globals
__pthread_multiple_threads and __libc_multiple_threads.
* sysdeps/pthread/createthread.c (create_thread): Likewise.
* sysdeps/i386/tls.h (TLS_MULTIPLE_THREADS_IN_TCB): Define it.
* sysdeps/s390/tls.h (TLS_MULTIPLE_THREADS_IN_TCB): Likewise.
* descr.h (struct pthread): Conditionalize first member on
[!TLS_DTV_AT_TP].  Replace the `header' member with an anonymous union
containing an anonymous tcbhead_t.  Move `list' member out.
[TLS_MULTIPLE_THREADS_IN_TCB]: Define a `multiple_threads' member.
* allocatestack.c: Remove use of `header.data.' prefix.
* pthread_create.c: Likewise.
* init.c (__pthread_initialize_minimal_internal): Likewise.
* sysdeps/pthread/createthread.c (create_thread): Likewise.
* sysdeps/i386/tls.h (INSTALL_DTV): Add parens.
(THREAD_SELF, THREAD_DTV, INSTALL_NEW_DTV): No `header.data.' prefix.
* sysdeps/x86_64/tls.h: Likewise.
* sysdeps/unix/sysv/linux/i386/sysdep-cancel.h
(SINGLE_THREAD_P): Likewise.
* sysdeps/unix/sysv/linux/sh/sysdep-cancel.h
(SINGLE_THREAD_P): Likewise.
* sysdeps/i386/tls.h (tcbhead_t): Remove `list' member.
* sysdeps/s390/tls.h (tcbhead_t): Likewise.

21 years ago2003-03-10 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 10 Mar 2003 08:50:26 +0000 (08:50 +0000)]
2003-03-10  Roland McGrath  <roland@redhat.com>

* sysdeps/unix/sysv/linux/lowlevelcond.sym: New file.
* sysdeps/unix/sysv/linux/Makefile (gen-as-const-headers): Add it.
* sysdeps/unix/sysv/linux/sh/lowlevelcond.h: File removed.
* sysdeps/unix/sysv/linux/i386/lowlevelcond.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/lowlevelcond.h: Likewise.

21 years agoDefinitions for condvar implementation on Linux/x86-64.
Ulrich Drepper [Mon, 10 Mar 2003 08:06:20 +0000 (08:06 +0000)]
Definitions for condvar implementation on Linux/x86-64.

21 years agoUpdate.
Ulrich Drepper [Mon, 10 Mar 2003 08:00:02 +0000 (08:00 +0000)]
Update.

* sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: New file.

21 years agoUpdate.
Ulrich Drepper [Mon, 10 Mar 2003 07:39:55 +0000 (07:39 +0000)]
Update.

* sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Fix many
leftovers from the ia32 code.

* sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove unneccessary
memory load.
(clear_once_control): Don't load %esi.

* sysdeps/x86_64/tls.h: Remove all traces of segment descriptor
handling.

* sysdeps/unix/sysv/linux/x86_64/fork.c: New file.

21 years agoUpdate.
Ulrich Drepper [Mon, 10 Mar 2003 06:32:42 +0000 (06:32 +0000)]
Update.

* sysdeps/unix/sysv/linux/s390/createthread.c: Moved to...
* sysdeps/unix/sysv/linux/createthread.c: ...here.

21 years agoUpdate.
Ulrich Drepper [Sun, 9 Mar 2003 23:59:21 +0000 (23:59 +0000)]
Update.

* po/da.po: Likewise.

21 years agoUpdate.
Ulrich Drepper [Sun, 9 Mar 2003 22:52:20 +0000 (22:52 +0000)]
Update.

* po/ca.po: Likewise.

21 years agoUpdate.
Ulrich Drepper [Sun, 9 Mar 2003 17:48:04 +0000 (17:48 +0000)]
Update.

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

* po/fi.po: Update from translation team.

21 years agoUpdate.
Ulrich Drepper [Sat, 8 Mar 2003 18:56:15 +0000 (18:56 +0000)]
Update.

2003-03-08  Ulrich Drepper  <drepper@redhat.com>

* rt/tst-aio7.c (do_test): Change BYTES into a #define.

21 years agoUpdate.
Ulrich Drepper [Sat, 8 Mar 2003 10:30:42 +0000 (10:30 +0000)]
Update.

* tst-tls2.c (do_test): Add TEMP_FAILURE_RETRY around sem_wait call.
* tst-signal3.c (do_test): Likewise.
* tst-sem5.c (do_test): Likewise.
* tst-kill6.c (do_test): Likewise.
* tst-tls3.c (do_test): Likewise.  Include <errno.h>.

* sysdeps/unix/sysv/linux/i386/lowlevellock.h: Use add/sub instead
of inc/dec.
* sysdeps/unix/sysv/linux/i386/lowlevelsem.h: Likewise.
* sysdeps/unix/sysv/linux/i386/pthread_once.S: Likewise
* sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Likewise.
* sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: Likewise.
* sysdeps/unix/sysv/linux/i386/i486/lowlevelmutex.S: Likewise.
* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.

21 years agoUpdate.
Ulrich Drepper [Sat, 8 Mar 2003 09:41:16 +0000 (09:41 +0000)]
Update.

2003-03-08  Ulrich Drepper  <drepper@redhat.com>

* allocatestack.c (allocate_stack): If mprotect() fails free the
TLS memory.

21 years agoUpdate.
Ulrich Drepper [Fri, 7 Mar 2003 22:23:23 +0000 (22:23 +0000)]
Update.

* rt/tst-aio7.c (do_test): Give buff permanent extend, too.

21 years agoUpdate.
Ulrich Drepper [Fri, 7 Mar 2003 21:22:27 +0000 (21:22 +0000)]
Update.

2003-03-07  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/powerpc/fpu/w_sqrt.c: Fix comment.

21 years agoUpdate.
Ulrich Drepper [Fri, 7 Mar 2003 18:37:10 +0000 (18:37 +0000)]
Update.

* sysdeps/i386/i486/bits/atomic.h: Fix a few unused definitions.

* sysdeps/unix/sysv/linux/i386/lowlevellock.h: Remove all trace of
lll_wake_tid.  This was used only to work around kernel limits in
the early days.
* sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
* sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Likewise.
* sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
* sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.

21 years agoFix a few unused definitions.
Ulrich Drepper [Fri, 7 Mar 2003 18:34:43 +0000 (18:34 +0000)]
Fix a few unused definitions.

21 years ago* sysdeps/s390/s390-32/sysdep.h (L): Use .Lfoo instead of foo.
Roland McGrath [Fri, 7 Mar 2003 10:07:23 +0000 (10:07 +0000)]
* sysdeps/s390/s390-32/sysdep.h (L): Use .Lfoo instead of foo.

* sysdeps/s390/s390-64/sysdep.h (L): Likewise.

21 years ago2003-03-07 Roland McGrath <roland@redhat.com>
Roland McGrath [Fri, 7 Mar 2003 10:06:56 +0000 (10:06 +0000)]
2003-03-07  Roland McGrath  <roland@redhat.com>

* sysdeps/s390/s390-32/sysdep.h (L): Use .Lfoo instead of foo.
* sysdeps/s390/s390-64/sysdep.h (L): Likewise.

21 years agoUpdate.
Ulrich Drepper [Fri, 7 Mar 2003 09:55:05 +0000 (09:55 +0000)]
Update.

2003-03-07  Ulrich Drepper  <drepper@redhat.com>

* init.c (__static_tls_align_m1): Renamed from __static_tls_align.
(__pthread_initialize_minimal_internal): Change initialization of
__static_tls_align_m1 appropriately.
* pthreadP.h (__static_tls_align_m1): Renamed from
__static_tls_align.
* allocatestack.c (allocate_stack): Use __static_tls_align_m1
instead of __static_tls_align-1.

21 years ago(__static_tls_align_m1): Renamed from __static_tls_align. (__pthread_initialize_minim...
Ulrich Drepper [Fri, 7 Mar 2003 09:53:04 +0000 (09:53 +0000)]
(__static_tls_align_m1): Renamed from __static_tls_align. (__pthread_initialize_minimal_internal): Change initialization of __static_tls_align_m1 appropriately.

21 years agoupdate.
Andreas Jaeger [Fri, 7 Mar 2003 09:48:51 +0000 (09:48 +0000)]
update.

2003-03-04  Guido Guenther  <agx@sigxcpu.org>

* sysdeps/unix/sysv/linux/mips/syscalls.list: Remove unneeded
stubs, we have INLINE_SYSCALL.
* sysdeps/unix/sysv/linux/mips/bits/mman.h: Define MAP_POPULATE,
MAP_NONBLOCK.

21 years ago2003-03-04 Guido Guenther <agx@sigxcpu.org>
Andreas Jaeger [Fri, 7 Mar 2003 09:46:33 +0000 (09:46 +0000)]
2003-03-04  Guido Guenther  <agx@sigxcpu.org>

* sysdeps/unix/sysv/linux/mips/syscalls.list: Remove unneeded
stubs, we have INLINE_SYSCALL.
* sysdeps/unix/sysv/linux/mips/bits/mman.h: Define MAP_POPULATE,
MAP_NONBLOCK.

21 years agoUpdate.
Ulrich Drepper [Fri, 7 Mar 2003 05:32:16 +0000 (05:32 +0000)]
Update.

21 years agoUpdate.
Ulrich Drepper [Thu, 6 Mar 2003 21:40:32 +0000 (21:40 +0000)]
Update.

2003-03-06  Ulrich Drepper  <drepper@redhat.com>

* tst-cancel4.c (tf_sleep): Lower sleep time a bit to not upset
recent kernels.

21 years ago(tf_sleep): Lower sleep time a bit to not upset recent kernels.
Ulrich Drepper [Thu, 6 Mar 2003 21:39:15 +0000 (21:39 +0000)]
(tf_sleep): Lower sleep time a bit to not upset recent kernels.

21 years ago* rt/tst-aio7.c (do_test): Revert last change. Instead, give CB1
Roland McGrath [Thu, 6 Mar 2003 20:21:47 +0000 (20:21 +0000)]
* rt/tst-aio7.c (do_test): Revert last change.  Instead, give CB1

permanent extent and add a comment about testing its implicit teardown.

21 years ago* rt/tst-aio7.c (do_test): Cancel i/o on CB1 before it's out of scope.
Roland McGrath [Thu, 6 Mar 2003 19:17:05 +0000 (19:17 +0000)]
* rt/tst-aio7.c (do_test): Cancel i/o on CB1 before it's out of scope.

21 years ago2003-03-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
Roland McGrath [Thu, 6 Mar 2003 19:16:53 +0000 (19:16 +0000)]
2003-03-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>

* rt/tst-aio7.c (do_test): Cancel i/o on CB1 before it's out of scope.

21 years agoUpdate.
Ulrich Drepper [Thu, 6 Mar 2003 07:13:01 +0000 (07:13 +0000)]
Update.

2003-03-05  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Fix
reversed __builtin_expect expectation.

21 years ago(_dl_allocate_tls_storage): Fix reversed __builtin_expect expectation.
Ulrich Drepper [Thu, 6 Mar 2003 06:40:43 +0000 (06:40 +0000)]
(_dl_allocate_tls_storage): Fix reversed __builtin_expect expectation.

21 years ago* stdio-common/sscanf.c: Use prototype defn with ... syntax.
Roland McGrath [Wed, 5 Mar 2003 19:58:20 +0000 (19:58 +0000)]
* stdio-common/sscanf.c: Use prototype defn with ... syntax.

* libio/swscanf.c: Likewise.
* libio/swprintf.c: Likewise.

21 years ago* sysdeps/powerpc/powerpc64/dl-machine.h: Include <dl-tls.h>.
Roland McGrath [Wed, 5 Mar 2003 03:27:24 +0000 (03:27 +0000)]
* sysdeps/powerpc/powerpc64/dl-machine.h: Include <dl-tls.h>.

(elf_machine_rela): Always use RESOLVE_MAP, needed for
R_PPC64_JMP_SLOT as well as TLS cases.
(BIT_INSERT): Move parenthesis where it ought to have been.
Reported by Steven Munroe <sjmunroe@us.ibm.com>.

21 years ago* posix/confstr.c (confstr): Correct STRING_LEN values for
Roland McGrath [Wed, 5 Mar 2003 03:02:35 +0000 (03:02 +0000)]
* posix/confstr.c (confstr): Correct STRING_LEN values for

_CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION, add missing
break.  Reported by Alexandre Julliard <julliard@winehq.com>.

21 years ago2003-03-04 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 5 Mar 2003 03:02:26 +0000 (03:02 +0000)]
2003-03-04  Roland McGrath  <roland@redhat.com>

* posix/confstr.c (confstr): Correct STRING_LEN values for
_CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION, add missing
break.  Reported by Alexandre Julliard <julliard@winehq.com>.

21 years agoUpdate.
Ulrich Drepper [Tue, 4 Mar 2003 23:01:30 +0000 (23:01 +0000)]
Update.

2003-03-04  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/ia64/fpu/libm-test-ulps: Regenerated.

21 years agoUpdate.
Ulrich Drepper [Tue, 4 Mar 2003 21:28:14 +0000 (21:28 +0000)]
Update.

* pthread_attr_setstack.c: Moved to...
* sysdeps/pthread/pthread_attr_setstack.c: ...here.  New file.
* pthread_attr_setstackaddr.c: Moved to...
* sysdeps/pthread/pthread_attr_setstackaddr.c: ...here.  New file.

21 years agoUpdate.
Ulrich Drepper [Tue, 4 Mar 2003 20:55:08 +0000 (20:55 +0000)]
Update.

* pthread_create.c: Define __pthread_keys using nocommon
attribute, not by placing it explicitly in bss.
Remove DEFINE_DEALLOC definition.  Not needed anymore.

* allocatestack.c: Define ARCH_MAP_FLAGS if not already defined.
Use it in mmap call to allocate stacks.

* sysdeps/pthread/createthread.c (create_thread): Fix comment.

21 years agoUpdate.
Ulrich Drepper [Tue, 4 Mar 2003 19:46:28 +0000 (19:46 +0000)]
Update.

* sysdeps/unix/sysv/linux/x86_64/clone.S: Add support for the new
clone parameters.

21 years agoUpdate.
Ulrich Drepper [Tue, 4 Mar 2003 19:20:26 +0000 (19:20 +0000)]
Update.

* misc/Versions [libc:GLIBC_2.3.3]: Add remap_file_pages.

21 years agoUpdate.
Ulrich Drepper [Tue, 4 Mar 2003 18:38:38 +0000 (18:38 +0000)]
Update.

2003-03-04  Ulrich Drepper  <drepper@redhat.com>

* po/sv.po: Update from translation team.

    Ulrich Drepper  <drepper@redhat.com>

21 years agoUpdate from translation team.
Ulrich Drepper [Tue, 4 Mar 2003 18:25:34 +0000 (18:25 +0000)]
Update from translation team.

21 years agoClarify comment.
Andreas Jaeger [Tue, 4 Mar 2003 12:33:28 +0000 (12:33 +0000)]
Clarify comment.

21 years agoUpdate.
Andreas Jaeger [Tue, 4 Mar 2003 12:33:24 +0000 (12:33 +0000)]
Update.

2003-03-04  Andreas Jaeger  <aj@suse.de>
    Ulrich Drepper <drepper@redhat.com>

* sysdeps/unix/sysv/linux/x86_64/sysdep.h: Fix comments.

21 years agoUpdate.
Ulrich Drepper [Tue, 4 Mar 2003 08:56:12 +0000 (08:56 +0000)]
Update.

* sysdeps/generic/dl-sysdep.h: Add double include protection.

21 years agoUpdate.
Ulrich Drepper [Tue, 4 Mar 2003 07:58:19 +0000 (07:58 +0000)]
Update.

* sysdeps/unix/sysv/linux/s390/dl-sysdep.h: Removed.  The generic
version is just fine.

21 years agoUpdate.
Ulrich Drepper [Tue, 4 Mar 2003 04:22:47 +0000 (04:22 +0000)]
Update.

* po/tr.po: Update from translation team.

21 years agoUpdate.
Ulrich Drepper [Tue, 4 Mar 2003 04:20:46 +0000 (04:20 +0000)]
Update.

* po/tr.po: Update from translation team.

21 years agoUpdate.
Ulrich Drepper [Tue, 4 Mar 2003 00:10:34 +0000 (00:10 +0000)]
Update.

* elf/dl-load.c (_dl_map_object_from_fd): Determine whether there
are holes between the segments.  Only call mprotect to set
proection to PROT_NONE if there are some.

* elf/dl-load.c (struct filebuf): Actually use FILEBUF_SIZE.
Update comment.

21 years agoUpdate.
Ulrich Drepper [Mon, 3 Mar 2003 22:02:13 +0000 (22:02 +0000)]
Update.

2003-03-03  Ulrich Drepper  <drepper@redhat.com>

* include/sched.h (__clone2): Use ... instead of adding all the
new parameters.

21 years ago(pthread_rwlock_timedwrlock): Fix clobber of result variable by lll_futex_timed_wait...
Ulrich Drepper [Mon, 3 Mar 2003 21:26:07 +0000 (21:26 +0000)]
(pthread_rwlock_timedwrlock): Fix clobber of result variable by lll_futex_timed_wait call.

21 years ago* elf/dl-load.c (struct filebuf): Fix typo in last change.
Roland McGrath [Mon, 3 Mar 2003 21:23:04 +0000 (21:23 +0000)]
* elf/dl-load.c (struct filebuf): Fix typo in last change.

21 years ago* sysdeps/powerpc/powerpc32/elf/configure.in: Don't define
Roland McGrath [Mon, 3 Mar 2003 21:21:00 +0000 (21:21 +0000)]
* sysdeps/powerpc/powerpc32/elf/configure.in: Don't define

PI_STATIC_AND_HIDDEN.
* sysdeps/powerpc/powerpc32/elf/configure: Regenerated.

21 years ago2003-03-03 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 3 Mar 2003 21:20:51 +0000 (21:20 +0000)]
2003-03-03  Roland McGrath  <roland@redhat.com>

* sysdeps/powerpc/powerpc32/elf/configure.in: Don't define
PI_STATIC_AND_HIDDEN.
* sysdeps/powerpc/powerpc32/elf/configure: Regenerated.

21 years agoUpdate.
Ulrich Drepper [Mon, 3 Mar 2003 21:11:12 +0000 (21:11 +0000)]
Update.

2003-03-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>

* atomic.h (atomic_exchange_and_add): Return newval, not oldval.

* sysdeps/pthread/pthread_cond_timedwait.c (__pthread_cond_timedwait):
Fix handling of cancellation and failing pthread_mutex_unlock call.
* sysdeps/pthread/pthread_cond_wait.c (__condvar_cleanup): Likewise.
(__pthread_cond_wait): Likewise.

* sysdeps/pthread/pthread_rwlock_timedrdlock.c
(pthread_rwlock_timedrdlock): Fix clobber of result variable by
lll_futex_timed_wait call.
* sysdeps/pthread/pthread_rwlock_timedwrlock.c
(pthread_rwlock_timedwrlock): Likewise.

* sysdeps/unix/sysv/linux/s390/libc-lowlevellock.c (___lll_lock):
Don't define lll_unlock_wake_cb and ___lll_timedwait_tid in libc.so.
* sysdeps/unix/sysv/linux/s390/lowlevellock.c: Remove XXX comments.

* sysdeps/unix/sysv/linux/s390/sem_post.c (__new_sem_post): Fix
check of lll_futex_wake return value.

21 years agoUpdate.
Ulrich Drepper [Mon, 3 Mar 2003 19:53:27 +0000 (19:53 +0000)]
Update.

2003-03-03  Ian Wienand  <ianw@gelato.unsw.edu.au>

* sysdeps/unix/sysv/linux/ia64/clone2.S: Update to take extra clone
flags.
* include/sched.h: Update clone2 prototype.

21 years agoUpdate.
Ulrich Drepper [Mon, 3 Mar 2003 19:41:03 +0000 (19:41 +0000)]
Update.

2003-03-03  Andreas Jaeger  <aj@suse.de>

* math/tgmath.h (__TGMATH_UNARY_REAL_RET_ONLY): New definition.
(llrint): Use it to correct return type.
(lrint): Likewise.
(lround): Likewise.
(llround): Likewise.

* po/gl.po: Likewise.

21 years agoUpdate.
Ulrich Drepper [Mon, 3 Mar 2003 19:34:52 +0000 (19:34 +0000)]
Update.

* misc/Makefile (routines): Add remap_file_pages.

21 years agoUpdate.
Ulrich Drepper [Mon, 3 Mar 2003 19:08:31 +0000 (19:08 +0000)]
Update.

* elf/dl-load.c (struct filebuf): For 64-bit platforms use 640
byte filebuf size.

21 years agoUpdate.
Ulrich Drepper [Mon, 3 Mar 2003 18:36:14 +0000 (18:36 +0000)]
Update.

* libio/fileops.c (_IO_new_file_fopen): Close stillborn descriptor
if ccs parameter isn't valid.  Reported by Andreas Schwab.

2003-03-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>

* sysdeps/unix/sysv/linux/s390/s390-32/syscall.S (syscall): Add support
for system call numbers > 255.
* sysdeps/unix/sysv/linux/s390/s390-32/syscall.h (DO_CALL,
INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
INTERNAL_SYSCALL): Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/syscall.S (syscall): Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/syscall.h (DO_CALL,
INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0,
INTERNAL_SYSCALL): Likewise.

2003-03-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>

* sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Don't free the dtv
array if it is the initial dtv.

2003-03-03  Ulrich Drepper  <drepper@redhat.com>

* po/es.po: Update from translation team.
* po/fr.po: Likewise.
* po/sk.po: Likewise.
* po/sv.po: Likewise.

21 years agoUpdate.
Ulrich Drepper [Mon, 3 Mar 2003 10:05:49 +0000 (10:05 +0000)]
Update.

2003-03-03  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/syscalls.list: Add remap_file_pages entry.
* misc/sys/mman.h: Add prototype for remap_file_pages.
* sysdeps/generic/remap_file_pages.c: New file.

* sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_POPULATE
and MAP_NONBLOCK.
* sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise
* sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
* sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
* sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
* sysdeps/unix/sysv/linux/hppa/bits/mman.h: Likewise.
* sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
* sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.

* sysdeps/unix/clock_settime.c (HANDLE_REALTIME): Add missing brace.

21 years agoAdd prototype for remap_file_pages.
Ulrich Drepper [Mon, 3 Mar 2003 09:45:34 +0000 (09:45 +0000)]
Add prototype for remap_file_pages.

21 years ago* sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Revert last change.
Roland McGrath [Mon, 3 Mar 2003 09:45:25 +0000 (09:45 +0000)]
* sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Revert last change.

* sysdeps/ia64/dl-machine.h: Likewise.
* sysdeps/ia64/dl-symaddr.c (_dl_symbol_address): Remove const from
argument type.
* sysdeps/ia64/dl-lookupcfg.h: Update decl.

* sysdeps/wordsize-64/strtol_l.c (strtoll_l): Define as weak alias.
* sysdeps/wordsize-64/strtoul_l.c (strtoull_l): Define as weak alias.
* locale/Versions (libc: GLIBC_2.3): Move those to ...
* sysdeps/wordsize-32/Versions (libc: GLIBC_2.3): ... here, new file.
* sysdeps/wordsize-64/Versions (libc: GLIBC_2.3.3) Likewise.
* Versions.def (libc): Add GLIBC_2.3.3 set.

This page took 0.078398 seconds and 5 git commands to generate.