aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/powerpc
AgeCommit message (Expand)AuthorFilesLines
2010-09-27Revert "powerpc: PPCA2 optimized memcpy function"Ulrich Drepper2-6/+0
2010-09-21powerpc: PPCA2 optimized memcpy functionMichael B. Brutman2-0/+6
2010-08-31Support fanotify_mark syscall on powerpc32Andreas Schwab1-0/+1
2010-08-12Define EXTPROC for Linux.Ulrich Drepper1-1/+4
2010-08-12PowerPC64 ABI fixesAlan Modra5-55/+67
2010-08-11Add support for prlimit and prlimit64 on Linux.Ulrich Drepper1-0/+2
2010-06-30powerpc: Re-work the Implies structureLuis Machado29-39/+31
2010-06-14Define F_SETPIPE_SZ and F_GETPIPE_SZ.Ulrich Drepper1-0/+2
2010-02-12Cleanup old obsolete PPC_REL16 checksLuis Machado5-29/+0
2010-02-10Fix POWER7 ImpliesLuis Machado2-0/+2
2010-01-18memcpy for ppc/cell.Ulrich Drepper2-0/+4
2010-01-11Fix double-inclusion problem of bits/stat.h.Ulrich Drepper1-0/+5
2010-01-09Add support for XPG7 testing.Ulrich Drepper2-7/+11
2009-12-11Redefine O_SYNC and O_DSYNC to match 2.6.33+ kernels.Ulrich Drepper1-3/+3
2009-11-23Use struct timespec for timestamps in struct stat also if __USE_XOPEN2K8.Andreas Schwab1-24/+24
2009-11-19Follow kernel F_OWNER_{GID -> PGRP} change.Ulrich Drepper1-3/+4
2009-11-17Change misleading names of parameters of sync_file_range.Ulrich Drepper1-1/+1
2009-11-17Fix sync_file_range on ppc/ppc64.Jakub Jelinek1-0/+44
2009-11-17Add missing Linux MADV_* definitions.Ulrich Drepper1-9/+13
2009-11-14Fix F_SETOWN_EX and F_GETOWN_EX definitions.Ulrich Drepper1-4/+4
2009-11-06Correct readahead syscall wrapper on powerpc32.Andreas Schwab1-0/+3
2009-11-06Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64.Jakub Jelinek1-2/+2
2009-10-29Fix compat handling in *at functions.Ulrich Drepper1-1/+7
2009-10-29Define F_OWNER_* and f_owner_ex for Linux targets.Ulrich Drepper1-1/+18
2009-10-01Define F_SETOWN_EX and F_GETOWN_EX in Linux headers.Ulrich Drepper1-2/+4
2009-09-15configure tweaks, support $libc_add_on_config_subdirsRoland McGrath1-52/+46
2009-08-22Add sigstack handling to Linux ____longjmp_chk on powerpc.Andreas Schwab2-0/+154
2009-05-15Add missing export of fallocate64 on 32-bit platforms.Jakub Jelinek1-0/+3
2009-05-09[BZ #10118]Ulrich Drepper4-8/+0
2009-03-10Use .machine push; .machine "power6" and .machine pop around mtfsf insns outs...Ulrich Drepper4-4/+22
2009-03-03* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.Ulrich Drepper1-0/+17
2009-03-02* sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.Ulrich Drepper2-0/+6
2009-02-26* include/features.h: Define macros for XPG7/POSIX 2008.Ulrich Drepper1-3/+2
2009-02-07[BZ #7095]Ulrich Drepper1-9/+19
2009-01-30(SHM_EXEC): Define.Andreas Jaeger1-4/+5
2009-01-30[BZ #9726]Ulrich Drepper2-18/+16
2008-12-032008-11-26 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+47
2008-11-17[BZ #6411]Ulrich Drepper9-66/+176
2008-08-17[BZ #6845]Ulrich Drepper1-132/+0
2008-08-08[BZ #6791]Ulrich Drepper1-1/+2
2008-08-07[BZ #6824]Ulrich Drepper1-1/+1
2008-04-12* sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):glibc-2.8cvs/glibc-2_8cvs/fedora-glibc-20080412T0741Ulrich Drepper1-2/+2
2008-04-12* sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def. IncludeUlrich Drepper1-1/+1
2008-04-12* sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto forUlrich Drepper3-3/+137
2008-03-27* sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add opencvs/fedora-glibc-20080328T1347Ulrich Drepper1-2/+0
2008-01-16[BZ #5628]Ulrich Drepper1-1/+1
2007-11-24* sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add openUlrich Drepper1-0/+2
2007-10-17* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.cvs/fedora-glibc-20071017T2007Ulrich Drepper1-0/+2
2007-09-18Correct return value type __THROW marker of splice, vmsplice, and tee.Ulrich Drepper1-7/+7
2007-08-20* csu/libc-start.c: Don't handle VDSO_SETUP here.Ulrich Drepper2-31/+49