summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-3018-20/+20
* - pull wur settings from upstream. No other changes.Bernhard Reutner-Fischer2008-05-301-44/+48
* - shrink a little bit.Bernhard Reutner-Fischer2008-05-301-14/+10
* - fix dependencies for multi-sourceBernhard Reutner-Fischer2008-05-291-9/+21
* Fix typo in macro for tls access modelCarmelo Amoroso2008-05-291-1/+1
* - pull commentary fixes from upstreamBernhard Reutner-Fischer2008-05-282-11/+25
* Fix the ELF magic number for SPARCV9: by Friedrich Oslage <bluebird@porno-bul...Carmelo Amoroso2008-05-281-1/+8
* avr32: splice(), vmsplice() and tee() supportHaavard Skinnemoen2008-05-281-0/+31
* Fix build failure due to missing 'smallint' definitionCarmelo Amoroso2008-05-272-2/+2
* Fix build failure due to missing 'smallint' definitionCarmelo Amoroso2008-05-276-1/+5
* Slight size reduction by use of smallints/consts:Denis Vlasenko2008-05-256-9/+9
* __uClibc_main.c: save ~70 bytes by not checking that /dev/nullDenis Vlasenko2008-05-251-9/+7
* - use -print-file-nameBernhard Reutner-Fischer2008-05-231-1/+3
* - avoid warning about cast from pointer to integer of different sizeBernhard Reutner-Fischer2008-05-231-1/+1
* arm memcpy: fix the case when src=dstDenis Vlasenko2008-05-231-2/+1
* - for non-threaded, non-macro case we were missing __GI_fputc (for e.g. error.c)Bernhard Reutner-Fischer2008-05-231-0/+2
* - fix compilation errorBernhard Reutner-Fischer2008-05-231-2/+3
* - rename to match the set*() function's filenameBernhard Reutner-Fischer2008-05-221-0/+0
* - rename to match the setdomainname filenameBernhard Reutner-Fischer2008-05-221-0/+0
* convert two more static ints used as flags to smallintsDenis Vlasenko2008-05-222-2/+2
* - Wrap overlong comment-lines. No object-code changesBernhard Reutner-Fischer2008-05-211-4/+6
* - my manpage sais that init_module, create_module, query_module, delete_moduleBernhard Reutner-Fischer2008-05-212-0/+14
* - fix warning about old-style function definitionBernhard Reutner-Fischer2008-05-211-32/+33
* - fix warning about static not being at the beginning of a declBernhard Reutner-Fischer2008-05-211-1/+1
* - 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