OSDN Git Service

uclinux-h8/uClibc.git
2006-01-19 Mike Frysingernote a few more places where glibc stores their stuff
2006-01-19 Peter S. MazingerCorrect unimportant typo
2006-01-19 Eric AndersenSome minor updates. Looked pretty good as-is.
2006-01-19 Eric AndersenJoseph S. Myers writes:
2006-01-19 Eric AndersenJoseph S. Myers writes:
2006-01-19 Mike Frysingerinitial attempt at documenting how to port uClibc
2006-01-19 Mike Frysingergive a little info as to what the file should contain
2006-01-19 Mike Frysingergive a little info as to what the file should contain
2006-01-18 Mike Frysingers/HAS_FPU/UCLIBC_HAS_FPU/
2006-01-18 Mike Frysingerchange HAS_FPU to UCLIBC_HAS_FPU since the define will...
2006-01-18 Mike Frysingerfix UCLIBC_STATIC_LDCONFIG location in menus and touchu...
2006-01-18 Mike Frysingerold
2006-01-18 Mike Frysingersync fenv.h with glibc
2006-01-18 Peter S. MazingerRemove unused CLOCK_IDFIELD_SIZE, not in glibc
2006-01-18 Peter S. MazingerAdd target strip command and use it, also disable for...
2006-01-18 Peter S. MazingerAdd IMA build rules
2006-01-18 Peter S. Mazingermodify IMA compiling rule and add linking rule
2006-01-18 Peter S. MazingerDon't include twice features.h and correct typo
2006-01-18 Peter S. MazingerMake gcc4 happy as well
2006-01-18 Mike Frysingercheck for signal existence rather than using arch defines
2006-01-18 Mike Frysingerget rid of alpha defines
2006-01-18 Mike Frysingerget rid of arch specific checks
2006-01-17 Peter S. Mazingercorrect prototypes and 1 reloc less
2006-01-17 Peter S. MazingerBuild if GETC_MACRO use is disabled
2006-01-17 Peter S. MazingerRemove unused prototypes
2006-01-17 Peter S. MazingerAdd libc_pthread_init to libc.a as well, should correct...
2006-01-17 Peter S. MazingerRemove __P() and add attribute_hidden to internal proto...
2006-01-17 Peter S. MazingerRemove explicit signgam prototype, use header instead
2006-01-17 Peter S. Mazingerlast math related global data reloc (_LIB_VERSION)...
2006-01-17 Mike Frysingeruse the 6-arg version of mmap where available
2006-01-17 Mike Frysingercut out unused code
2006-01-17 Mike Frysingercleanup whitespace
2006-01-17 Mike Frysingerupdate strcoll stuff
2006-01-17 Mike Frysingerm68k now has syscall()
2006-01-17 Mike Frysingersync some stuff from glibc and fix __hidden_ver1()...
2006-01-17 Mike Frysingersince just about everyone uses return _dl_elf_main...
2006-01-17 Peter S. MazingerAll math related relocs gone
2006-01-16 Peter S. MazingerUpdate license
2006-01-16 Peter S. MazingerUpdate license
2006-01-16 Peter S. MazingerUpdate license
2006-01-16 Peter S. MazingerUpdate license
2006-01-16 Peter S. MazingerConvert to hidden_def
2006-01-16 Peter S. MazingerConvert to hidden_def
2006-01-16 Peter S. Mazingerjump relocs removed
2006-01-16 Peter S. Mazingers/weak_alias/strong_alias/, only what I knew as needed...
2006-01-16 Peter S. MazingerCorrect a typo
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-16 Mike Frysingertouchup style
2006-01-16 Peter S. Mazingersome global data relocs gone
2006-01-15 Peter S. Mazingermake gcc4 happy w/ hidden_def/proto, correct some typos
2006-01-15 Mike Frysingersyscall6
2006-01-15 Mike Frysingeronly build if we have fork
2006-01-15 Mike FrysingerThomas Chou: fix misplaced comment
2006-01-15 Peter S. Mazingermake tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES...
2006-01-15 Peter S. MazingerCorrect old_vfprintf internal version and make it reloc...
2006-01-15 Peter S. MazingerRemove __XL(N) and __XL_ALIAS(N) adapting the last...
2006-01-15 Peter S. Mazingerget rid of warning if UCLIBC_HAS_CTYPE_TABLES is not...
2006-01-15 Peter S. Mazingerhide __glob_*dir_hook
2006-01-15 Peter S. Mazingerrevert 13331 and sync partly header w/ glibc, __sysv_si...
2006-01-15 Mike Frysingeronly declare vfork when needed, else no-mmu build fails
2006-01-15 Mike Frysingeradd syscall() by d1mag in Bug 164
2006-01-15 Mike Frysingernios no longer needs crt0.o
2006-01-15 Mike Frysingeruse more portable options since some systems suck
2006-01-14 Peter S. Mazingerget rid of duplicates, even bsd_signal is questionable
2006-01-14 Peter S. Mazingerget rid of *stat*64 jump relocs
2006-01-14 Peter S. Mazingerget rid of fcntl64 jump reloc
2006-01-14 Peter S. MazingerI should also test w/ ipv6, missed that, thx SpanKY
2006-01-14 Mike Frysingerfix broken commenting
2006-01-14 Peter S. Mazingersame for __fputc_unlocked
2006-01-14 Peter S. Mazingersame for iswspace*
2006-01-14 Peter S. Mazingerget rid of strcmp jump reloc
2006-01-14 Peter S. Mazingerget rid of wcrtomb jump reloc
2006-01-14 Peter S. MazingerDODEBUG=y and XLOCALE as well
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Mike Frysingerfix loading of argc/argv for arm/nommu
2006-01-14 Mike Frysingerdont hide __libc_sigaction
2006-01-14 Mike Frysingergrab some more fixes from x86_64
2006-01-14 Mike Frysingerm68k is doing much better now
2006-01-14 Mike Frysingerm68k ldso works again (well, lazy relocation is broken...
2006-01-14 Mike Frysingeradd back in _dl_start_user
2006-01-14 Mike Frysingerfixup so we can at least get to the ldso Standalone...
2006-01-14 Mike Frysingermake sure we set errno properly
2006-01-14 Mike Frysingeruse regular fseeko()
2006-01-14 Mike Frysingeruse __syscall_error trick
2006-01-14 Mike Frysingerforgot to cut out the other __USE_MISC section
2006-01-14 Mike Frysingerneed features.h
2006-01-14 Mike Frysingershouldnt have trimmed the _ASM #if check
2006-01-14 Mike Frysingerupdate TODO
2006-01-14 Mike Frysingerold
2006-01-14 Mike Frysingersync with glibc
2006-01-14 Mike Frysingersync with glibc
2006-01-14 Mike Frysingerupdate to new uClibc startup style
2006-01-14 Mike Frysingerenable _longjmp alias else less fails to build
2006-01-14 Peter S. Mazingerdisable redirect for fcntl64 until a good way is found
2006-01-14 Peter S. Mazingers/__strcmp/strcmp/
2006-01-14 Peter S. Mazingeranother from SpanKY
2006-01-14 Peter S. Mazingeradapt to new hidden
2006-01-14 Peter S. Mazingerother failures w/ different options
2006-01-14 Peter S. MazingerRevert 13276, cache corrupted on x86
2006-01-14 Peter S. MazingerCorrect 2 issues if ipv6 is enabled found by SpanKY...
next