summaryrefslogtreecommitdiff
path: root/libc/misc/internals
AgeCommit message (Expand)Author
2005-09-23Do not build __uClibc_main.o with ssp enabledPeter S. Mazinger
2005-09-23New ssp code using syscalls where possible.Peter S. Mazinger
2005-09-21correct some typosPeter S. Mazinger
2005-09-08punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been releasedMike Frysinger
2005-09-08Fix by Martin Schlemmer:Mike Frysinger
2005-08-29anemo writes in Bug 9: use ElfW(auxv_t) instead of Elf32_auxv_tMike Frysinger
2005-08-13per suggestion by psm, remove the variable DYNAMIC_LINKEREric Andersen
2005-06-29Add __libc_stack_end to libc.Joakim Tjernlund
2005-05-28Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT toJoakim Tjernlund
2005-05-26This commit breaks the entire world (yet again). Calculate theEric Andersen
2005-05-25Adapt startup code in x86 and PPC to almost match glibc. _init vs. __libc_csu...Joakim Tjernlund
2005-05-21Pass main function ptr from crt1 to __uClibc_start_main.Joakim Tjernlund
2005-04-16In Bug 116, dicksnippe writes:Mike Frysinger
2005-03-20Prepare for moving ldso FINI handling into libc.Joakim Tjernlund
2005-02-12no more cvsMike Frysinger
2005-01-25merge parallel build supportMike Frysinger
2004-12-22Patch from Peter S. Mazinger:Eric Andersen
2004-10-27Fix up __uClibc_init() for so that we prevent starting SUIDEric Andersen
2004-08-16I will always test before I commit.Eric Andersen
2004-08-16Setup __pagesize from inside __uClibc_init(), or else when registeringEric Andersen
2004-08-16Be a bit more prominant about the fact that setuid handlingEric Andersen
2004-08-16The variable used to store pagesize is not the same as theEric Andersen
2004-08-13Fixup PAGE_SIZE problemsEric Andersen
2004-08-04dohEric Andersen
2004-08-04Add missing header file needed to define PAGE_SIZEEric Andersen
2004-08-03As Joakim Tjernlund rightly notes, I should have used PAGE_SIZEEric Andersen
2004-07-28Do not grovel about in the ELF header for the page size whenEric Andersen
2004-06-12Oops. Missed a spot.Eric Andersen
2004-06-06scrap the goofy time + getpid() based "randomness" and useEric Andersen
2004-05-11Setup a _dl_pagesize value for use by staticly linked appsEric Andersen
2004-05-11make certain that getpagesize() returns correct the value for mipsEric Andersen
2004-05-11Purge trailing white spaceEric Andersen
2004-01-02Peter S. Mazinger writes:Eric Andersen
2003-12-27Handle the app_fini stuff in exit without requiring atexit().Manuel Novoa III
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-06-30Yield to yet another glibc-ism and add __prognameEric Andersen
2003-02-08Fixup handling of the .note.ABI-tag section so that it is ARM only,Eric Andersen
2003-01-23Making atexit weak does nothing for dynamicly linked apps. And forEric Andersen
2002-11-21Doh! As Stefan Allius points out, I forgot to properly reviewEric Andersen
2002-11-21Patch from Yoshinori Sato to update the h8300 architecture.Eric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-10-25Fixup dependsEric Andersen
2002-10-25Doh. Add a missing #include to interp.c. I wonder why it used toEric Andersen
2002-10-01This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen
2002-09-26Replace _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen
2002-08-19Add a .note section to make gdb happyEric Andersen
2002-08-19Call the pthread setup junk early if possible.Eric Andersen
2002-08-08Shuffle things around a bit. Looks a little cleaner.Eric Andersen
2002-06-20Cleanup the function pointer comparisionsEric Andersen
2002-06-18Some commentaryEric Andersen