summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc
AgeCommit message (Expand)Author
2007-02-12Rehash the PowerPC e500 port to avoid creating symlinks Joakim Tjernlund
2007-02-12Removed a .align 2 by mistake in previous commit.Joakim Tjernlund
2007-02-12Remove #APP/#NO_APP since -std=gnu99 will makeJoakim Tjernlund
2007-02-04Add support for PowerPC e500, libc part only.Joakim Tjernlund
2007-01-05Support SecurePLTs for PowerPC. You need a toolchain that supportsJoakim Tjernlund
2006-12-08Take Mike Frysinger's comments into account -- make certain that userEric Andersen
2006-12-06bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen
2006-08-24fix from psm: enable readahead prototypeMike Frysinger
2006-08-24fix from psm: just use common resource.hMike Frysinger
2006-08-23sync with psm: update errno handling to be the same on all archesMike Frysinger
2006-08-23sync with upstream via psmMike Frysinger
2006-08-23fixes from psm: hide internal brk symbolsMike Frysinger
2006-08-23fixes from psm: disable unsupported __fpu_control and sync with upstreamMike Frysinger
2006-08-21bits/profil-counter.h and bits/atomicity.h are leftovers from the old gprofEric Andersen
2006-03-29sync with glibcMike Frysinger
2006-03-20Replace __THROW w/ __NTH pointed out by Amir ShalemPeter S. Mazinger
2006-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger
2006-03-10Remove duplicate hidden __curbrk (ppc), make use of the hidden versionsPeter S. Mazinger
2006-03-09fix build/segv issues as reported and fixed by Brent CookMike Frysinger
2006-03-04disable older rlimit support by defaultMike Frysinger
2006-02-25sync with glibcMike Frysinger
2006-02-25Move lseek64 into LFS guarded placePeter S. Mazinger
2006-02-22sync headers with glibcMike Frysinger
2006-02-13Weaken all internal vfork versions in asm code, wondering why only some of th...Peter S. Mazinger
2006-02-13Remove unused filePeter S. Mazinger
2006-02-10only check for rlimit stuff if the target doesnt support the newer function c...Mike Frysinger
2006-02-01I will risk this one: __curbrkPeter S. Mazinger
2006-02-01cast buf to get rid of warningMike Frysinger
2006-01-27Add some prototypes to arch specific pread_write.c, mips has __mips64 questio...Peter S. Mazinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-26Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"
2006-01-25Use #define __NR_vfork __NR_fork consistentlyPeter S. Mazinger
2006-01-24fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger
2006-01-24Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-19Change to sane defaultsPeter S. Mazinger
2006-01-19move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger
2006-01-14fix broken commentingMike Frysinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14need features.h for new HIDDEN_JUMPTARGET()Mike Frysinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-11Aurelien Jacobs writes:Mike Frysinger
2005-12-16Make clone use internal _exitPeter S. Mazinger
2005-12-15Hide fork and vfork, use the newly introduced *aliasPeter S. Mazinger
2005-12-15Fix static apps on linux 2.6. Linux clobbers r7 in 2.6, soJoakim Tjernlund
2005-12-14Do hidden brk, hide _brk as well for some archs, convert users of brkPeter S. Mazinger
2005-12-13Convert all users of earlier hiddensPeter S. Mazinger
2005-12-08mmap/mremap/socket/rewind gonePeter S. Mazinger
2005-12-08Do ppc specific __ioctl tooPeter S. Mazinger
2005-12-07Hide morePeter S. Mazinger