OSDN Git Service

uClibc_main: add the needed support for nptl
[uclinux-h8/uClibc.git] / libc / misc / internals /
2009-10-17 Austin FoxleyuClibc_main: add the needed support for nptl
2009-09-26 Austin Foxleyerrno.c: add tls versions of errno and h_errno
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-08-17 Bernhard Reutner... support building out-of-tree
2008-12-10 Denis Vlasenko*: remove some __libc_XXX functions:
2008-12-10 Denis Vlasenkoremove __libc_fcntl[64]
2008-11-22 Denis Vlasenkofix some unneeded PLT references
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-11-07 Bernhard Reutner... - less verbose make clean
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
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-11-23 Bernd SchmidtAdd some necessary Makefile bits for UCLIBC_FORMAT_FLAT...
2007-11-23 Bernd SchmidtSome shared flat improvements.
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-05-06 Mike FrysingerNickolai Zeldovich writes: if the temp name already...
2007-03-08 Rob Landleysvn 17941/17943 broke the build. 18032 made the thread...
2007-03-07 Rob LandleyFix a build break due to errno and h_errno being unreso...
2007-02-22 Mike Frysingerneed to double check internal errno handling wrt libpthread
2007-02-21 Mike Frysingeradd missing file for previous commit as pointed out...
2007-02-21 Mike Frysingerredo errno handling so that it should work both in...
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-08-23 Mike Frysingersync with psm: update errno handling to be the same...
2006-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
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-15 Peter S. MazingerDOMULTI may be used for libc, the excluded files need...
2006-02-14 Mike Frysingerafter much deliberation, may i present Joseph S. Myers...
2006-02-13 Peter S. Mazingerlibc-{a,so,multi}-y replaced by libc-y covering common...
2006-02-13 Peter S. Mazingerenviron is GNU extension
2006-02-02 Peter S. Mazingereven the hidden version of the weaks in libc (as strong...
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. MazingerDo not build *64 and llseek, correct some failure when...
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. MazingerCorrect a typo
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-16 Peter S. Mazingersome global data relocs gone
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-08 Mike Frysingertouchup code a bit and shrink it by a few bytes
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-10 Mike Frysingermacro away the last parameter since we dont actually...
2005-12-09 Peter S. MazingerImplement hidden poll, switch user to hidden *printf...
2005-12-08 Peter S. MazingerUse internal versions
2005-12-04 Peter S. MazingerMore hiding, 300 left
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
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-26 Peter S. Mazinger100 JUMP relocs less (remaining 431) by hiding internal...
2005-11-26 Peter S. MazingerSome more hidden internals
2005-11-22 Peter S. MazingerForgotten to commit
2005-11-22 Mike Frysingerremove headers_done since it broke buildroot again
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-18 Peter S. Mazingermake -j2 works here
2005-11-17 Peter S. MazingerInclude all lib*/Makefile.in in top_srcdir/Makefile...
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-11-04 Mike Frysingerinitial import of a nicer output display akin to linux-2.6
2005-11-01 Mike Frysingerchange .os back to .oS per psm
2005-10-31 Mike Frysingerproduce a .os instead of .oS
2005-10-29 Peter S. MazingerHopefully correct undefined __libc_stack_end issue
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
next