index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2002-09-30
Update.
Andreas Jaeger
2
-3
/
+10
2002-09-30
(test): Use %td in printf for ptrdiff_t.
Andreas Jaeger
1
-2
/
+2
2002-09-30
Update.
Ulrich Drepper
1
-2
/
+7
2002-09-30
(sift_states_bkref): Remove ret variable. Use err instead.
Ulrich Drepper
1
-2
/
+2
2002-09-30
* test-skeleton.c (timeout_handler): Use WUNTRACED flag in waitpid.
Roland McGrath
1
-0
/
+7
2002-09-30
2002-09-29 Roland McGrath <roland@redhat.com>
Roland McGrath
1
-2
/
+17
2002-09-29
Update.
Ulrich Drepper
1
-0
/
+6
2002-09-29
* malloc/malloc.c [! MALLOC_DEBUG] (assert): #undef before defining.
Roland McGrath
3
-2
/
+8
2002-09-29
* sysdeps/mach/hurd/Versions (ld: GLIBC_2.2.6): Add __errno_location.
Roland McGrath
2
-0
/
+8
2002-09-29
2002-09-29 Jakub Jelinek <jakub@redhat.com>
Roland McGrath
1
-0
/
+1
2002-09-29
(__sigwait): The return value semantics for sigtimedwait is different. Rework...
Ulrich Drepper
1
-4
/
+9
2002-09-29
* sysdeps/unix/sysv/linux/x86_64/sysdep.S [USE_TLS && HAVE___THREAD]:
Roland McGrath
2
-6
/
+21
2002-09-29
2002-09-29 Roland McGrath <roland@redhat.com>
Roland McGrath
1
-1
/
+11
2002-09-29
Update.
Ulrich Drepper
2
-3
/
+8
2002-09-29
Update.
Ulrich Drepper
4
-2
/
+25
2002-09-29
(DO_SET_THREAD_AREA): Don't use INLINE_SYSCALL for set_thread_area syscall.
Ulrich Drepper
1
-11
/
+31
2002-09-29
* stdlib/longlong.h (__udiv_qrnnd): Remove PARAMS from prototype.
Roland McGrath
2
-1
/
+5
2002-09-29
* sysdeps/unix/sysv/linux/sparc/sysdep.h (inline_syscall0): Make asm
Roland McGrath
6
-84
/
+80
2002-09-29
* configure: Regenerated after aclocal.m4 change.
Roland McGrath
9
-109
/
+269
2002-09-29
* elf/rtld.c (_dl_start): Fix conditional for declaring CNT.
Roland McGrath
2
-1
/
+8
2002-09-29
2002-09-28 Roland McGrath <roland@redhat.com>
Roland McGrath
1
-2
/
+4
2002-09-29
Update.
Ulrich Drepper
2
-1
/
+6
2002-09-28
Update.
Ulrich Drepper
1
-1
/
+6
2002-09-28
Add __syscall_exit entry point.
Ulrich Drepper
1
-0
/
+1
2002-09-28
* pthread.c (__pthread_reset_main_thread) [FLOATING_STACKS]:
Roland McGrath
2
-6
/
+18
2002-09-28
* posix/bug-regex11.c (tests): Add flags field.
Roland McGrath
1
-0
/
+8
2002-09-28
2002-09-28 Jakub Jelinek <jakub@redhat.com>
Roland McGrath
3
-8
/
+81
2002-09-28
Update.
Ulrich Drepper
1
-3
/
+12
2002-09-28
* sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Use INTUSE for
Roland McGrath
5
-7
/
+20
2002-09-28
* include/libc-symbols.h (__hidden_dot_weak1): Fix typo. Replace
Roland McGrath
1
-0
/
+5
2002-09-28
2002-09-27 Steven Munroe <sjmunroe@us.ibm.com>
Roland McGrath
1
-1
/
+1
2002-09-28
(nice): Use getpriority() for the return value.
Ulrich Drepper
5
-16
/
+7
2002-09-28
(td_thr_tls_get_addr): Fix reference to dtv.
Ulrich Drepper
1
-1
/
+1
2002-09-28
* sysdeps/unix/sysv/linux/mips/truncate64.c (truncate64): Fix
Andreas Jaeger
1
-0
/
+7
2002-09-28
Fix number of args to syscall.
Andreas Jaeger
2
-4
/
+4
2002-09-28
Update.
Ulrich Drepper
1
-0
/
+65
2002-09-28
Update.
Ulrich Drepper
7
-311
/
+880
2002-09-28
Define macro DO_ELF_MACHINE_REL_RELATIVE for 'elf_machine_rel_relative'. (elf...
Ulrich Drepper
1
-2
/
+8
2002-09-28
* sysdeps/unix/sysv/linux/x86_64/sysdep.h
Roland McGrath
3
-4
/
+22
2002-09-28
2002-09-27 Roland McGrath <roland@redhat.com>
Roland McGrath
1
-0
/
+10
2002-09-28
SysV shared memory definitions for Linux/PA.
Ulrich Drepper
4
-0
/
+342
2002-09-28
(Hash Search Function): Describe that memory must be cleared before calling h...
Ulrich Drepper
1
-3
/
+4
2002-09-28
2002-09-27 Roland McGrath <roland@redhat.com>
Roland McGrath
3
-2
/
+2
2002-09-27
* sysdeps/powerpc/powerpc32/Makefile: Fix typo in comment.
Roland McGrath
2
-1
/
+3
2002-09-27
* sysdeps/powerpc/powerpc64/Makefile
Roland McGrath
2
-6
/
+16
2002-09-27
* sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Remove
Roland McGrath
2
-6
/
+10
2002-09-27
* elf/dl-addr.c (_dl_addr): Set dli_fbase to l_map_start
Roland McGrath
4
-15
/
+96
2002-09-27
* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_load_address): Don't
Roland McGrath
1
-0
/
+11
2002-09-27
2002-09-24 Jakub Jelinek <jakub@redhat.com>
Roland McGrath
5
-116
/
+29
2002-09-27
Update.
Ulrich Drepper
3
-4
/
+22
[next]