summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate ifdefsPeter S. Mazinger2005-11-041-2/+0
* Correct XLOCALE enabled builds pointed out by nitinkgPeter S. Mazinger2005-11-045-22/+22
* initial import of a nicer output display akin to linux-2.6Mike Frysinger2005-11-041-5/+5
* Make use of newly introduced attribute_noreturnPeter S. Mazinger2005-11-043-7/+7
* Disable DOMULTI for these, because gcc-4.0.2 can't cope with themPeter S. Mazinger2005-11-031-0/+2
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger2005-11-0319-42/+53
* Correct _getdents[64] and __syscall_ipcPeter S. Mazinger2005-11-032-3/+3
* wait4 is pid_t, not intPeter S. Mazinger2005-11-031-2/+2
* Enable IMAPeter S. Mazinger2005-11-038-15/+20
* Enable IMAPeter S. Mazinger2005-11-031-3/+1
* Correct IMAPeter S. Mazinger2005-11-031-1/+4
* Enable IMAPeter S. Mazinger2005-11-031-2/+1
* Enable IMAPeter S. Mazinger2005-11-031-6/+3
* Enable IMA on libc/string/genericPeter S. Mazinger2005-11-032-8/+4
* Enable IMA on i386Peter S. Mazinger2005-11-021-2/+1
* Allow partly IMA compile of this directoryPeter S. Mazinger2005-11-025-9/+21
* Mark _exit as noreturn, include/unistd.h does this alreadyPeter S. Mazinger2005-11-021-1/+1
* add dummy loop to kill gcc warning, probably _exit should get attribute_noreturnPeter S. Mazinger2005-11-021-1/+3
* Undo 12115, it fails on building libc/sysdeps/linux/commonPeter S. Mazinger2005-11-021-5/+4
* Added cris on request to new build structure. It has to provide crt1.S instea...Peter S. Mazinger2005-11-022-66/+42
* Cleaner i386/syscalls.h patch to handle macro redefines proposed by jockePeter S. Mazinger2005-11-021-4/+4
* Remove __set_errno proposed by jockePeter S. Mazinger2005-11-021-4/+2
* Move __SSP__ check to headerPeter S. Mazinger2005-11-021-0/+3
* Allow sources using syscalls to be IMA compiled on x86Peter S. Mazinger2005-11-021-1/+4
* tweak rules so we dont have to copy the .c files to get 64bit versionsMike Frysinger2005-11-021-3/+2
* Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger2005-11-0119-40/+160
* Correct gcc-4.1 ssp buildPeter S. Mazinger2005-11-011-2/+1
* Update sparc to new buildsPeter S. Mazinger2005-11-012-68/+40
* Update sh to new buildsPeter S. Mazinger2005-11-012-69/+40
* Update alpha to new buildsPeter S. Mazinger2005-11-012-65/+40
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-0134-38/+0
* change .os back to .oS per psmMike Frysinger2005-11-011-1/+1
* produce a .os instead of .oSMike Frysinger2005-10-311-1/+1
* Hopefully correct undefined __libc_stack_end issuePeter S. Mazinger2005-10-293-7/+10
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-2956-2810/+448
* Kill a warning. Change __wcstofpmax to __wcstofpmax_l where appropiatePeter S. Mazinger2005-10-281-20/+8
* typo s/notdir/dir/Peter S. Mazinger2005-10-281-1/+1
* Correct building locales and backport the changesPeter S. Mazinger2005-10-282-7/+6
* Backport handling of AS_NEEDEDPeter S. Mazinger2005-10-281-4/+2
* Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...Peter S. Mazinger2005-10-2817-44/+9
* Allow using ssp w/ current active Makefiles too. Build crts for non-shared ar...Peter S. Mazinger2005-10-271-1/+1
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger2005-10-279-70/+104
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-2556-0/+2312
* Make use of fcntl64 syscall if possiblePeter S. Mazinger2005-10-251-0/+2
* Use local copy of sysdep.hPeter S. Mazinger2005-10-253-3/+3
* More IMA compilingPeter S. Mazinger2005-10-211-4/+4
* Kill warning if IMA compiledPeter S. Mazinger2005-10-211-0/+2
* Workaround to allow this directory to IMA compile. Someone w/ better understa...Peter S. Mazinger2005-10-211-3/+3
* Move GETXXKEY_R_FUNC into a separate file to allow IMA compilingPeter S. Mazinger2005-10-212-58/+120
* Kill warnings if IMA compilingPeter S. Mazinger2005-10-211-0/+4