summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches-0.9.30.1
Commit message (Collapse)AuthorAgeFilesLines
* uClibc: fix free-after-use bug in __dns_lookup (closes #6886)Gabor Juhos2010-03-231-0/+45
| | | | SVN-Revision: 20384
* fix varargs handling of the prctl syscallImre Kaloz2010-02-191-0/+68
| | | | SVN-Revision: 19740
* uClibc: implement copysignl in libc on powerpc to avoid undefined references ↵Felix Fietkau2009-10-271-0/+103
| | | | | | in libstdc++ SVN-Revision: 18178
* uClibc: add support for mips non-pic relocations in ldsoFelix Fietkau2009-10-191-0/+289
| | | | SVN-Revision: 18069
* gcc: add llvm-gcc and llvm from trunk (does not successfully compile a ↵Felix Fietkau2009-10-101-0/+11
| | | | | | target yet, but gets close) SVN-Revision: 18019
* uClibc: add copysign, copysignf, copysignl for i386Felix Fietkau2009-10-101-0/+96
| | | | SVN-Revision: 18017
* uClibc: fix strrchr on i386Felix Fietkau2009-10-101-0/+11
| | | | SVN-Revision: 18016
* Do not save variables in hi or lo across system calls, fixes issues with ↵Florian Fainelli2009-09-261-0/+30
| | | | | | gcc-4.4 (#5351) SVN-Revision: 17742
* more cygwin build fixesFlorian Fainelli2009-08-261-5/+19
| | | | SVN-Revision: 17401
* add a heavily cleaned up version of ubicom32 toolchain supportFelix Fietkau2009-08-211-0/+4407
| | | | SVN-Revision: 17346
* uClibc: fix build error on ARM targets (closes #5473)Gabor Juhos2009-07-071-24/+38
| | | | SVN-Revision: 16735
* add more gcc-4.4 patches from uclibc's mailing-listFlorian Fainelli2009-07-061-0/+902
| | | | SVN-Revision: 16720
* add missing patch from the uclibc buildrootImre Kaloz2009-06-231-0/+371
| | | | SVN-Revision: 16541
* uClibc-0.9.30.1: fix possible NULL pointer dereference (closes #5242)Gabor Juhos2009-06-031-0/+11
| | | | SVN-Revision: 16304
* uClibc: bsd supports the same floating point classification functions as ↵Felix Fietkau2009-05-291-0/+9
| | | | | | c99, fixes inetd SVN-Revision: 16172
* uClibc: add a wrapper for the missing finite() functionFelix Fietkau2009-05-291-0/+14
| | | | SVN-Revision: 16170
* Add the missing 5th arg to the ppoll syscall. Fixes the uclibc error that ↵Hamish Guthrie2009-05-291-0/+38
| | | | | | ppoll returns -EINVAL. Thanks to Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 16166
* uClibc 0.9.30.1: fix extra/scripts/unifdef.c like in linux 2.6.28 - nptl ↵Felix Fietkau2009-05-281-0/+29
| | | | | | does not need this fix, because the problem was fixed upstream already SVN-Revision: 16140
* uclibc 0.9.30.1: add c99 long double math fix from gentoo (thx, ralph) fixes ↵Felix Fietkau2009-05-071-0/+474
| | | | | | compile error on powerpc SVN-Revision: 15670
* uclibc 0.9.30: fix isnan declarationFelix Fietkau2009-05-041-0/+11
| | | | SVN-Revision: 15589
* uClibc cleanup: - use full version string (0.9.30.1), instead of base ↵Nicolas Thill2009-04-243-0/+75
(0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) SVN-Revision: 15368