summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add missing includes of unistd.h for smallint usageDenis Vlasenko2008-06-016-2/+4
* Still forgot some libraries in one of the previous commits.Bernd Schmidt2008-06-011-3/+3
* A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt2008-06-0113-29/+30
* Use $(<D) rather than $(^D), as the latter now contains an elementBernd Schmidt2008-06-011-4/+9
* - since we force make into trying to rebuild unconditionally, we have toBernhard Reutner-Fischer2008-06-011-3/+5
* - store the used compiler plus flags in the .%.dep files too andBernhard Reutner-Fischer2008-06-011-23/+49
* Fix a dependency to mention libc.so, not libc.so.0, as we only have a rule toBernd Schmidt2008-05-311-1/+1
* - rm all deps on distcleanBernhard Reutner-Fischer2008-05-311-1/+1
* Oh, and prepend a dot to the basename so i don't have to change my habit ofBernhard Reutner-Fischer2008-05-311-1/+4
* - generate deps via gccBernhard Reutner-Fischer2008-05-312-12/+16
* - fix whitespaceBernhard Reutner-Fischer2008-05-311-7/+8
* - fix prerequisites of sysnum.h (has to depend on the script that generates it)Bernhard Reutner-Fischer2008-05-311-1/+1
* - default kernel-modules funcs to on.Bernhard Reutner-Fischer2008-05-311-4/+5
* fix fallout from string.h libc_hidden_proto removalDenis Vlasenko2008-05-312-8/+10
* Makefile.kconfig: whitespace fixDenis Vlasenko2008-05-312-3/+7
* - cannot really guarantee proper order, so play safe and compile the problematicBernhard Reutner-Fischer2008-05-303-9/+6
* - Fix gcc glitch with mremap and IMA.Bernhard Reutner-Fischer2008-05-301-0/+7
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-302-2/+2
* - try to pickup UINTMAX_MAXBernhard Reutner-Fischer2008-05-301-0/+1
* - fix the macros rather than the callees as rightfully noted by bernds (duh!)Bernhard Reutner-Fischer2008-05-303-7/+6
* - nlist is unsigned. Adjust iterator variables accordingly to avoid signednes...Bernhard Reutner-Fischer2008-05-301-2/+2
* - Avoid warning about missing brace. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+2
* - fix dependencies of ldso.cBernhard Reutner-Fischer2008-05-301-1/+8
* - Avoid warning about missing brace.Bernhard Reutner-Fischer2008-05-301-4/+4
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+1
* - Avoid warning about missing brace. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+2
* - 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