Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-22 | epoll is linux specific | Mike Frysinger | |
2006-02-22 | sync with glibc | Mike Frysinger | |
2006-02-21 | Sync w/ glibc, we can leave __USE_ATFILE in, because we do not define it in ↵ | Peter S. Mazinger | |
features.h | |||
2006-02-18 | tweak the idea between having a MMU and actually using it | Mike Frysinger | |
2006-02-13 | guard *printf_function w/ UCLIBC_HAS_GLIBC_CUSTOM_PRINTF | Peter S. Mazinger | |
2006-02-13 | Add internal hidden_weak support for asm | Peter S. Mazinger | |
2006-02-13 | Sync w/ glibc | Peter S. Mazinger | |
2006-02-08 | janlana writes in Bug 700: use standard uint* types rather than u_int | Mike Frysinger | |
2006-02-04 | integrate frv link.h | Mike Frysinger | |
2006-02-03 | disable hidden_proto/def for __BCC__ generally | Peter S. Mazinger | |
2006-02-01 | Use -DSTATIC and remove stub_warning, not accepted | Peter S. Mazinger | |
2006-01-30 | Sync w/ glibc | Peter S. Mazinger | |
2006-01-29 | move linux-specific header to linux subdir | Mike Frysinger | |
2006-01-29 | the timer_* funcs have been implemented in librt so enable their prototypes | Mike Frysinger | |
2006-01-27 | remove comment | Peter S. Mazinger | |
2006-01-27 | Disabled NULL error_print_progname, useless | Peter S. Mazinger | |
2006-01-27 | The VAX gas cannot (yet) cope with the tricks played here, so I'm grounding | "Jan-Benedict Glaw" | |
linktime warnings for now. | |||
2006-01-26 | Enable gcvt in header, we build it | Peter S. Mazinger | |
2006-01-25 | hidden_strong_alias gone and won't be added back because it causes trouble | Peter S. Mazinger | |
2006-01-23 | Remove unneeded _GNU_SOURCE | Peter S. Mazinger | |
2006-01-23 | sync with glibc | Mike Frysinger | |
2006-01-23 | Make i386 build w/ -std=c99 (almost) | Peter S. Mazinger | |
2006-01-23 | Sync w/ glibc | Peter S. Mazinger | |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | |
is a useless attempt | |||
2006-01-22 | Allow to be used in bits/syscalls.h even if _GNU_SOURCE is defined | Peter S. Mazinger | |
2006-01-20 | disable deprecated warnings for some files | Mike Frysinger | |
2006-01-20 | grab some macros for internal ldso usage and fix ↵ | Mike Frysinger | |
strong_alias/hidden_strong_alias when .set support is disabled | |||
2006-01-20 | Correct comments, thx vapier | Peter S. Mazinger | |
2006-01-20 | Split out libc-symbols.h from libc-internal.h, use it directly in CFLAGS. ↵ | Peter S. Mazinger | |
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 | |||
2006-01-19 | Remove HAVE_ELF | Peter S. Mazinger | |
2006-01-19 | Get rid of *_SYMBOL_PREFIX | Peter S. Mazinger | |
2006-01-19 | Import some need bits from glibc to libc-internal.h, hidden_weak_alias gone, ↵ | Peter S. Mazinger | |
hidden_strong_alias adapted, HAVE_ELF defined always, __SYMBOL_PREFIX removed | |||
2006-01-19 | move a bunch of arch-specific checks out of common files and into an arch ↵ | Mike Frysinger | |
specific header file to make porting/updates a lot easier | |||
2006-01-19 | Joseph S. Myers writes: | Eric Andersen | |
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. | |||
2006-01-18 | Remove unused CLOCK_IDFIELD_SIZE, not in glibc | Peter S. Mazinger | |
2006-01-18 | Don't include twice features.h and correct typo | Peter S. Mazinger | |
2006-01-17 | sync some stuff from glibc and fix __hidden_ver1() for targets that define a ↵ | Mike Frysinger | |
USER_PREFIX (like bfin) | |||
2006-01-15 | revert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in ↵ | Peter S. Mazinger | |
header, keep it visible | |||
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2006-01-12 | Add fcntl64 prototype | Peter S. Mazinger | |
2006-01-11 | fix warnings when building on sparc | Mike Frysinger | |
2006-01-09 | Get rid of hidden_def | Peter S. Mazinger | |
2006-01-09 | include stdinit for arc4random() as pointed out by Jan-Benedict Glaw | Mike Frysinger | |
2006-01-08 | prototypes for arc4random | Mike Frysinger | |
2006-01-06 | Merge from NPTL branch. | "Steven J. Hill" | |
2006-01-06 | Merge from NPTL branch. | "Steven J. Hill" | |
2006-01-06 | Merge from NPTL branch. | "Steven J. Hill" | |
2006-01-05 | import the extend_alloca() macro from glibc | Mike Frysinger | |
2006-01-05 | Merge from branch. | "Steven J. Hill" | |
2006-01-04 | Sync w/ glibc, mostly REDIRECT_NTH,__wur | Peter S. Mazinger | |