about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.Ulrich Drepper2006-09-183-8/+27
* * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: For PIUlrich Drepper2006-09-174-4/+50
* 2006-09-14 Jakub Jelinek <jakub@redhat.com> cvs/fedora-glibc-20060915T0943Ulrich Drepper2006-09-151-14/+13
* [BZ #2526, BZ #3138, BZ #3143]Ulrich Drepper2006-09-122-9/+21
* [BZ #1006]Ulrich Drepper2006-09-096-16/+28
* [BZ #3123]Ulrich Drepper2006-09-087-13/+208
* [BZ #3124]Ulrich Drepper2006-09-056-2/+202
* * nscd/initgrcache.c (addinitgroupsX): Move any_successUlrich Drepper2006-09-053-2/+9
* 2006-03-04 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper2006-09-057-165/+593
* * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add cvs/fedora-glibc-20060831T1812Ulrich Drepper2006-08-314-13/+16
* * pthread_rwlock_trywrlock.c (__pthread_rwlock_trywrlock): Respect cvs/fedora-glibc-20060831T0640Ulrich Drepper2006-08-304-6/+22
* * sysdeps/unix/sysv/linux/libc_pthread_init.c (freeres_libpthread):Ulrich Drepper2006-08-252-1/+7
* * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, notUlrich Drepper2006-08-241-1/+2
* * allocatestack.c (queue_stack): Move freeing of surplus stacks to...Ulrich Drepper2006-08-236-35/+72
* [BZ #3018]Ulrich Drepper2006-08-212-1/+6
* * sysdeps/unix/sysv/linux/bits/posix_opt.h: DefineUlrich Drepper2006-08-202-0/+8
* * sysdeps/unix/sysv/linux/clock_settime.c (INTERNAL_VSYSCALL): Use cvs/fedora-glibc-20060815T2033Ulrich Drepper2006-08-152-2/+9
* * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):Ulrich Drepper2006-08-1423-37/+1235
* [BZ #2843]Ulrich Drepper2006-08-135-61/+148
* [BZ #2908]Ulrich Drepper2006-08-032-3/+7
* [BZ #2978]Ulrich Drepper2006-08-031-0/+4
* NPTL specific definitions for async name lookup.Ulrich Drepper2006-08-031-0/+119
* [BZ #2980] cvs/fedora-glibc-20060802T1650Ulrich Drepper2006-08-021-27/+3
* * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups byUlrich Drepper2006-08-021-7/+7
* * sysdeps/unix/sysv/linux/Versions: Finally add add_key,Ulrich Drepper2006-08-012-0/+63
* * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.Ulrich Drepper2006-08-011-0/+6
* * stdlib/test-canon.c (do_test): Close fd before unlinking file soUlrich Drepper2006-08-013-4/+123
* * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed. cvs/fedora-glibc-20060731T0706Roland McGrath2006-07-315-3/+31
* * sysdeps/unix/sysv/linux/kernel-features.h: Define cvs/fedora-glibc-20060729T2255Ulrich Drepper2006-07-299-0/+30
* 2006-07-28 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper2006-07-2949-89/+1083
* * elf/dl-lookup.c (dl_new_hash): New functions. cvs/fedora-glibc-20060710T2206Ulrich Drepper2006-07-101-10/+4
* * pthread_mutex_init.c (__pthread_mutex_init): Move someUlrich Drepper2006-07-012-11/+31
* Add pthread_equal inline function.Ulrich Drepper2006-06-042-1/+15
* * include/rpc/pmap_prot.h: Mark all functions as hidden.Ulrich Drepper2006-05-152-2/+6
* * pthread_key_create.c (__pthread_key_create): Do away withUlrich Drepper2006-05-114-36/+34
* * locale/programs/ld-time.c (time_finish): If wide era name orUlrich Drepper2006-05-113-4/+9
* * pthread_atfork.c: Mark __dso_handle as hidden. cvs/fedora-glibc-20060511T1325Ulrich Drepper2006-05-102-2/+7
* * posix/wordexp.c (w_addword): Free word if realloc fails and itUlrich Drepper2006-05-101-0/+1
* [BZ #2644]Ulrich Drepper2006-05-093-30/+28
* * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: Make sure theUlrich Drepper2006-05-081-2/+2
* [BZ #2644]Ulrich Drepper2006-05-083-11/+40
* [BZ #2502]Ulrich Drepper2006-05-022-2/+8
* * sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread):Ulrich Drepper2006-04-272-7/+35
* * Makeconfig (%.v.i rule): Don't use -DASSEMBLER.Roland McGrath2006-04-272-2/+6
* * nis/nss_nis/nis-alias.c: Optimize use of yperr2nss. Avoid callingUlrich Drepper2006-04-098-15/+24
* * nis/nis_ping.c: Remove unnecessary conditionals beforeUlrich Drepper2006-04-082-2/+25
* * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix typo inUlrich Drepper2006-04-072-1/+5
* * libio/fmemopen.c (fmemopen): Free stream memory in case ofUlrich Drepper2006-04-072-36/+45
* 2006-04-05 Alan Modra <amodra@bigpond.net.au>Ulrich Drepper2006-04-051-0/+4
* Add nonnull attributes.Ulrich Drepper2006-04-051-93/+153