Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-20 | need prototype to fix sigaction warnings | Mike Frysinger | |
2006-01-20 | grab syscall macros from the kernel | Mike Frysinger | |
2006-01-20 | .set doesnt work on alpha | Mike Frysinger | |
2006-01-20 | fix building on alpha | Mike Frysinger | |
2006-01-20 | need sys/syscall.h for __NR_fork define | Mike Frysinger | |
2006-01-20 | fix building on alpha | Mike Frysinger | |
2006-01-20 | need unistd.h for brk prototype | Mike Frysinger | |
2006-01-20 | fix building/warnings on 64bit arches | Mike Frysinger | |
2006-01-20 | fix warning when sizeof uchar_t is 8 bits | Mike Frysinger | |
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-20 | didnt mean to commit the FENV option just yet | Mike Frysinger | |
2006-01-20 | Add -D_GNU_SOURCE to CFLAGS, else openpty picks the XOPEN variant of fd_set | Peter S. Mazinger | |
2006-01-20 | Correct wordexp, I have hidden for now __libc_arg[c,v], there is no other ↵ | Peter S. Mazinger | |
use within uClibc, depends on fnmatch as well | |||
2006-01-20 | Correction if UNIX98PTY_ONLY is not enabled | Peter S. Mazinger | |
2006-01-20 | Use libm_ARCH_DIR and cleanup all possible archs | Peter S. Mazinger | |
2006-01-20 | move some generic arch rules up a level to remove duplication | Mike Frysinger | |
2006-01-20 | s/TARGET_ARCH_FEATURES/FORCE_OPTIONS_FOR_ARCH/ to fix sed breakage as ↵ | Mike Frysinger | |
pointed out by Joseph S. Myers | |||
2006-01-20 | update copyright years | Mike Frysinger | |
2006-01-20 | move the sh64 code out of the sh header | Mike Frysinger | |
2006-01-19 | fix breakage from HAVE_ELF removal and standardize all the arch config files | Mike Frysinger | |
2006-01-19 | no need for libm_DEF | Peter S. Mazinger | |
2006-01-19 | Add multi to libintl | Peter S. Mazinger | |
2006-01-19 | With one source or syscall only sources there is no use of IMA | Peter S. Mazinger | |
2006-01-19 | Forgotten about the clean target | Peter S. Mazinger | |
2006-01-19 | Add multi support to linuxthread_db | Peter S. Mazinger | |
2006-01-19 | Correct strip display in multi mode | Peter S. Mazinger | |
2006-01-19 | Add multi support to libm, remove lib*-multi-y, unneeded | Peter S. Mazinger | |
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 | Change to sane defaults | Peter S. Mazinger | |
2006-01-19 | Remove MMAP_HAS_6_ARGS | Peter S. Mazinger | |
2006-01-19 | would help if i used the right variable name ... | Mike Frysinger | |
2006-01-19 | Frank Mehnert writes: | Mike Frysinger | |
in ldso/ldso.c, function _dl_get_ready_to_run, the variable app_tpnt_tmp is not initialized. The function _dl_parse_dynamic_info() initializes some of their members but not all. For example, if the binary does _not_ contain a DT_TEXTREL record, it is possible that the condition if (app_tpnt->dynamic_info[DT_TEXTREL]) is nevertheless true and we therefore enter the following code path (ldso.c:270). My suggestion is to add _dl_memset(&app_tpnt_rel, 0, sizeof(app_tpnt_rel)); just behind the variable declarations of _dl_get_ready_to_run(). | |||
2006-01-19 | update sparc code using x86_64 as a template | Mike Frysinger | |
2006-01-19 | first pass at updating sparc ldso with code from glibc | Mike Frysinger | |
2006-01-19 | update syscall macros so both ldso and libc can use them | Mike Frysinger | |
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 | note a few more places where glibc stores their stuff | Mike Frysinger | |
2006-01-19 | Correct unimportant typo | Peter S. Mazinger | |
2006-01-19 | Some minor updates. Looked pretty good as-is. | Eric Andersen | |
2006-01-19 | Joseph S. Myers writes: | Eric Andersen | |
libc/sysdeps/linux/arm/ioperm.c on trunk fails to compile for me because of no declaration of ioperm at the point where libc_hidden_proto(ioperm) requires one. Including <sys/io.h> to get the declaration then shows up that various types are inconsistent with that header; this patch fixes things so that file compiles. | |||
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-19 | initial attempt at documenting how to port uClibc | Mike Frysinger | |
2006-01-19 | give a little info as to what the file should contain | Mike Frysinger | |
2006-01-19 | give a little info as to what the file should contain | Mike Frysinger | |
2006-01-18 | s/HAS_FPU/UCLIBC_HAS_FPU/ | Mike Frysinger | |