OSDN Git Service

Last portion of libc_hidden_proto removal.
[uclinux-h8/uClibc.git] / libc / misc / internals / __uClibc_main.c
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Carmelo AmorosoMove _dl_iterate_phdr into libc.so.0 and libc.a (as...
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-06-27 Mike Frysingerif argv[0] is NULL, dont try to parse it and subsequent...
2008-05-25 Denis Vlasenko__uClibc_main.c: save ~70 bytes by not checking that...
2008-05-20 Denis VlasenkoIntroduce and use small[u]int type. Changes in size:
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2007-09-15 Mike Frysingerbug 1310: drop hidden aliases to data since some arches...
2007-06-01 Mike Frysingerchange the auxvt code from being dependent on MMU to...
2007-01-11 Joakim TjernlundPeter Mazinger pointed out that my last commit was...
2007-01-10 Joakim TjernlundFix SEGV for static builds in exit() path.
2006-12-11 Mike Frysingercreate new menu so people can select what format they...
2006-12-08 Mike FrysingerRichard Sandiford writes: add support for init/fini...
2006-11-27 Mike Frysingerfix from cmetcalf to make sure we clear the auxvt table...
2006-05-06 Mike Frysingerexpand comment a little more as to why _stdio_init...
2006-05-04 Mike Frysingeruse weak_alias() for data symbols, not strong_alias()
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
2006-03-07 Peter S. MazingerAdd UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp...
2006-02-18 Mike Frysingertweak the idea between having a MMU and actually using it
2006-02-17 Mike Frysingertouchup whitespace
2006-02-14 Mike Frysingerafter much deliberation, may i present Joseph S. Myers...
2006-02-13 Peter S. Mazingerenviron is GNU extension
2006-02-01 Peter S. MazingerMake it build w/ HAVE_SHARED disabled and SSP enabled
2006-02-01 Peter S. Mazingerglobal data uses libc_hidden_data_def, convert all...
2006-01-31 Peter S. Mazingeradd comment to know why it's weak
2006-01-31 Peter S. Mazingerchange strong to weak_alias, arm fails, thx Khem Raj
2006-01-27 Peter S. MazingerSome warnings go away
2006-01-26 Peter S. MazingerSome more prototypes, enable missing-prototypes/declara...
2006-01-23 Peter S. MazingerGuard hidden prototypes accordingly
2006-01-21 Peter S. MazingerUse __typeof instead of adding full prototypes
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-08 Mike Frysingercreate & use an internal alias to __uClibc_init()
2006-01-08 Mike Frysingercreate a hidden internal pagesize symbol for libc usage
2006-01-04 Mike Frysingertweak __progname handling some more since some [bad...
2006-01-03 Mike Frysingertweak what is likely() in the argv[0] parsing
2006-01-03 Mike Frysingeradd optional support for program_invocation_name/progra...
2006-01-03 Mike Frysingerwe dont need to loop calling abort() because abort...
2006-01-03 Mike Frysingerfix previous commit so that __uClibc_init() is run...
2006-01-02 Peter S. MazingerUse attribute_noreturn
2006-01-02 Peter S. MazingerRemove -unhonoured- comment
2005-12-28 Mike Frysingertypecast away signed/unsigned warnings
2005-12-16 Peter S. MazingerRemove all trailing ; after *_alias and change 2 to...
2005-12-16 Peter S. MazingerConvert users
2005-12-14 Peter S. MazingerHide _stdio_init/term, sorry, one change went mistakenl...
2005-12-13 Peter S. MazingerConvert all users of earlier hiddens
2005-12-13 Peter S. MazingerConvert internal users of chmod/*stat*, minimize change...
2005-12-04 Peter S. MazingerMore hiding, 300 left
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-29 Mike FrysingerPaul Brook writes:
2005-11-29 Peter S. MazingerHiding again
2005-11-15 Peter S. MazingerUndo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is...
2005-11-15 Peter S. MazingerUpdate copyright notice
2005-11-15 Peter S. MazingerHide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl...
2005-10-29 Peter S. MazingerHopefully correct undefined __libc_stack_end issue
2005-10-27 Peter S. MazingerMoved guard_setup to dl-osinfo.h (used commonly by...
2005-10-12 Peter S. MazingerRemove /dev/erandom support, as [h]lfs does not use...
2005-10-08 Peter S. MazingerUser strong_alias instead of initializing __guard separ...
2005-10-03 Peter S. MazingerEnable attribute_relro on __guard and __stack_chk_guard...
2005-10-01 "Steven J. Hill"Change the order in which '__uClibc_init' is called...
2005-10-01 Peter S. MazingerAdd gcc-4.1 non-TLS __stack_chk_guard support. Run...
2005-09-23 Peter S. MazingerNew ssp code using syscalls where possible.
2005-09-21 Peter S. Mazingercorrect some typos
2005-09-08 Mike Frysingerpunt _DL_FINI_CRT_COMPAT option now that 0.9.28 has...
2005-09-08 Mike FrysingerFix by Martin Schlemmer:
2005-08-29 Mike Frysingeranemo writes in Bug 9: use ElfW(auxv_t) instead of...
2005-06-29 Joakim TjernlundAdd __libc_stack_end to libc.
2005-05-28 Joakim TjernlundAdd Peter Mazinger fini/crt compat patch. Select DL_FIN...
2005-05-26 Eric AndersenThis commit breaks the entire world (yet again). Calcu...
2005-05-25 Joakim TjernlundAdapt startup code in x86 and PPC to almost match glibc...
2005-05-21 Joakim TjernlundPass main function ptr from crt1 to __uClibc_start_main.
2005-03-20 Joakim TjernlundPrepare for moving ldso FINI handling into libc.
2004-12-22 Eric AndersenPatch from Peter S. Mazinger:
2004-10-27 Eric AndersenFix up __uClibc_init() for so that we prevent starting...
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-13 Eric AndersenFixup PAGE_SIZE problems
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-28 Eric AndersenDo not grovel about in the ELF header for the page...
2004-05-11 Eric AndersenSetup a _dl_pagesize value for use by staticly linked...
2004-05-11 Eric Andersenmake certain that getpagesize() returns correct the...
2004-05-11 Eric AndersenPurge trailing white space
2004-01-02 Eric AndersenPeter S. Mazinger writes:
2003-12-27 Manuel Novoa III Handle the app_fini stuff in exit without requiring...
2003-06-30 Eric AndersenYield to yet another glibc-ism and add __progname
2003-01-23 Eric AndersenMaking atexit weak does nothing for dynamicly linked...
2002-10-01 Eric AndersenThis commit contains a patch from Stefan Allius <allius...
2002-09-26 Eric AndersenReplace _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__
2002-08-19 Eric AndersenCall the pthread setup junk early if possible.
2002-08-08 Eric AndersenShuffle things around a bit. Looks a little cleaner.
2002-06-20 Eric AndersenCleanup the function pointer comparisions
2002-06-17 Eric AndersenAh kant spel mi name
2002-05-06 Manuel Novoa III New locale support (in development). Supports LC_CTYPE...
2002-04-17 Eric AndersenPatch from Martin Proulx to remove weak_aliases for...
next