aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2005-12-24* manual/errno.texi: Add new Linux errno codes.Ulrich Drepper2-0/+51
2005-12-24* sysdeps/unix/sysv/linux/bits/errno.h: Define EOWNERDEAD andUlrich Drepper1-3/+8
2005-12-23[BZ #1566]Ulrich Drepper1-1/+0
2005-12-23i586 definitions for memusage.Ulrich Drepper1-0/+1
2005-12-22Also protect SP and BP.Ulrich Drepper2-0/+11
2005-12-22* sysdeps/unix/sysv/linux/i386/ucontext_i.h: File removed.Roland McGrath20-593/+302
2005-12-222005-12-21 Roland McGrath <roland@redhat.com>Roland McGrath71-4836/+0
2005-12-22* sysdeps/powerpc/fpu/libm-test-ulps: Update for GCC 4.1 prerelease.Roland McGrath1-16/+18
2005-12-21* sysdeps/mach/hurd/ifreq.c: Add missing #includes.Roland McGrath1-0/+6
2005-12-21* elf/cache.c: Use <> rather than "" #includes.Roland McGrath17-39/+45
2005-12-21* sysdeps/generic/unwind-dw2.c (extract_cie_info): Add a cast.Roland McGrath1-3/+3
2005-12-21* sysdeps/ieee754/dbl-64/halfulp.c: Mark tab54 as static and const.Ulrich Drepper6-18/+47
2005-12-21* locale/xlocale.c (_nl_C_locobj): Mark as const.Ulrich Drepper1-2/+2
2005-12-20[BZ #2061]Roland McGrath1-3/+9
2005-12-20* sysdeps/unix/sysv/linux/ifreq.h: File removed.Roland McGrath2-42/+2
2005-12-202005-12-20 Roland McGrath <roland@redhat.com>Roland McGrath1-23/+2
2005-12-20* sysdeps/posix/gai_strerror.c: Complete rewrite. Avoid relocations.Ulrich Drepper3-30/+58
2005-12-20* sysdeps/posix/getaddrinfo.c (gaih): Mark as const.cvs/fedora-glibc-20051220T1751Ulrich Drepper1-2/+3
2005-12-20* sysdeps/unix/sysv/linux/sh/sysdep.h: Include tls.h.Ulrich Drepper6-43/+127