summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-28Added support for clock_getres() and clock_settime() in addition toPeter Kjellerstedt
2005-04-28Updated to match glibc 2.3.4 (adds missing CLOCK_MONOTONIC).Peter Kjellerstedt
2005-04-28The list of source files was just too much. Especially trying to keepPeter Kjellerstedt
2005-04-27Get rid of extern references to ldso variables."Steven J. Hill"
2005-04-27Simplify PERFORM_BOOTSTRAP_RELOC() default path.Paul Mundt
2005-04-27mq_* interfaces are available in librt, remove from unimplemented list.Paul Mundt
2005-04-27GCC-4.1.0 doesn't like it when you reference 'extern' one place and then try"Steven J. Hill"
2005-04-24Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctlJoakim Tjernlund
2005-04-23Fix dlopen to handle circular dependency libs. Wouldn't surprise me if someth...Joakim Tjernlund
2005-04-23Cleanup library loading.Joakim Tjernlund
2005-04-19Correct typo, matching correction made to elf.hEric Andersen
2005-04-18Updated to match Linux 2.6.11.Peter Kjellerstedt
2005-04-18Copy vendor/linux/2.6.11/scripts/lxdialog toPeter Kjellerstedt
2005-04-16In Bug 116, dicksnippe writes:Mike Frysinger
2005-04-16cbachman writes Bug 195:Mike Frysinger
2005-04-16import more updates from glibcMike Frysinger
2005-04-15import fixes/updates from glibc-2.3Mike Frysinger
2005-04-13Add missing definition for DL_OPENEDEric Andersen
2005-04-13Adjust indentationEric Andersen
2005-04-13This update gets mips working again.Eric Andersen
2005-04-13Further rework the mips syscallsEric Andersen
2005-04-13On some wierd arches (i.e. mips), none of the early debug stuffEric Andersen
2005-04-13Fix bug 214, reported by aurel. This is a major update thatJoakim Tjernlund
2005-04-13Don't write out the terminating NULL charEric Andersen
2005-04-13Rework the dl-startup.c ldso early debugging macros to beEric Andersen
2005-04-12early debug stuff goes to stderr, not _dl_debug_fileEric Andersen
2005-04-12fix a thinko -- we cant use Eric Andersen
2005-04-12Only dl-startup.c should be using the SEND_STDERR macros,Eric Andersen
2005-04-12Remove __FORCE_SHAREABLE_TEXT_SEGMENTS__ hack from ldso itself.Joakim Tjernlund
2005-04-07Replaced modulo code with the modulo operator.Tobias Anderberg
2005-04-06remove pthread_atfork() prototype since SuSv3 doesnt *require* it and glibc-2...Mike Frysinger
2005-04-03Prepare PowerPC some more for standalone exection of ldso.Joakim Tjernlund
2005-04-01minor cosmetic cleanupEric Andersen
2005-04-01Cleanup the mips syscalls a bit more, and fix a fewEric Andersen
2005-04-01Optimize _dl_elf_hash(), both smaller and faster. MostlyJoakim Tjernlund
2005-03-31sh64 ldso updates and fixes.Paul Mundt
2005-03-31Add some more SH relocation types.Paul Mundt
2005-03-31point to osuoslEric Andersen
2005-03-29Moved the addition of load address from the fast pathJoakim Tjernlund
2005-03-21Let mconfig support options specified using the menuconfig directivePeter Kjellerstedt
2005-03-21Forgot to change name of builtin buffer during last rewrite.Manuel Novoa III
2005-03-21Pass _dl_fini function ptr to __uClibc_start_main().Joakim Tjernlund
2005-03-21Prepare for moving ldso FINI handling to libc by passing _dl_fini. This shoul...Joakim Tjernlund
2005-03-20Pass _dl_fini function ptr to __uClibc_start_main().Joakim Tjernlund
2005-03-20Prepare for moving ldso FINI handling to libc by passing _dl_fini. This shoul...Joakim Tjernlund
2005-03-20Prepare for moving ldso FINI handling into libc.Joakim Tjernlund
2005-03-20Move ldso FINI handling into _dl_fini(). Add #ifndef _DL_DO_FINI_IN_LIBC aroundJoakim Tjernlund
2005-03-18Remove dead code.Joakim Tjernlund
2005-03-18Forgot to commit the arch cleanup changes to m68kJoakim Tjernlund
2005-03-18have ldso.c depend on dl-startup.h tooMike Frysinger