Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | sync with glibc | Mike Frysinger | 2006-03-10 | 3 | -32/+242 | |
| | ||||||
* | Mark parts as unsupported by gnu glob, but leave it as it was | Peter S. Mazinger | 2006-03-03 | 1 | -1/+5 | |
| | ||||||
* | Sync w/ glibc and define _STAT_VER/_MKNOD_VER to 0, else some apps will ↵ | Peter S. Mazinger | 2006-03-01 | 1 | -11/+29 | |
| | | | | consider versioned stat/mknod in uClibc | |||||
* | Rich Felker's glob() ported to uClibc | Peter S. Mazinger | 2006-02-27 | 1 | -5/+9 | |
| | ||||||
* | Disable parts not supported by (outdated) glob, probably the glob[64]_t ↵ | Peter S. Mazinger | 2006-02-27 | 1 | -0/+6 | |
| | | | | structures are wrong too | |||||
* | fix invalid quoting | Mike Frysinger | 2006-02-27 | 1 | -1/+1 | |
| | ||||||
* | Move _lfs_64.h to include and adapt files | Peter S. Mazinger | 2006-02-26 | 1 | -0/+29 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-02-26 | 1 | -1/+3 | |
| | ||||||
* | This never gets defined. I have a patch pending in glibc too. | "Steven J. Hill" | 2006-02-25 | 1 | -2/+0 | |
| | ||||||
* | Correct typo | Peter S. Mazinger | 2006-02-23 | 1 | -1/+1 | |
| | ||||||
* | Added support for the new CRISv32 architecture. | Peter Kjellerstedt | 2006-02-23 | 1 | -0/+6 | |
| | ||||||
* | Corrected a typo (simularly -> similarly). | Peter Kjellerstedt | 2006-02-23 | 1 | -1/+1 | |
| | ||||||
* | Sync w/ glibc, disabling *at interfaces | Peter S. Mazinger | 2006-02-23 | 1 | -43/+77 | |
| | ||||||
* | Make use of CFLAGS-OMIT-file | Peter S. Mazinger | 2006-02-23 | 1 | -5/+0 | |
| | ||||||
* | guard program_invocation_name w/ __ASSEMBLER__ | Peter S. Mazinger | 2006-02-22 | 1 | -6/+6 | |
| | ||||||
* | Sync w/ glibc, enabled only those defines, that are used in uClibc | Peter S. Mazinger | 2006-02-22 | 1 | -6/+19 | |
| | ||||||
* | Sync with glibc 2.3.6. | Peter Kjellerstedt | 2006-02-22 | 1 | -5/+145 | |
| | ||||||
* | epoll is linux specific | Mike Frysinger | 2006-02-22 | 1 | -110/+0 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-02-22 | 1 | -3/+6 | |
| | ||||||
* | Sync w/ glibc, we can leave __USE_ATFILE in, because we do not define it in ↵ | Peter S. Mazinger | 2006-02-21 | 1 | -14/+27 | |
| | | | | features.h | |||||
* | tweak the idea between having a MMU and actually using it | Mike Frysinger | 2006-02-18 | 2 | -3/+3 | |
| | ||||||
* | guard *printf_function w/ UCLIBC_HAS_GLIBC_CUSTOM_PRINTF | Peter S. Mazinger | 2006-02-13 | 1 | -0/+2 | |
| | ||||||
* | Add internal hidden_weak support for asm | Peter S. Mazinger | 2006-02-13 | 1 | -2/+13 | |
| | ||||||
* | Sync w/ glibc | Peter S. Mazinger | 2006-02-13 | 1 | -4/+10 | |
| | ||||||
* | janlana writes in Bug 700: use standard uint* types rather than u_int | Mike Frysinger | 2006-02-08 | 1 | -1/+1 | |
| | ||||||
* | integrate frv link.h | Mike Frysinger | 2006-02-04 | 1 | -0/+12 | |
| | ||||||
* | disable hidden_proto/def for __BCC__ generally | Peter S. Mazinger | 2006-02-03 | 1 | -1/+1 | |
| | ||||||
* | Use -DSTATIC and remove stub_warning, not accepted | Peter S. Mazinger | 2006-02-01 | 1 | -7/+1 | |
| | ||||||
* | Sync w/ glibc | Peter S. Mazinger | 2006-01-30 | 1 | -5/+5 | |
| | ||||||
* | move linux-specific header to linux subdir | Mike Frysinger | 2006-01-29 | 1 | -32/+0 | |
| | ||||||
* | the timer_* funcs have been implemented in librt so enable their prototypes | Mike Frysinger | 2006-01-29 | 1 | -1/+1 | |
| | ||||||
* | remove comment | Peter S. Mazinger | 2006-01-27 | 1 | -1/+0 | |
| | ||||||
* | Disabled NULL error_print_progname, useless | Peter S. Mazinger | 2006-01-27 | 1 | -2/+2 | |
| | ||||||
* | The VAX gas cannot (yet) cope with the tricks played here, so I'm grounding | "Jan-Benedict Glaw" | 2006-01-27 | 1 | -1/+1 | |
| | | | | linktime warnings for now. | |||||
* | Enable gcvt in header, we build it | Peter S. Mazinger | 2006-01-26 | 1 | -2/+4 | |
| | ||||||
* | hidden_strong_alias gone and won't be added back because it causes trouble | Peter S. Mazinger | 2006-01-25 | 1 | -13/+7 | |
| | ||||||
* | Remove unneeded _GNU_SOURCE | Peter S. Mazinger | 2006-01-23 | 1 | -3/+0 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-01-23 | 1 | -23/+11 | |
| | ||||||
* | Make i386 build w/ -std=c99 (almost) | Peter S. Mazinger | 2006-01-23 | 1 | -1/+1 | |
| | ||||||
* | Sync w/ glibc | Peter S. Mazinger | 2006-01-23 | 1 | -2/+6 | |
| | ||||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 1 | -1/+1 | |
| | | | | is a useless attempt | |||||
* | Allow to be used in bits/syscalls.h even if _GNU_SOURCE is defined | Peter S. Mazinger | 2006-01-22 | 1 | -1/+1 | |
| | ||||||
* | disable deprecated warnings for some files | Mike Frysinger | 2006-01-20 | 1 | -1/+1 | |
| | ||||||
* | grab some macros for internal ldso usage and fix ↵ | Mike Frysinger | 2006-01-20 | 1 | -1/+26 | |
| | | | | strong_alias/hidden_strong_alias when .set support is disabled | |||||
* | Correct comments, thx vapier | Peter S. Mazinger | 2006-01-20 | 1 | -1/+1 | |
| | ||||||
* | Split out libc-symbols.h from libc-internal.h, use it directly in CFLAGS. ↵ | Peter S. Mazinger | 2006-01-20 | 2 | -629/+658 | |
| | | | | Moved weak[_const]_function into proper place (if we have weak support), else noop. Modified comment about changes to glibc. Moved -D_LIBC from CFLAGS to libc-symbols.h. I am not sure about unlikely/likely/__cast | |||||
* | Remove HAVE_ELF | Peter S. Mazinger | 2006-01-19 | 1 | -22/+14 | |
| | ||||||
* | Get rid of *_SYMBOL_PREFIX | Peter S. Mazinger | 2006-01-19 | 1 | -1/+1 | |
| | ||||||
* | Import some need bits from glibc to libc-internal.h, hidden_weak_alias gone, ↵ | Peter S. Mazinger | 2006-01-19 | 1 | -40/+147 | |
| | | | | hidden_strong_alias adapted, HAVE_ELF defined always, __SYMBOL_PREFIX removed | |||||
* | move a bunch of arch-specific checks out of common files and into an arch ↵ | Mike Frysinger | 2006-01-19 | 2 | -0/+12 | |
| | | | | specific header file to make porting/updates a lot easier |