summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - do not delete the libs i keep for size-comparisonBernhard Reutner-Fischer2008-05-211-2/+4
* replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko2008-05-2012-63/+31
* getopt: do not needlessly use static structure.Denis Vlasenko2008-05-202-20/+18
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-2017-19/+36
* add an URL to relevant gcc bugzilla entryDenis Vlasenko2008-05-201-2/+3
* suppress "asm declaration ignored due to conflict with previous rename"Denis Vlasenko2008-05-201-0/+20
* - note that __drand48_iterate should be voidBernhard Reutner-Fischer2008-05-202-0/+4
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-2030-132/+41
* - avoid warning due to undefined preprocessor tokenBernhard Reutner-Fischer2008-05-201-1/+1
* - avoid warning due to undefined preprocessor tokenBernhard Reutner-Fischer2008-05-201-18/+2
* - make it compile with !__UCLIBC_HAS_LOCALE__Bernhard Reutner-Fischer2008-05-201-1/+1
* - silence warningBernhard Reutner-Fischer2008-05-201-1/+1
* Synch extern declaration with definition provided in __uClibc_main.cCarmelo Amoroso2008-05-201-1/+1
* Remove automatically generated header when doing make cleanCarmelo Amoroso2008-05-201-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-19220-433/+578
* Added a bounch of locale fixes.Carmelo Amoroso2008-05-194-3/+7
* Convert to UNIX formatCarmelo Amoroso2008-05-161-25/+25
* make sure we store the function pointers to the real push/pop functions rathe...Mike Frysinger2008-05-151-2/+2
* Do not check retbuf if realpath returns NULLCarmelo Amoroso2008-05-131-2/+1
* fix "make install_kernel_headers" to not create asm-genericDenis Vlasenko2008-05-091-7/+11
* test-canon: stop checking realpath buffer in case realpathDenis Vlasenko2008-05-081-17/+15
* realpath: do not set bogus errno when readlink fails.Denis Vlasenko2008-05-081-22/+26
* Split kernel headers installation from "make install_headers".Denis Vlasenko2008-05-073-39/+75
* Add unifdef host tool to clean targetCarmelo Amoroso2008-05-071-0/+1
* Remove gcc warning due to missing prototype for 'testandset'Carmelo Amoroso2008-05-072-0/+4
* - add missing #endifBernhard Reutner-Fischer2008-05-0324-1/+23
* - cleanup by manually expanding the helpers.Bernhard Reutner-Fischer2008-05-031-13/+14
* - implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer2008-05-0324-158/+806
* Wire up vmsplice, splice and tee for arm.Khem Raj2008-05-031-11/+14
* - indentBernhard Reutner-Fischer2008-05-021-181/+177
* Added implementation for 'locale' command.Carmelo Amoroso2008-05-024-3/+834
* - add vmsplice, splice, tee (Timo Teräs)Bernhard Reutner-Fischer2008-05-024-10/+106
* install_headers: do not exit if unifdef "fails", it's okDenis Vlasenko2008-05-011-1/+4
* install_headers: properly quote thingsDenis Vlasenko2008-04-301-3/+4
* guard against older ld's not understanding --sort-section alignmentDenis Vlasenko2008-04-301-1/+6
* Rules.mak: fix -falign/-malign mixupDenis Vlasenko2008-04-301-6/+6
* install_headers.sh: detect a case when kernel headers are alreadyDenis Vlasenko2008-04-301-20/+26
* build system: use a bit more aggressive gcc/ld optimizations,Denis Vlasenko2008-04-291-4/+50
* __uc_malloc: remove stray semicolonsDenis Vlasenko2008-04-281-3/+3
* Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko2008-04-285-3/+13
* build system: improve install_headers.Denis Vlasenko2008-04-273-9/+1097
* Fix rpc test MakefileCarmelo Amoroso2008-04-251-0/+4
* Fix some sh4 specific entriesCarmelo Amoroso2008-04-252-0/+6
* reinstate external visibility of inet_ntoa_r,Denis Vlasenko2008-04-252-1/+5
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-2472-275/+275
* Fix indentation of comment in AVR32 memmove assembler optimization file.Hans-Christian Egtvedt2008-04-241-1/+1
* Fix whitespace damage in top level Config.in.Hans-Christian Egtvedt2008-04-241-14/+14
* Fix whitespace damage in AVR32 in libc sysdeps AVR32 specific Linux files.Hans-Christian Egtvedt2008-04-2415-252/+252
* Fix whitespace damage in AVR32 libc sysdeps sys header files.Hans-Christian Egtvedt2008-04-244-77/+77
* Fix whitespace damage in AVR32 libc bits header files.Hans-Christian Egtvedt2008-04-2410-398/+398