OSDN Git Service

uclinux-h8/uClibc.git
2005-05-11 "Steven J.... Remove extraneous file.
2005-05-11 "Steven J.... Remove additional test programs.
2005-05-10 Joakim TjernlundSHMLBA is now defined by arch dependent bits/shm.h...
2005-05-10 Eric AndersenThe default static buffer sizes are too small to handle...
2005-05-10 Manuel Novoa... Change strptime so that it only modifies struct tm...
2005-05-07 Joakim TjernlundHopefully fix the problem reported by Peter Mazinger,
2005-05-07 Paul MundtFix trapa value for _syscall6() to conform with new...
2005-05-07 Eric AndersenIt turns out that the problem that required us to use...
2005-05-07 "Steven J.... Import in NPTL code from glibc. For further information...
2005-05-07 "Steven J.... Haha. I caught it before you did.
2005-05-07 "Steven J.... Add in configuration item and Makefile changes for...
2005-05-03 Paul MundtFix platform URLs, though I'm sure rmk has enjoyed...
2005-05-02 Manuel Novoa... Replace IXDR_GET_LONG/IXDR_PUT_LONG so that they build...
2005-05-02 Paul MundtFix __sigprocmask weak symbol resolution with gcc4.
2005-05-02 Paul MundtSH-4 has nommu variants, whereas SH-3 does not.
2005-05-02 Paul MundtMove sh64 to its own config so we don't crap up the...
2005-05-02 Paul MundtAdd sh2a support.
2005-05-01 Eric AndersenOn mips, gdb explicitly looks for the symbol "__dl_runt...
2005-04-28 Eric AndersenFix it so uClibc returns multiple ips via h_addr_list,
2005-04-28 Eric AndersenCleanup error case a bit
2005-04-28 Eric AndersenThis might actually now be thread safe, assuming I...
2005-04-28 Eric Andersentrim trailing whitespace
2005-04-28 Peter KjellerstedtAdded support for clock_getres() and clock_settime...
2005-04-28 Peter KjellerstedtUpdated to match glibc 2.3.4 (adds missing CLOCK_MONOTO...
2005-04-28 Peter KjellerstedtThe list of source files was just too much. Especially...
2005-04-27 "Steven J.... Get rid of extern references to ldso variables.
2005-04-27 Paul MundtSimplify PERFORM_BOOTSTRAP_RELOC() default path.
2005-04-27 Paul Mundtmq_* interfaces are available in librt, remove from...
2005-04-27 "Steven J.... GCC-4.1.0 doesn't like it when you reference 'extern...
2005-04-24 Joakim TjernlundFix bug 222: Move all archs to newer __IPC_64 interface...
2005-04-23 Joakim TjernlundFix dlopen to handle circular dependency libs. Wouldn...
2005-04-23 Joakim TjernlundCleanup library loading.
2005-04-19 Eric AndersenCorrect typo, matching correction made to elf.h
2005-04-18 Peter KjellerstedtUpdated to match Linux 2.6.11.
2005-04-18 Peter KjellerstedtCopy vendor/linux/2.6.11/scripts/lxdialog to
2005-04-16 Mike FrysingerIn Bug 116, dicksnippe writes:
2005-04-16 Mike Frysingercbachman writes Bug 195:
2005-04-16 Mike Frysingerimport more updates from glibc
2005-04-15 Mike Frysingerimport fixes/updates from glibc-2.3
2005-04-13 Eric AndersenAdd missing definition for DL_OPENED
2005-04-13 Eric AndersenAdjust indentation
2005-04-13 Eric AndersenThis update gets mips working again.
2005-04-13 Eric AndersenFurther rework the mips syscalls
2005-04-13 Eric AndersenOn some wierd arches (i.e. mips), none of the early...
2005-04-13 Joakim TjernlundFix bug 214, reported by aurel. This is a major update...
2005-04-13 Eric AndersenDon't write out the terminating NULL char
2005-04-13 Eric AndersenRework the dl-startup.c ldso early debugging macros...
2005-04-12 Eric Andersenearly debug stuff goes to stderr, not _dl_debug_file
2005-04-12 Eric Andersenfix a thinko -- we cant use
2005-04-12 Eric AndersenOnly dl-startup.c should be using the SEND_STDERR macros,
2005-04-12 Joakim TjernlundRemove __FORCE_SHAREABLE_TEXT_SEGMENTS__ hack from...
2005-04-07 Tobias AnderbergReplaced modulo code with the modulo operator.
2005-04-06 Mike Frysingerremove pthread_atfork() prototype since SuSv3 doesnt...
2005-04-03 Joakim TjernlundPrepare PowerPC some more for standalone exection of...
2005-04-01 Eric Andersenminor cosmetic cleanup
2005-04-01 Eric AndersenCleanup the mips syscalls a bit more, and fix a few
2005-04-01 Joakim TjernlundOptimize _dl_elf_hash(), both smaller and faster. Mostly
2005-03-31 Paul Mundtsh64 ldso updates and fixes.
2005-03-31 Paul MundtAdd some more SH relocation types.
2005-03-31 Eric Andersenpoint to osuosl
2005-03-29 Joakim TjernlundMoved the addition of load address from the fast path
2005-03-21 Peter KjellerstedtLet mconfig support options specified using the menucon...
2005-03-21 Manuel Novoa... Forgot to change name of builtin buffer during last...
2005-03-21 Joakim TjernlundPass _dl_fini function ptr to __uClibc_start_main().
2005-03-21 Joakim TjernlundPrepare for moving ldso FINI handling to libc by passin...
2005-03-20 Joakim TjernlundPass _dl_fini function ptr to __uClibc_start_main().
2005-03-20 Joakim TjernlundPrepare for moving ldso FINI handling to libc by passin...
2005-03-20 Joakim TjernlundPrepare for moving ldso FINI handling into libc.
2005-03-20 Joakim TjernlundMove ldso FINI handling into _dl_fini(). Add #ifndef...
2005-03-18 Joakim TjernlundRemove dead code.
2005-03-18 Joakim TjernlundForgot to commit the arch cleanup changes to m68k
2005-03-18 Mike Frysingerhave ldso.c depend on dl-startup.h too
2005-03-17 Joakim TjernlundFix ldso for MIPS.
2005-03-17 Peter KjellerstedtCorrected a typo (exection -> execution).
2005-03-17 Joakim TjernlundGeneral arch cleanup and prepare support for standalone
2005-03-17 Manuel Novoa... Revert last commit. If I had wanted to include that...
2005-03-16 Mike Frysingerallow shared code since it builds again
2005-03-16 Mike Frysingercleanup & standardize
2005-03-16 Mike Frysingeradd hack like m68k so it *builds* again ... probably...
2005-03-16 Mike Frysingermake it compile again
2005-03-16 Mike Frysingermake sure we rebuild ldso.o when the dl-*.c files have...
2005-03-16 Mike Frysingerhttp://bugs.uclibc.org/view.php?id=165
2005-03-16 Mike Frysingerimport updates from glibc
2005-03-16 Mike Frysingermove the compiler flags WARNINGS option
2005-03-16 Mike Frysingerallow users to select MMU again
2005-03-16 Mike Frysingerchange the reg class so it actually compiles
2005-03-16 Mike Frysingerwell shared compiles again, so might as well remove...
2005-03-16 Mike Frysingermerge the syscalls and punt the glibc import in the...
2005-03-16 Mike Frysingerupdates to match i386
2005-03-16 Mike Frysingerclean up whitespace style and hack around a build failu...
2005-03-16 Mike Frysingerfix 13mo+ old typo
2005-03-16 Mike Frysingerwhitespace trim
2005-03-16 Mike Frysingerclean up style to be match i386
2005-03-16 Mike Frysingerget rid of linux-headers hack ... rip code from glibc
2005-03-16 Mike Frysingererm, that #" broke stuff
2005-03-16 Mike FrysingerCROSS_COMPILE -> CROSS_COMPILER_PREFIX like busybox
2005-03-15 Mike Frysingerrename the Status categories to things actually used...
2005-03-15 Mike Frysingeradd a Kconfig option for setting the $(CROSS) build...
2005-03-15 Eric AndersenFix wierd mix of tabs and spaces
2005-03-15 Eric AndersenAdd an initial pass at a maintainers list
next