OSDN Git Service

uclinux-h8/uClibc.git
2004-08-26 Manuel Novoa... Fixes from gentoo.
2004-08-26 Joakim TjernlundLet ldso find libc's malloc function and set _dl_malloc...
2004-08-26 Joakim TjernlundAdded test for RTLD_GLOBAL flag in _dl_find_hash().
2004-08-26 Eric AndersenRelocations of the application's global GOT entries...
2004-08-26 Joakim TjernlundStefan Allius writes:
2004-08-25 Eric AndersenMike Frysinger writes:
2004-08-25 Eric AndersenMike Frysinger writes:
2004-08-25 Eric AndersenJoakim Tjernlund writes:
2004-08-25 Manuel Novoa... Patch by Carl SHAW <carl.shaw@st.com>...
2004-08-25 Joakim TjernlundPatch from Stefan Allius:
2004-08-25 Joakim TjernlundHopefully fix Laszlo and Jacobs dlopen problem.
2004-08-23 Eric AndersenNote a security item for the next release
2004-08-22 Eric AndersenMake the stub profiling stuff work
2004-08-21 Eric AndersenThe "Delete current profiling code because it is comple...
2004-08-21 Eric AndersenAttempt to support 'gcc -finstrument-functions', which...
2004-08-21 Eric AndersenKill off all support for 'gcc -pg' / 'gprof' style...
2004-08-20 Eric AndersenEnable only for architectures where __NR_madvise is...
2004-08-19 Eric AndersenNever directly include kernel sources
2004-08-19 Eric Andersen'pagesize' was local to dl-startup.c. In ldso.c we...
2004-08-19 Manuel Novoa... Fix dependencies.
2004-08-19 Joakim TjernlundAccunt for ELF_MACHINE_PLTREL_OVERLAP when relocating...
2004-08-19 Joakim TjernlundRemove poor man's malloc. Not needed anymore.
2004-08-19 Joakim TjernlundMove "debug_addr" ptr from dl-startup.c to ldso.c
2004-08-19 Joakim TjernlundMove the app specific stuff from dl-startup.c to ldso.c.
2004-08-19 Joakim TjernlundOops, forgot to remove unused variable.
2004-08-19 Joakim TjernlundThis is now done in ldso.c
2004-08-18 Joakim TjernlundClean up the _dl_boot code and make it similar to arm...
2004-08-17 Eric AndersenCarl SHAW writes:
2004-08-17 Joakim TjernlundDavid McCulloug writes:
2004-08-17 Joakim TjernlundLet ldso decide if it should relocate itselft a second...
2004-08-17 Joakim TjernlundFix make clean rule.
2004-08-16 Eric AndersenAudit pthread.h and exclude prototypes for pthread...
2004-08-16 Eric AndersenI will always test before I commit.
2004-08-16 Eric AndersenSetup __pagesize from inside __uClibc_init(), or else...
2004-08-16 Eric AndersenBe a bit more prominant about the fact that setuid...
2004-08-16 Eric AndersenThe variable used to store pagesize is not the same...
2004-08-16 Eric AndersenThe pagesize variable used when starting up is _not_...
2004-08-15 Manuel Novoa... Update to add missing c++ namespace support.
2004-08-15 Eric AndersenDo not fail all lookups when /etc/resolv.conf is missin...
2004-08-15 Manuel Novoa... Logic was reversed.
2004-08-14 Eric Andersenreq_search returned garbage. This teaches it to behave...
2004-08-13 Eric AndersenFixup PAGE_SIZE problems
2004-08-13 Joakim TjernlundFix usage_count in ldso/libdl.
2004-08-13 Manuel Novoa... Always include the sqrtf wrapper in libm so that we...
2004-08-10 Manuel Novoa... Fix mips bug related to 2.6 headers by following glibc...
2004-08-10 Manuel Novoa... Apparently the sigaction code added was broken, as...
2004-08-10 Joakim TjernlundOptimze _dl_memset() for PowerPC.
2004-08-10 Joakim TjernlundForgot _dl_memcpy in previous checkin.
2004-08-10 Manuel Novoa... On Monday 02 August 2004 08:44 am, Mike Frysinger wrote:
2004-08-10 Manuel Novoa... At solar's request...
2004-08-10 Joakim Tjernlund_dl_strlen,_dl_strcat,_dl_strcpy,_dl_strcmp,_dl_strncmp,
2004-08-10 Joakim Tjernlund_dl_get_last_path_component:
2004-08-10 Joakim TjernlundRevmoved _dl_brkp and _dl_envp. They are not needed...
2004-08-10 Joakim TjernlundMike Frysinger writes:
2004-08-10 Joakim TjernlundMike Frysinger writes:
2004-08-10 Joakim TjernlundMike Frysinger writes:
2004-08-09 Joakim TjernlundOops.
2004-08-09 Joakim TjernlundFrom: uclibc-bounces@uclibc.org on behalf of Peter...
2004-08-09 Joakim TjernlundThis should fix the dlsym problem Peter van Hoyweghen...
2004-08-06 Eric AndersenJoakim Tjernlund writes:
2004-08-06 Eric AndersenJoakim Tjernlund writes:
2004-08-04 Eric Andersendoh
2004-08-04 Eric AndersenAdd missing header file needed to define PAGE_SIZE
2004-08-03 Eric AndersenAs Joakim Tjernlund rightly notes, I should have used...
2004-07-30 Eric Andersencut-n-paste strikes again
2004-07-30 Eric AndersenCleanup some dead wood in the header files
2004-07-30 Eric Andersens/___brk_addr/__curbrk/g
2004-07-30 Manuel Novoa... Some mips updates. Add a couple of missing sys/*.h...
2004-07-30 Eric AndersenTeach libdl to use normal libc symbols whenever possibl...
2004-07-30 Eric AndersenWhitespace cleanup
2004-07-30 Eric AndersenFix screwed up indenting
2004-07-28 Eric AndersenDo not grovel about in the ELF header for the page...
2004-07-27 Eric AndersenBe certain to include sys/sysmacros.h when major()...
2004-07-27 Eric AndersenRemove all reference to __GLIBC_HAVE_LONG_LONG
2004-07-26 Eric AndersenSupport linux 2.6.x wide device major/minor numbers
2004-07-21 Eric AndersenFix ftruncate64 and truncate64 for powerpc and mips
2004-07-17 Eric AndersenUpdate todo list
2004-07-17 Eric AndersenUpdate sigaction for arm
2004-07-17 Eric AndersenAdd sigaction for mips
2004-07-16 Manuel Novoa... Follow glibc's lead and add a gcc-3.4.1 required symbol...
2004-07-16 Manuel Novoa... Hide the arm libfloat support for now. No longer neede...
2004-07-16 Eric AndersenRevert this stuff for now
2004-07-16 Eric AndersenPete Popov writes:
2004-07-15 Eric AndersenCleanup some cruft
2004-07-15 Eric Andersenupdate packaging a bit
2004-07-15 Eric AndersenCleanup a few of the more egregiously broken sysconf...
2004-07-15 Eric Andersen_SC_PAGESIZE is standard. Some ancient legacy unix...
2004-07-15 Eric Andersen_SC_PAGESIZE is standard. Some ancient legacy unix...
2004-07-15 Eric AndersenUse MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.
2004-07-15 Eric AndersenAtsushi Nemoto writes:
2004-07-15 Eric Andersenh8300 updates from Yoshinori Sato
2004-07-15 Eric AndersenPatch from Yoshinori Sato to add H8/300 relocation...
2004-07-15 Eric AndersenPeter Kjellerstedt at axis.com writes:
2004-07-14 Eric AndersenSigh. I got things working this morning, then checked...
2004-07-14 Eric AndersenBased on a patch from Alexandre Oliva, make sure _dl_ma...
2004-07-05 Eric AndersenUpdate FAQ a bit
2004-06-27 Eric AndersenJoakim Tjernlund writes:
2004-06-24 Eric AndersenDisable support for R_ARM_PC24, just like R_PPC_REL24...
2004-06-20 Eric AndersenLet dl-string.h include dl-sysdep.h, since it has prope...
2004-06-20 Eric AndersenWhine about R_PPC_REL24 relocations, and tell people...
next