aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2006-01-10* sysdeps/hppa/elf/start.S (_start): Use PLABEL32 relocationsRoland McGrath1-24/+48
2006-01-10[BZ #2126]Ulrich Drepper3-5/+15
2006-01-09* sysdeps/ieee754/dbl-64/e_exp2.c: Remove section attribute fromUlrich Drepper3-25/+9
2006-01-09Remove section attribute, gas produces garbage.Ulrich Drepper1-9/+2
2006-01-09* sysdeps/unix/sysv/linux/sparc/bits/setjmp.h (_JMPBUF_UNWINDS): AddRoland McGrath1-1/+1
2006-01-09Adjust for recent input file changes.Ulrich Drepper7-52/+184
2006-01-08[BZ #1535]Roland McGrath2-3/+40
2006-01-08* sysdeps/unix/sysv/linux/futimes.c [!__NR_fcntl && __NR_fcntl64]: UseRoland McGrath1-0/+3
2006-01-08* stdio-common/tst-fmemopen2.c (do_test): Add a cast.Roland McGrath1-2/+3
2006-01-08* sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" inRoland McGrath120-264/+281
2006-01-08* po/.cvsignore: List libc.pot.files, and not any .pot names.Roland McGrath72-566/+0
2006-01-07[BZ #2119]Roland McGrath1-0/+1
2006-01-07* elf/tst-tls8.c (do_test): Use $ORIGIN in module names.Ulrich Drepper33-119/+200
2006-01-06* scripts/check-c++-types.sh: Add more pthread types.Ulrich Drepper1-4/+6
2006-01-06* sysdeps/unix/sysv/linux/ia64/sysdep.h (DO_INLINE_SYSCALL_NCS):cvs/fedora-glibc-20060106T2148Ulrich Drepper1-2/+2
2006-01-06Define MADV_REMOVE.Ulrich Drepper8-8/+17
2006-01-06[BZ #2103]Roland McGrath1-2/+8
2006-01-06* sysdeps/wordsize-32/divdi3.c (__moddi3): Add a cast.Roland McGrath1-3/+3
2006-01-06* io/fcntl.h [__USE_ATFILE] (AT_EACCESS): New macro.Roland McGrath1-0/+123
2006-01-06* io/euidaccess.c: Add eaccess as an alias.Roland McGrath2-1/+4
2006-01-06* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_WAITID_SYSCALL):cvs/fedora-glibc-20060106T0916Ulrich Drepper1-6/+10
2006-01-06* rt/Makefile (tests): Add tst-aio9 and tst-aio10.Ulrich Drepper1-1/+4
2006-01-06* sysdeps/pthread/aio_misc.h [!DONT_USE_BOOTSTRAP_MAP]Ulrich Drepper4-8/+54
2006-01-05* io/sys/stat.h [__USE_GNU]: Declare fchmodat.Roland McGrath1-0/+87
2006-01-04* sysdeps/powerpc/powerpc32/sysdep.h (ENTRY, EALIGN): Add cfi_startprocUlrich Drepper15-52/+76
2006-01-04Fix last commit.Andreas Jaeger1-1/+1
2006-01-04(__brk): Use __SYSCALL_CLOBBERS.Andreas Jaeger1-2/+2
2006-01-04* configure.in (HAVE_LIBAUDIT): CheckUlrich Drepper1-5/+5
2006-01-04* sysdeps/unix/sysv/linux/m68k/fchownat.c: Include string.h.Ulrich Drepper5-19/+267
2006-01-03lio_listio should emit an event for each individual request inUlrich Drepper4-21/+70
2006-01-02* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PTR_MANGLE,cvs/fedora-glibc-20060102T2114Ulrich Drepper14-38/+131
2005-12-30* resolv/res_debug.c (latlon2ul): Use ISO C function declaration.Ulrich Drepper2-1/+23
2005-12-30* sysdeps/sh/sysdep.h: Add cfi instrumentation to asm fragments.Ulrich Drepper11-18/+22
2005-12-30* sysdeps/powerpc/powerpc64/setjmp-common.S: Make sure pointer guardUlrich Drepper6-16/+23
2005-12-30* sysdeps/unix/sysv/linux/ia64/bits/setjmp.h (_JMPBUF_UNWINDS):Ulrich Drepper1-1/+1
2005-12-30[BZ #1067] Andreas Jaeger1-2/+2
2005-12-302005-12-08 Steven Munroe <sjmunroe@us.ibm.com>Ulrich Drepper14-98/+624
2005-12-29* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h [ASSEMBLER]:Ulrich Drepper6-1/+29
2005-12-29* sysdeps/powerpc/powerpc64/setjmp-common.S [PTR_MANGLE]: AlsoUlrich Drepper1-0/+3
2005-12-29* sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S:Ulrich Drepper7-1397/+1182
2005-12-29* sysdeps/unix/sysv/linux/sigaction.c: If WRAPPER_INCLUDE is defined,Ulrich Drepper7-7/+35
2005-12-29* sysdeps/mach/hurd/errno.c: New file.Roland McGrath2-2/+12
2005-12-29* sysdeps/posix/libc_fatal.c (__libc_message): Add a const, a cast.Roland McGrath1-3/+4
2005-12-282005-12-28 Roland McGrath <roland@redhat.com>Roland McGrath1-0/+1
2005-12-28* sysdeps/i386/__longjmp.S [PTR_DEMANGLE]: Also demangle stackUlrich Drepper4-2/+39
2005-12-28* sysdeps/x86_64/__longjmp.S: No need to make sure return value isUlrich Drepper1-3/+0
2005-12-28Don't confuse unwinder by loading mangled values in %rbp and %rsp registers a...Ulrich Drepper1-10/+13
2005-12-28* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.hRoland McGrath14-42/+52
2005-12-27* sysdeps/unix/sysv/linux/sparc/bits/errno.h: Define EOWNERDEADUlrich Drepper3-2/+18
2005-12-27* iconv/gconv_trans.c (__gconv_transliterate): Demangle step __fctUlrich Drepper1-2/+5