summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* sync with glibc to get rid of warningsMike Frysinger2005-11-091-4/+8
|
* use make builtin $(wildcard) rather than $(shell ls)Mike Frysinger2005-11-091-2/+4
|
* update licenseMike Frysinger2005-11-091-15/+4
|
* Correct a problem introduced by porting the glibc headerPeter S. Mazinger2005-11-081-1/+1
|
* Remove #define _STDIO_UTILITY, can't find any use of itPeter S. Mazinger2005-11-084-4/+0
|
* Remove copied sourcesPeter S. Mazinger2005-11-081-0/+1
|
* fix building by grabbing latest versions from glibcMike Frysinger2005-11-083-64/+194
|
* make cp silentMike Frysinger2005-11-081-2/+2
|
* implement __pthread_init_max_stacksize() which is required for FLOATING_STACKSMike Frysinger2005-11-072-0/+48
|
* 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
* Do not set the RELOCS_DONE flag until it is actually done. This order ↵"Steven J. Hill"2005-11-061-2/+2
| | | | matters for NPTL libpthreads to work. Well, that was a nice waste of 3 hours.
* dont need to run `find -name .svn` since tar already excludes .svnMike Frysinger2005-11-051-2/+1
|
* fix arch_headers targetMike Frysinger2005-11-051-2/+2
|
* Protect *strto{d,f,ld}_l by UCLIBC_HAS_FLOATSPeter S. Mazinger2005-11-051-0/+4
|
* 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
|
* make the crt rules prettier tooMike Frysinger2005-11-041-13/+23
|
* Sync up w/ glibcPeter S. Mazinger2005-11-0439-437/+865
|
* Remove duplicate ifdefsPeter S. Mazinger2005-11-041-2/+0
|
* Correct XLOCALE enabled builds pointed out by nitinkgPeter S. Mazinger2005-11-045-22/+22
|
* Use bits/getopt.h, getopt.h is not included if GNU_GETOPT support is disabledPeter S. Mazinger2005-11-041-1/+1
|
* initial import of a nicer output display akin to linux-2.6Mike Frysinger2005-11-042-51/+91
|
* Make use of newly introduced attribute_noreturnPeter S. Mazinger2005-11-043-7/+7
|
* add a macro for __attribute__ ((__noreturn__))Mike Frysinger2005-11-041-3/+9
|
* add implementations from glibc for the round functionsMike Frysinger2005-11-034-9/+254
|
* cleanup how we enable/disable certain wrappers since some were suffering ↵Mike Frysinger2005-11-031-43/+20
| | | | from bit rot ... also enable the round float wrappers
* Sync w/ glibcPeter S. Mazinger2005-11-031-95/+201
|
* Disable DOMULTI for these, because gcc-4.0.2 can't cope with themPeter S. Mazinger2005-11-033-0/+6
|
* Sync headers w/ glibcPeter S. Mazinger2005-11-032-14/+34
|
* sync with glibc to fix building xorg-serverMike Frysinger2005-11-031-20/+28
|
* 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
|
* Sync with glibcPeter S. Mazinger2005-11-031-5/+4
|
* wait4 is pid_t, not intPeter S. Mazinger2005-11-031-2/+2
|
* Sync headers w/ glibcPeter S. Mazinger2005-11-033-49/+66
|
* 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
|
* Don't need this debug check anymore.Joakim Tjernlund2005-11-021-6/+0
|
* Allow partly IMA compile of this directoryPeter S. Mazinger2005-11-025-9/+21
|