Age | Commit message (Expand) | Author |
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 |
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 |
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 spe... | Mike Frysinger |
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 |
2006-01-19 | Joseph S. Myers writes: | Eric Andersen |
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 nam... | Mike Frysinger |
2006-01-18 | fix UCLIBC_STATIC_LDCONFIG location in menus and touchup display for other sh... | Mike Frysinger |
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, aft... | Peter S. Mazinger |
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 |
2006-01-17 | since just about everyone uses return _dl_elf_main for START() now, make it t... | Mike Frysinger |