Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Joseph S. Myers writes: | Eric Andersen | 2006-01-19 | 1 | -0/+1 | |
| | | | | | | | | sys/syscall.h uses the IS_IN_libc define before including any header that includes libc-internal.h (where IS_IN_libc is defined). This patch makes sys/syscall.h include features.h to get the IS_IN_libc define where appropriate. | |||||
* | Remove unused CLOCK_IDFIELD_SIZE, not in glibc | Peter S. Mazinger | 2006-01-18 | 1 | -2/+0 | |
| | ||||||
* | Don't include twice features.h and correct typo | Peter S. Mazinger | 2006-01-18 | 1 | -2/+1 | |
| | ||||||
* | sync some stuff from glibc and fix __hidden_ver1() for targets that define a ↵ | Mike Frysinger | 2006-01-17 | 1 | -7/+34 | |
| | | | | USER_PREFIX (like bfin) | |||||
* | revert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in ↵ | Peter S. Mazinger | 2006-01-15 | 1 | -2/+2 | |
| | | | | header, keep it visible | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -256/+356 | |
| | | | | missing headers, other jump relocs removed | |||||
* | Add fcntl64 prototype | Peter S. Mazinger | 2006-01-12 | 1 | -0/+3 | |
| | ||||||
* | fix warnings when building on sparc | Mike Frysinger | 2006-01-11 | 1 | -1/+5 | |
| |