aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2006-01-13* sysdeps/alpha/tls.h (tcbhead_t): Rename member to __private.Ulrich Drepper1-0/+4
2006-01-10* sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Move macro ...Roland McGrath1-0/+1
2006-01-10* sysdeps/alpha/jmpbuf-unwind.h: New file, moved from nptl/.Roland McGrath1-0/+12
2006-01-09* sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h (pthread_mutex_t):Roland McGrath1-0/+10
2006-01-09* tst-initializers1-c89.c: New file.Roland McGrath1-0/+10
2006-01-09* sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Likewise.Roland McGrath1-0/+1
2006-01-09* sysdeps/unix/sysv/linux/sparc/bits/setjmp.h (_JMPBUF_UNWINDS): AddRoland McGrath1-0/+9
2006-01-09* sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS_ADJ): AddUlrich Drepper1-0/+5
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-06* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include tls.h.Ulrich Drepper1-0/+5
2006-01-06* scripts/check-c++-types.sh: Add more pthread types.Ulrich Drepper1-0/+5
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 Drepper1-0/+4
2006-01-06* sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_mutex_t):Ulrich Drepper1-0/+12
2006-01-06* sysdeps/pthread/aio_misc.h [!DONT_USE_BOOTSTRAP_MAP]Ulrich Drepper1-0/+8
2006-01-05* Makefile ($(objpfx)$(multidir)): Use mkdir -p.Roland McGrath1-0/+4
2006-01-04* sysdeps/powerpc/powerpc32/sysdep.h (ENTRY, EALIGN): Add cfi_startprocUlrich Drepper1-0/+6
2006-01-04* include/stdlib.h: Make even more C++ compliant.Ulrich Drepper1-0/+4
2006-01-04* sysdeps/unix/sysv/linux/m68k/fchownat.c: Include string.h.Ulrich Drepper1-0/+33
2006-01-03* posix/unistd.h (ctermid): Remove __nonnull attribute.Ulrich Drepper1-0/+5
2006-01-02* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PTR_MANGLE,cvs/fedora-glibc-20060102T2114Ulrich Drepper1-0/+8
2006-01-01* posix/getconf.c: Update copyright year.cvs/fedora-glibc-20060102T1045Ulrich Drepper1-0/+4
2005-12-30* resolv/res_debug.c (latlon2ul): Use ISO C function declaration.Ulrich Drepper1-0/+6
2005-12-30* sysdeps/unix/sysv/linux/ia64/bits/setjmp.h (_JMPBUF_UNWINDS):Ulrich Drepper1-0/+5
2005-12-29* sysdeps/unix/sysv/linux/sigaction.c: If WRAPPER_INCLUDE is defined,Ulrich Drepper1-0/+6
2005-12-28* Makefile (tests): Add tst-signal7.Ulrich Drepper1-0/+5
2005-12-28* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.hRoland McGrath1-0/+14
2005-12-27* sysdeps/unix/sysv/linux/sparc/bits/errno.h: Define EOWNERDEADUlrich Drepper1-1/+12
2005-12-27* Versions.def: Add GLIBC_2.4 for libpthread.cvs/fedora-glibc-20051227T1426Ulrich Drepper1-0/+53
2005-12-24* manual/errno.texi: Add new Linux errno codes.Ulrich Drepper1-0/+3
2005-12-24* sysdeps/unix/sysv/linux/bits/errno.h: Define EOWNERDEAD andUlrich Drepper1-0/+4
2005-12-23* pthread_mutex_destroy.c: Set mutex type to an invalid value.Ulrich Drepper1-0/+8
2005-12-23* sysdeps/pthread/sigaction.c: Use "" instead of <> to include self,Roland McGrath1-0/+6
2005-12-23* Makeconfig: Define CXXFLAGS. Split out warnings from +gccwarn whichUlrich Drepper1-0/+2
2005-12-22* sysdeps/x86_64/__longjmp.S: Also protect SP and BP.Ulrich Drepper1-0/+6
2005-12-21* sysdeps/mach/hurd/ifreq.c: Add missing #includes.Roland McGrath1-0/+13
2005-12-20* iconv/gconv_conf.c (builtin_aliases): Mark as const.Ulrich Drepper1-0/+7
2005-12-20[BZ #1978]Ulrich Drepper1-0/+16
2005-12-18* elf/Versions [GLIBC_PRIVATE]: Export __pointer_chk_guard if defined.Ulrich Drepper1-0/+10
2005-12-15* sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/.Roland McGrath1-0/+4
2005-12-142005-12-13 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper1-0/+6
2005-12-13* init.c (__pthread_initialize_minimal_internal): Do __static_tls_sizeRoland McGrath1-0/+6
2005-12-13* allocatestack.c (allocate_stack): Don't demand that there is anUlrich Drepper1-0/+6
2005-11-24* scripts/check-local-headers.sh: New file.Ulrich Drepper1-0/+8
2005-11-24[BZ #1920]Ulrich Drepper1-0/+8
2005-11-16* sysdeps/pthread/unwind-forcedunwind.c (pthread_cancel_init): PutUlrich Drepper1-0/+5
2005-11-06* malloc/malloc.c (munmap_chunk): Add sanity checks.Ulrich Drepper1-0/+4
2005-11-05* configure.in: If init_array/fini_array support is not available,Ulrich Drepper1-0/+5
2005-10-24[BZ #721]Roland McGrath1-0/+6