summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove #define _STDIO_UTILITY, can't find any use of itPeter S. Mazinger2005-11-084-4/+0
|
* make cp silentMike Frysinger2005-11-081-2/+2
|
* use the common/bits/types.h since it has proper 64bit support nowMike Frysinger2005-11-072-281/+0
|
* old header fileMike Frysinger2005-11-071-7/+0
|
* Enable multi, because the arch specific versions are non-multi nowPeter S. Mazinger2005-11-071-6/+4
|
* Disable multi build on asm files. i386/powerpc could be used if the source ↵Peter S. Mazinger2005-11-076-10/+12
| | | | is splitted up
* fix arch_headers targetMike Frysinger2005-11-051-2/+2
|
* makefiles for new build systemMike Frysinger2005-11-052-82/+26
|
* Change comment size_t _fpmaxtostr to ssize_tPeter S. Mazinger2005-11-051-1/+1
|
* need our own page header file to prevent warningsMike Frysinger2005-11-041-0/+35
|
* use errno.h like in i386Mike Frysinger2005-11-041-4/+2
|
* unify common code thus making arch-specific Makefiles very simple :)Mike Frysinger2005-11-0410-219/+87
|
* 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 ↵Peter S. Mazinger2005-11-0319-42/+53
| | | | with my config (no locale, the rest enabled). Not tested if libc is complete and usable. All the files listed in *_NO_MULTI need love, best would be to replace all multisources w/ single sources.
* 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 ↵Peter S. Mazinger2005-11-022-66/+42
| | | | instead of crt0.c to get it working
* 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 ↵Peter S. Mazinger2005-11-0134-38/+0
| | | | libc-a-y for objects that go into static libs, changing their suffix to .os, of they should be PIC
* 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
|