aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2006-01-20* sysdeps/sh/sh4/__longjmp.S: Demangle also r14 and r15.Ulrich Drepper2-5/+29
2006-01-20* include/fcntl.h: Declare __have_atfcts.Ulrich Drepper2-1/+53
2006-01-18[BZ #2167]Andreas Jaeger1-1/+1
2006-01-18 [BZ #2167] * sysdeps/unix/sysv/linux/mips/bits/pthreadtypes.h ...Andreas Jaeger2-4/+20
2006-01-13* sysdeps/alpha/tls.h (tcbhead_t): Rename member to __private.Ulrich Drepper1-0/+4
2006-01-13(tcbhead_t): Rename member to __private.Ulrich Drepper1-1/+1
2006-01-10* sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Move macro ...Roland McGrath2-39/+1
2006-01-10* sysdeps/alpha/jmpbuf-unwind.h: New file, moved from nptl/.Roland McGrath10-372/+12
2006-01-09* sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h (pthread_mutex_t):Roland McGrath1-0/+10
2006-01-092006-01-08 Jakub Jelinek <jakub@redhat.com>Roland McGrath3-13/+13
2006-01-09* tst-initializers1-c89.c: New file.Roland McGrath6-3/+24
2006-01-09* sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Likewise.Roland McGrath1-0/+1
2006-01-092006-01-09 Roland McGrath <roland@redhat.com>Roland McGrath1-2/+2
2006-01-09* sysdeps/unix/sysv/linux/sparc/bits/setjmp.h (_JMPBUF_UNWINDS): AddRoland McGrath1-0/+9
2006-01-092006-01-09 Roland McGrath <roland@redhat.com>Roland McGrath5-6/+6
2006-01-09* sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS_ADJ): AddUlrich Drepper2-1/+7
2006-01-09being too clever and reloading the futex value where it shouldn't.Ulrich Drepper1-1/+1
2006-01-08* sysdeps/pthread/aio_misc.h (AIO_MISC_WAIT): Work around gccUlrich Drepper1-0/+5
2006-01-08(AIO_MISC_WAIT): Work around gcc being to clever and reloading the futex valu...Ulrich Drepper1-2/+3
2006-01-06* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include tls.h.Ulrich Drepper2-1/+6
2006-01-06* scripts/check-c++-types.sh: Add more pthread types.Ulrich Drepper2-1/+11
2006-01-06* sysdeps/unix/sysv/linux/ia64/sysdep.h (DO_INLINE_SYSCALL_NCS):cvs/fedora-glibc-20060106T2148Ulrich Drepper1-1/+1
2006-01-06* sysdeps/ia64/tls.h (tcbhead_t): Rename private membe to __private.Ulrich Drepper4-18/+22
2006-01-06* sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_mutex_t):Ulrich Drepper7-40/+52
2006-01-06* sysdeps/pthread/aio_misc.h [!DONT_USE_BOOTSTRAP_MAP]Ulrich Drepper4-10/+122
2006-01-05* Makefile ($(objpfx)$(multidir)): Use mkdir -p.Roland McGrath1-0/+4
2006-01-052006-01-03 Joseph S. Myers <joseph@codesourcery.com>Roland McGrath1-1/+1
2006-01-04* sysdeps/powerpc/powerpc32/sysdep.h (ENTRY, EALIGN): Add cfi_startprocUlrich Drepper3-12/+14
2006-01-04* include/stdlib.h: Make even more C++ compliant.Ulrich Drepper2-2/+6
2006-01-04* sysdeps/unix/sysv/linux/m68k/fchownat.c: Include string.h.Ulrich Drepper17-12/+713
2006-01-03* posix/unistd.h (ctermid): Remove __nonnull attribute.Ulrich Drepper2-5/+10
2006-01-02* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PTR_MANGLE,cvs/fedora-glibc-20060102T2114Ulrich Drepper4-14/+21
2006-01-01* posix/getconf.c: Update copyright year.cvs/fedora-glibc-20060102T1045Ulrich Drepper1-0/+4
2006-01-01Update copyright year.Ulrich Drepper1-2/+2
2005-12-30* resolv/res_debug.c (latlon2ul): Use ISO C function declaration.Ulrich Drepper3-103/+49
2005-12-30* sysdeps/unix/sysv/linux/ia64/bits/setjmp.h (_JMPBUF_UNWINDS):Ulrich Drepper2-18/+12
2005-12-29* sysdeps/unix/sysv/linux/sigaction.c: If WRAPPER_INCLUDE is defined,Ulrich Drepper3-1/+57
2005-12-29Not needed anymore.Ulrich Drepper1-58/+0
2005-12-28* Makefile (tests): Add tst-signal7.Ulrich Drepper2-0/+64
2005-12-28(tests): Add tst-signal7.Ulrich Drepper1-1/+1
2005-12-28* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.hRoland McGrath11-26/+149
2005-12-27* stdio-common/tstdiomisc.c: If FLT_EVEL_METHOD is 2 use longUlrich Drepper1-0/+195
2005-12-27* sysdeps/unix/sysv/linux/sparc/bits/errno.h: Define EOWNERDEADUlrich Drepper7-19/+67
2005-12-27* Versions.def: Add GLIBC_2.4 for libpthread.cvs/fedora-glibc-20051227T1426Ulrich Drepper29-58/+975
2005-12-24* manual/errno.texi: Add new Linux errno codes.Ulrich Drepper2-0/+4
2005-12-24* sysdeps/unix/sysv/linux/bits/errno.h: Define EOWNERDEAD andUlrich Drepper2-2/+6
2005-12-23* pthread_mutex_destroy.c: Set mutex type to an invalid value.Ulrich Drepper6-13/+32
2005-12-23* sysdeps/pthread/sigaction.c: Use "" instead of <> to include self,Roland McGrath1-0/+6
2005-12-232005-12-22 Roland McGrath <roland@redhat.com>Roland McGrath1-2/+6
2005-12-23* Makeconfig: Define CXXFLAGS. Split out warnings from +gccwarn whichUlrich Drepper3-1/+118