summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
| | | | not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles
* Allow using ssp w/ current active Makefiles too. Build crts for non-shared ↵Peter S. Mazinger2005-10-271-1/+1
| | | | archs too.
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed ↵Peter S. Mazinger2005-10-279-70/+104
| | | | to _dl_setup_stack_chk_guard, as in glibc. SSP requires now binutils-2.16.1 and newer. Add NOT_IN_libc/IS_IN_libc. Began using -DSHARED in uClibc_main.c, there are more candidates in there. Move back dl_protect_relro to it's earlier place.
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵Peter S. Mazinger2005-10-2556-0/+2312
| | | | archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally.
* 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 ↵Peter S. Mazinger2005-10-211-3/+3
| | | | understanding, please try to rework this by using only one copy of sp_off
* 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
|
* Remove duplicate locking defines for IMA compiling.Peter S. Mazinger2005-10-201-21/+6
|