Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2006-01-18 | change HAS_FPU to UCLIBC_HAS_FPU since the define will be exported into C ↵ | Mike Frysinger | |
namespace | |||
2006-01-18 | fix UCLIBC_STATIC_LDCONFIG location in menus and touchup display for other ↵ | Mike Frysinger | |
shared lib options | |||
2006-01-18 | old | Mike Frysinger | |
2006-01-18 | sync fenv.h with glibc | Mike Frysinger | |
2006-01-18 | Remove unused CLOCK_IDFIELD_SIZE, not in glibc | Peter S. Mazinger | |
2006-01-18 | Add target strip command and use it, also disable for now CFLAGS-multi-y, ↵ | Peter S. Mazinger | |
after splitting all MSRC, it won't be needed | |||
2006-01-18 | Add IMA build rules | Peter S. Mazinger | |
2006-01-18 | modify IMA compiling rule and add linking rule | Peter S. Mazinger | |
2006-01-18 | Don't include twice features.h and correct typo | Peter S. Mazinger | |
2006-01-18 | Make gcc4 happy as well | Peter S. Mazinger | |
2006-01-18 | check for signal existence rather than using arch defines | Mike Frysinger | |
2006-01-18 | get rid of alpha defines | Mike Frysinger | |
2006-01-18 | get rid of arch specific checks | Mike Frysinger | |
2006-01-17 | correct prototypes and 1 reloc less | Peter S. Mazinger | |
2006-01-17 | Build if GETC_MACRO use is disabled | Peter S. Mazinger | |
2006-01-17 | Remove unused prototypes | Peter S. Mazinger | |
2006-01-17 | Add libc_pthread_init to libc.a as well, should correct bug reported to ml | Peter S. Mazinger | |
2006-01-17 | Remove __P() and add attribute_hidden to internal prototypes | Peter S. Mazinger | |
2006-01-17 | Remove explicit signgam prototype, use header instead | Peter S. Mazinger | |
2006-01-17 | last math related global data reloc (_LIB_VERSION) removed | Peter S. Mazinger | |
2006-01-17 | use the 6-arg version of mmap where available | Mike Frysinger | |
2006-01-17 | cut out unused code | Mike Frysinger | |
2006-01-17 | cleanup whitespace | Mike Frysinger | |
2006-01-17 | update strcoll stuff | Mike Frysinger | |
2006-01-17 | m68k now has syscall() | Mike Frysinger | |
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-17 | since just about everyone uses return _dl_elf_main for START() now, make it ↵ | Mike Frysinger | |
the default | |||
2006-01-17 | All math related relocs gone | Peter S. Mazinger | |
2006-01-16 | Update license | Peter S. Mazinger | |
2006-01-16 | Update license | Peter S. Mazinger | |
2006-01-16 | Update license | Peter S. Mazinger | |
2006-01-16 | Update license | Peter S. Mazinger | |
2006-01-16 | Convert to hidden_def | Peter S. Mazinger | |