summaryrefslogtreecommitdiffstats
path: root/libc/misc/internals/__uClibc_main.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace fixesAustin Foxley2009-10-171-1/+1
* sync a few trivial changes back to masterAustin Foxley2009-10-171-4/+4
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-11/+0
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-4/+0
* Get non nptl threads compiled on x86.Khem Raj2008-12-231-6/+2
* Synch with trunk @ 24087Carmelo Amoroso2008-11-181-2/+2
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-49/+49
* Fix __uClibc_main.c to not create aliases to hidden variablesCarmelo Amoroso2007-11-221-8/+8
* Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso <ca...Carmelo Amoroso2007-11-201-6/+28
* Fix up header files."Steven J. Hill"2007-04-141-4/+1
* Merge from trunk and bring in NPTL code in the various 'misc' subsystems."Steven J. Hill"2006-08-241-44/+203
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-18/+32
* Merge from trunk."Steven J. Hill"2005-12-101-13/+0
* More merging from trunk."Steven J. Hill"2005-12-061-6/+15
* Merge from trunk."Steven J. Hill"2005-10-301-70/+27
* Bring in changes from trunk."Steven J. Hill"2005-10-041-3/+2
* Fix up build system for NPTL. I admit it is much cleaner now, but I lost my e..."Steven J. Hill"2005-10-041-25/+35
* Big sync with trunk."Steven J. Hill"2005-09-241-11/+68
* Finish merge from trunk."Steven J. Hill"2005-09-131-10/+0
* Add in calls needed for TLS setup for statically linked applications. A call ..."Steven J. Hill"2005-08-301-4/+15
* Sync with trunk."Steven J. Hill"2005-08-301-3/+4
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-301-24/+21
* Prepare for moving ldso FINI handling into libc.Joakim Tjernlund2005-03-201-3/+7
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-2/+2
* Fix up __uClibc_init() for so that we prevent starting SUIDEric Andersen2004-10-271-17/+66
* I will always test before I commit.Eric Andersen2004-08-161-29/+32
* Setup __pagesize from inside __uClibc_init(), or else when registeringEric Andersen2004-08-161-31/+31
* Be a bit more prominant about the fact that setuid handlingEric Andersen2004-08-161-3/+8
* The variable used to store pagesize is not the same as theEric Andersen2004-08-161-5/+3
* Fixup PAGE_SIZE problemsEric Andersen2004-08-131-1/+1
* dohEric Andersen2004-08-041-1/+1
* Add missing header file needed to define PAGE_SIZEEric Andersen2004-08-041-0/+1
* As Joakim Tjernlund rightly notes, I should have used PAGE_SIZEEric Andersen2004-08-031-2/+2
* Do not grovel about in the ELF header for the page size whenEric Andersen2004-07-281-2/+5
* Setup a _dl_pagesize value for use by staticly linked appsEric Andersen2004-05-111-0/+2
* make certain that getpagesize() returns correct the value for mipsEric Andersen2004-05-111-3/+25
* Purge trailing white spaceEric Andersen2004-05-111-13/+13
* Peter S. Mazinger writes:Eric Andersen2004-01-021-0/+7
* Handle the app_fini stuff in exit without requiring atexit().Manuel Novoa III2003-12-271-3/+4
* Yield to yet another glibc-ism and add __prognameEric Andersen2003-06-301-0/+3
* Making atexit weak does nothing for dynamicly linked apps. And forEric Andersen2003-01-231-3/+5
* This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen2002-10-011-56/+111
* Replace _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-09-261-2/+4
* Call the pthread setup junk early if possible.Eric Andersen2002-08-191-3/+10
* Shuffle things around a bit. Looks a little cleaner.Eric Andersen2002-08-081-56/+21
* Cleanup the function pointer comparisionsEric Andersen2002-06-201-7/+7
* Ah kant spel mi nameEric Andersen2002-06-171-1/+1
* New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III2002-05-061-0/+12
* Patch from Martin Proulx to remove weak_aliases for non ELF compilers inEric Andersen2002-04-171-2/+2
* Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300Eric Andersen2002-04-011-0/+3