summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-07old header fileMike Frysinger
2005-11-07Enable multi, because the arch specific versions are non-multi nowPeter S. Mazinger
2005-11-07Disable multi build on asm files. i386/powerpc could be used if the source is...Peter S. Mazinger
2005-11-06Do not set the RELOCS_DONE flag until it is actually done. This order matters..."Steven J. Hill"
2005-11-05dont need to run `find -name .svn` since tar already excludes .svnMike Frysinger
2005-11-05fix arch_headers targetMike Frysinger
2005-11-05Protect *strto{d,f,ld}_l by UCLIBC_HAS_FLOATSPeter S. Mazinger
2005-11-05makefiles for new build systemMike Frysinger
2005-11-05Change comment size_t _fpmaxtostr to ssize_tPeter S. Mazinger
2005-11-04need our own page header file to prevent warningsMike Frysinger
2005-11-04use errno.h like in i386Mike Frysinger
2005-11-04unify common code thus making arch-specific Makefiles very simple :)Mike Frysinger
2005-11-04make the crt rules prettier tooMike Frysinger
2005-11-04Sync up w/ glibcPeter S. Mazinger
2005-11-04Remove duplicate ifdefsPeter S. Mazinger
2005-11-04Correct XLOCALE enabled builds pointed out by nitinkgPeter S. Mazinger
2005-11-04Use bits/getopt.h, getopt.h is not included if GNU_GETOPT support is disabledPeter S. Mazinger
2005-11-04initial import of a nicer output display akin to linux-2.6Mike Frysinger
2005-11-04Make use of newly introduced attribute_noreturnPeter S. Mazinger
2005-11-04add a macro for __attribute__ ((__noreturn__))Mike Frysinger
2005-11-03add implementations from glibc for the round functionsMike Frysinger
2005-11-03cleanup how we enable/disable certain wrappers since some were suffering from...Mike Frysinger
2005-11-03Sync w/ glibcPeter S. Mazinger
2005-11-03Disable DOMULTI for these, because gcc-4.0.2 can't cope with themPeter S. Mazinger
2005-11-03Sync headers w/ glibcPeter S. Mazinger
2005-11-03sync with glibc to fix building xorg-serverMike Frysinger
2005-11-03Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger
2005-11-03Correct _getdents[64] and __syscall_ipcPeter S. Mazinger
2005-11-03Sync with glibcPeter S. Mazinger
2005-11-03wait4 is pid_t, not intPeter S. Mazinger
2005-11-03Sync headers w/ glibcPeter S. Mazinger
2005-11-03Enable IMAPeter S. Mazinger
2005-11-03Enable IMAPeter S. Mazinger
2005-11-03Correct IMAPeter S. Mazinger
2005-11-03Enable IMAPeter S. Mazinger
2005-11-03Enable IMAPeter S. Mazinger
2005-11-03Enable IMA on libc/string/genericPeter S. Mazinger
2005-11-02Enable IMA on i386Peter S. Mazinger
2005-11-02Don't need this debug check anymore.Joakim Tjernlund
2005-11-02Allow partly IMA compile of this directoryPeter S. Mazinger
2005-11-02psm missed a spot :)Joakim Tjernlund
2005-11-02Mark _exit as noreturn, include/unistd.h does this alreadyPeter S. Mazinger
2005-11-02add dummy loop to kill gcc warning, probably _exit should get attribute_noreturnPeter S. Mazinger
2005-11-02Undo 12115, it fails on building libc/sysdeps/linux/commonPeter S. Mazinger
2005-11-02Added cris on request to new build structure. It has to provide crt1.S instea...Peter S. Mazinger
2005-11-02Cleaner i386/syscalls.h patch to handle macro redefines proposed by jockePeter S. Mazinger
2005-11-02Remove __set_errno proposed by jockePeter S. Mazinger
2005-11-02Clean up DOMULTI for libm and add more files blocked earlier by syscall probl...Peter S. Mazinger
2005-11-02Enable IMA compiling now that syscalls workPeter S. Mazinger
2005-11-02Move __SSP__ check to headerPeter S. Mazinger