Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | sync with glibc to get rid of warnings | Mike Frysinger | 2005-11-09 | 1 | -4/+8 | |
| | ||||||
* | use make builtin $(wildcard) rather than $(shell ls) | Mike Frysinger | 2005-11-09 | 1 | -2/+4 | |
| | ||||||
* | update license | Mike Frysinger | 2005-11-09 | 1 | -15/+4 | |
| | ||||||
* | Correct a problem introduced by porting the glibc header | Peter S. Mazinger | 2005-11-08 | 1 | -1/+1 | |
| | ||||||
* | Remove #define _STDIO_UTILITY, can't find any use of it | Peter S. Mazinger | 2005-11-08 | 4 | -4/+0 | |
| | ||||||
* | Remove copied sources | Peter S. Mazinger | 2005-11-08 | 1 | -0/+1 | |
| | ||||||
* | fix building by grabbing latest versions from glibc | Mike Frysinger | 2005-11-08 | 3 | -64/+194 | |
| | ||||||
* | make cp silent | Mike Frysinger | 2005-11-08 | 1 | -2/+2 | |
| | ||||||
* | implement __pthread_init_max_stacksize() which is required for FLOATING_STACKS | Mike Frysinger | 2005-11-07 | 2 | -0/+48 | |
| | ||||||
* | use the common/bits/types.h since it has proper 64bit support now | Mike Frysinger | 2005-11-07 | 2 | -281/+0 | |
| | ||||||
* | old header file | Mike Frysinger | 2005-11-07 | 1 | -7/+0 | |
| | ||||||
* | Enable multi, because the arch specific versions are non-multi now | Peter S. Mazinger | 2005-11-07 | 1 | -6/+4 | |
| | ||||||
* | Disable multi build on asm files. i386/powerpc could be used if the source ↵ | Peter S. Mazinger | 2005-11-07 | 6 | -10/+12 | |
| | | | | is splitted up | |||||
* | Do not set the RELOCS_DONE flag until it is actually done. This order ↵ | "Steven J. Hill" | 2005-11-06 | 1 | -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 .svn | Mike Frysinger | 2005-11-05 | 1 | -2/+1 | |
| | ||||||
* | fix arch_headers target | Mike Frysinger | 2005-11-05 | 1 | -2/+2 | |
| | ||||||
* | Protect *strto{d,f,ld}_l by UCLIBC_HAS_FLOATS | Peter S. Mazinger | 2005-11-05 | 1 | -0/+4 | |
| | ||||||
* | makefiles for new build system | Mike Frysinger | 2005-11-05 | 2 | -82/+26 | |
| | ||||||
* | Change comment size_t _fpmaxtostr to ssize_t | Peter S. Mazinger | 2005-11-05 | 1 | -1/+1 | |
| | ||||||
* | need our own page header file to prevent warnings | Mike Frysinger | 2005-11-04 | 1 | -0/+35 | |
| | ||||||
* | use errno.h like in i386 | Mike Frysinger | 2005-11-04 | 1 | -4/+2 | |
| | ||||||
* | unify common code thus making arch-specific Makefiles very simple :) | Mike Frysinger | 2005-11-04 | 10 | -219/+87 | |
| | ||||||
* | make the crt rules prettier too | Mike Frysinger | 2005-11-04 | 1 | -13/+23 | |
| | ||||||
* | Sync up w/ glibc | Peter S. Mazinger | 2005-11-04 | 39 | -437/+865 | |
| | ||||||
* | Remove duplicate ifdefs | Peter S. Mazinger | 2005-11-04 | 1 | -2/+0 | |
| | ||||||
* | Correct XLOCALE enabled builds pointed out by nitinkg | Peter S. Mazinger | 2005-11-04 | 5 | -22/+22 | |
| | ||||||
* | Use bits/getopt.h, getopt.h is not included if GNU_GETOPT support is disabled | Peter S. Mazinger | 2005-11-04 | 1 | -1/+1 | |
| | ||||||
* | initial import of a nicer output display akin to linux-2.6 | Mike Frysinger | 2005-11-04 | 2 | -51/+91 | |
| | ||||||
* | Make use of newly introduced attribute_noreturn | Peter S. Mazinger | 2005-11-04 | 3 | -7/+7 | |
| | ||||||
* | add a macro for __attribute__ ((__noreturn__)) | Mike Frysinger | 2005-11-04 | 1 | -3/+9 | |
| | ||||||
* | add implementations from glibc for the round functions | Mike Frysinger | 2005-11-03 | 4 | -9/+254 | |
| | ||||||
* | cleanup how we enable/disable certain wrappers since some were suffering ↵ | Mike Frysinger | 2005-11-03 | 1 | -43/+20 | |
| | | | | from bit rot ... also enable the round float wrappers | |||||
* | Sync w/ glibc | Peter S. Mazinger | 2005-11-03 | 1 | -95/+201 | |
| | ||||||
* | Disable DOMULTI for these, because gcc-4.0.2 can't cope with them | Peter S. Mazinger | 2005-11-03 | 3 | -0/+6 | |
| | ||||||
* | Sync headers w/ glibc | Peter S. Mazinger | 2005-11-03 | 2 | -14/+34 | |
| | ||||||
* | sync with glibc to fix building xorg-server | Mike Frysinger | 2005-11-03 | 1 | -20/+28 | |
| | ||||||
* | Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 ↵ | Peter S. Mazinger | 2005-11-03 | 19 | -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_ipc | Peter S. Mazinger | 2005-11-03 | 2 | -3/+3 | |
| | ||||||
* | Sync with glibc | Peter S. Mazinger | 2005-11-03 | 1 | -5/+4 | |
| | ||||||
* | wait4 is pid_t, not int | Peter S. Mazinger | 2005-11-03 | 1 | -2/+2 | |
| | ||||||
* | Sync headers w/ glibc | Peter S. Mazinger | 2005-11-03 | 3 | -49/+66 | |
| | ||||||
* | Enable IMA | Peter S. Mazinger | 2005-11-03 | 8 | -15/+20 | |
| | ||||||
* | Enable IMA | Peter S. Mazinger | 2005-11-03 | 1 | -3/+1 | |
| | ||||||
* | Correct IMA | Peter S. Mazinger | 2005-11-03 | 1 | -1/+4 | |
| | ||||||
* | Enable IMA | Peter S. Mazinger | 2005-11-03 | 1 | -2/+1 | |
| | ||||||
* | Enable IMA | Peter S. Mazinger | 2005-11-03 | 1 | -6/+3 | |
| | ||||||
* | Enable IMA on libc/string/generic | Peter S. Mazinger | 2005-11-03 | 2 | -8/+4 | |
| | ||||||
* | Enable IMA on i386 | Peter S. Mazinger | 2005-11-02 | 1 | -2/+1 | |
| | ||||||
* | Don't need this debug check anymore. | Joakim Tjernlund | 2005-11-02 | 1 | -6/+0 | |
| | ||||||
* | Allow partly IMA compile of this directory | Peter S. Mazinger | 2005-11-02 | 5 | -9/+21 | |
| |