OSDN Git Service

uclinux-h8/uclibc-ng.git
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
2005-03-15 Joakim TjernlundAdd _dl_boot() prototype.
2005-03-15 Peter KjellerstedtA little whitespace clean up.
2005-03-15 Peter KjellerstedtMade it compile again (and it even seems to work).
2005-03-15 Joakim TjernlundFix MIPS initial GOT relocation.
2005-03-14 Joakim TjernlundSame typo here.
2005-03-14 Joakim TjernlundOops, fix typo.
2005-03-14 Eric AndersenMake mips at least compile
2005-03-14 Eric AndersenFix up x86 so it compiles again.
2005-03-14 Eric AndersenMake mips/mipsel syscalls no longer complain about...
2005-03-14 Joakim TjernlundSimplify PT_INTERP handling.
2005-03-14 Joakim TjernlundGeneralize optimized relative reloc procesing.
2005-03-14 Joakim TjernlundForce suid apps to do unlazy binding of the PLT relocs.
2005-03-12 Ned Ludd- added externs to keep gcc quiet about implicit declar...
2005-03-10 Mike Frysingerchown syntax 0.0 -> 0:0
2005-03-10 Joakim TjernlundUse DT_RELCONT_IDX to optimize the relocation of R_PPC_...
2005-03-09 Mike Frysingeradd a check target cause i'm lazy
2005-03-09 Mike Frysingerfix typo
2005-03-07 Eric AndersenDisable float wrappers for functions that are not presently
2005-03-07 Eric Andersensplit the float wrappers into separate object files
2005-03-06 Eric AndersenTrim off whitespace
2005-03-01 Mike Frysingermake sure we only create libm.a before running through...
2005-02-28 Manuel Novoa... Fix reported bug in error return behavior of sem_timedw...
2005-02-26 Ned Ludd- avoid segfaulting when rlimit stack is set to low...
2005-02-25 Eric Andersendoh! We'll get this one right yet...
2005-02-23 Mike Frysingermake sure subdirs requires the toplevel $(LIBM) already...
2005-02-23 Mike Frysingerhave the directories themselves rather than the alias...
2005-02-21 Eric Andersenpoint to buildroot webpage
2005-02-21 Mike Frysingerupdate so argc/argv/envp work and binaries dont just...
2005-02-18 Eric AndersenSome uClinux architectures do not define pivot_root
2005-02-18 Eric AndersenMerge pt-machine.h for the blackfin from the Analog
2005-02-16 Eric AndersenSince libdl is pretty small, and not likely to benefit...
2005-02-16 Manuel Novoa... Unlike the other static libs, libdl.a and libdl_pic...
2005-02-15 Mike Frysingerdont need sysdep.h
next