summaryrefslogtreecommitdiff
path: root/libc/misc/internals
AgeCommit message (Expand)Author
2005-11-01change .os back to .oS per psmMike Frysinger
2005-10-31produce a .os instead of .oSMike Frysinger
2005-10-29Hopefully correct undefined __libc_stack_end issuePeter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-27Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger
2005-10-12Remove /dev/erandom support, as [h]lfs does not use it in this form.Peter S. Mazinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-10-11Allow building uClibc w/ make-3.79.1 if SSP is disabledPeter S. Mazinger
2005-10-08User strong_alias instead of initializing __guard separatelyPeter S. Mazinger
2005-10-04Clean up pthread include mess. Some of these will be needed to support NPTL, ..."Steven J. Hill"
2005-10-03Enable attribute_relro on __guard and __stack_chk_guard now that ld.so suppor...Peter S. Mazinger
2005-10-01Change the order in which '__uClibc_init' is called. In the case of NPTL, som..."Steven J. Hill"
2005-10-01Add gcc-4.1 non-TLS __stack_chk_guard support. Run the guard setup only once.Peter S. Mazinger
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