about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Fix INTERNAL_[V]SYSCALL_NCS macros to not cast return val to int.Ryan S. Arnold2011-05-261-2/+2
* Define MADV_NOHUGEPAGE.Ulrich Drepper2011-02-031-0/+1
* Define MADV_HUGEPAGE.Ulrich Drepper2011-02-031-1/+2
* Fix sync_file_range on ppc/ppc64.Jakub Jelinek2009-11-191-0/+44
* Add missing Linux MADV_* definitions.Ulrich Drepper2009-11-181-9/+13
* Fix F_SETOWN_EX and F_GETOWN_EX definitions.Ulrich Drepper2009-11-141-4/+4
* Correct readahead syscall wrapper on powerpc32.Andreas Schwab2009-11-061-0/+3
* Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64.Jakub Jelinek2009-11-061-2/+2
* Fix compat handling in *at functions.Ulrich Drepper2009-10-291-1/+7
* Define F_OWNER_* and f_owner_ex for Linux targets.Ulrich Drepper2009-10-291-1/+18
* Define F_SETOWN_EX and F_GETOWN_EX in Linux headers.Ulrich Drepper2009-10-011-2/+4
* configure tweaks, support $libc_add_on_config_subdirsRoland McGrath2009-09-151-52/+46
* Add sigstack handling to Linux ____longjmp_chk on powerpc.Andreas Schwab2009-08-222-0/+154
* Add missing export of fallocate64 on 32-bit platforms.Jakub Jelinek2009-05-151-0/+3
* [BZ #10118]Ulrich Drepper2009-05-094-8/+0
* Use .machine push; .machine "power6" and .machine pop around mtfsf insns outs...Ulrich Drepper2009-03-104-4/+22
* * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.Ulrich Drepper2009-03-031-0/+17
* * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.Ulrich Drepper2009-03-022-0/+6
* * include/features.h: Define macros for XPG7/POSIX 2008.Ulrich Drepper2009-02-261-3/+2
* [BZ #7095]Ulrich Drepper2009-02-071-9/+19
* (SHM_EXEC): Define.Andreas Jaeger2009-01-301-4/+5
* [BZ #9726]Ulrich Drepper2009-01-302-18/+16
* 2008-11-26 Roland McGrath <roland@redhat.com>Roland McGrath2008-12-031-1/+47
* [BZ #6411]Ulrich Drepper2008-11-179-66/+176
* [BZ #6845]Ulrich Drepper2008-08-171-132/+0
* [BZ #6791]Ulrich Drepper2008-08-081-1/+2
* [BZ #6824]Ulrich Drepper2008-08-071-1/+1
* * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl): glibc-2.8 cvs/glibc-2_8 cvs/fedora-glibc-20080412T0741Ulrich Drepper2008-04-121-2/+2
* * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def. IncludeUlrich Drepper2008-04-121-1/+1
* * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto forUlrich Drepper2008-04-123-3/+137
* * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open cvs/fedora-glibc-20080328T1347Ulrich Drepper2008-03-271-2/+0
* [BZ #5628]Ulrich Drepper2008-01-161-1/+1
* * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add openUlrich Drepper2007-11-241-0/+2
* * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC. cvs/fedora-glibc-20071017T2007Ulrich Drepper2007-10-171-0/+2
* Correct return value type __THROW marker of splice, vmsplice, and tee.Ulrich Drepper2007-09-181-7/+7
* * csu/libc-start.c: Don't handle VDSO_SETUP here.Ulrich Drepper2007-08-202-31/+49
* * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): ExpectUlrich Drepper2007-08-121-12/+11
* * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...Ulrich Drepper2007-08-125-109/+23
* * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h (PSEUDO): Jakub Jelinek2007-08-051-3/+2
* * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.Ulrich Drepper2007-07-211-1/+2
* [BZ #4125] Andreas Jaeger2007-06-171-1/+23
* * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.Ulrich Drepper2007-06-0312-0/+32
* * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.Ulrich Drepper2007-05-261-0/+1
* * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW andUlrich Drepper2007-05-101-0/+6
* 2007-04-30 Steven Munroe <sjmunroe@us.ibm.com>Ulrich Drepper2007-05-074-0/+111
* 007-03-20 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper2007-03-261-9/+5
* (__cache_line_size): Define the variable here. Add attribute_hidden, remove ...Ulrich Drepper2007-03-261-8/+4
* * stdlib/Makefile (tests): Add tst-makecontext.Ulrich Drepper2006-12-191-3/+1
* * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: IncludeUlrich Drepper2006-12-131-1/+2
* [BZ #3252, BZ #3253] cvs/fedora-glibc-20060925T1535Ulrich Drepper2006-09-251-126/+13