1. 42f7feb Patch from 2.6.12-rc3 Linux/MIPS tree to add in NPTL changes for MIPS. Hopefully 2.6.12 will release soon so we can get the updates. by "Steven J. Hill" · 20 years ago
  2. df2c1a4 Uh... sjhill... Why do you think this shouldn't be here? by Manuel Novoa III · 20 years ago
  3. cda293a Remove unneeded 2.16 binutils patch and update GCC 4.1.0 patches. MIPS by "Steven J. Hill" · 20 years ago
  4. 5b72a75 Looks like the 2.16 patches should work fine for 2.15.97, and tested with a mipsel soft-float cross+native toolchain build. by Manuel Novoa III · 20 years ago
  5. 0a7a816 New patches for GCC-4.1.0 for locale and configuration. by "Steven J. Hill" · 20 years ago
  6. 50b47fa Add proper target support for newfangled sh targets. by Paul Mundt · 20 years ago
  7. 306f002 No need to patch this when there's a configuration parameter. by Manuel Novoa III · 20 years ago
  8. 8e6c4f0 sh64 no longer implies sh as far as uClibc is concerned.. by Paul Mundt · 20 years ago
  9. d8756d1 Obsolete. by Manuel Novoa III · 20 years ago
  10. a6e7be0 This is the 100 patch for 2.16.90.0.2. Note that 2.16.90.0.2 seems to be broken for mips. by Manuel Novoa III · 20 years ago
  11. 9b99856 Ugly hack to force the configuration for the cross libstdc++ to fail for complex funcs we don't yet support. by Manuel Novoa III · 20 years ago
  12. 5b01ff9 No longer needed and actually breaks the gcc java build. by Manuel Novoa III · 20 years ago
  13. 47fc1c4 Prune out a bunch of binutils versions that are no longer by Eric Andersen · 20 years ago
  14. cee3371 Weed out older, no longer maintained versions of gcc by Eric Andersen · 20 years ago
  15. 172f4c7 It is now official, the cause of the mysterious gcc 3.3.5 exception by Eric Andersen · 20 years ago
  16. 51b8148 Fix soft float options for gcc 4. by Manuel Novoa III · 20 years ago
  17. 7b67264 Someone forgot mipsel for soft float... by Manuel Novoa III · 20 years ago
  18. 71afd3a Add 4.0.0 support. Some arches may still need some tweaking and/or additional patches. But I successfully built cross and target toolchains for x86 and mipsel supporting c/c++/objective-c/java. Of course I haven't tested them yet... by Manuel Novoa III · 20 years ago
  19. 3e0abd1 Support gcc 4.[01]. Only tried for 4.0.0 at this point. by Manuel Novoa III · 20 years ago
  20. 79a40a3 Add gcc 4.0.0 support. Note... I haven't needed the sjlj exception support in some time, but haven't touched the default in this commit. by Manuel Novoa III · 20 years ago
  21. bea1c36 Fill in a couple of omissions. by Manuel Novoa III · 20 years ago
  22. 42b8eb1 Needed --disable-werror to get 2.16.mumble build from dying on missing prototypes in lex-generated files. by Manuel Novoa III · 20 years ago
  23. c996726 grab the -linux-gnu* -> -linux-* config changes from mainline and backport them to the 2.16 branch by Mike Frysinger · 20 years ago
  24. c8846c8 2.16.90.0.2 released by Mike Frysinger · 20 years ago
  25. 8a5d57b Add support for soon to be released binutils-2.16 as well as by "Steven J. Hill" · 20 years ago
  26. d17c898 Don't forget about libgcc_s_nof.so when processing libgcc_s.so by Joakim Tjernlund · 20 years ago
  27. 7f6a277 Fix broken patch. Was this even tested? by "Steven J. Hill" · 20 years ago
  28. 74ad4e1 Change all instances of 'ln -sf' to 'ln -snf' by Eric Andersen · 20 years ago
  29. bb000d4 Add a bunch of patches snarfed from the debian gdb package by Eric Andersen · 20 years ago
  30. 53acd00 delete older 2.15.94.0.2 and add new 2.16.90.0.1 by Mike Frysinger · 20 years ago
  31. 7e66561 update gdb a bit. remove support for ancient versions. by Eric Andersen · 20 years ago
  32. 74ef9c3 Overwrite any existing link should there be one by Eric Andersen · 20 years ago
  33. e4094f9 Add missing definition for 'struct ip_nat_multi_range_compat' so by Eric Andersen · 20 years ago
  34. 20fb513 Bug #110, acmay writes: The gdb version depends on BR2_HOST_GDB, but it should be BR2_PACKAGE_GDB_CLIENT. by Mike Frysinger · 20 years ago
  35. d487848 Bump available sanitized kernel headers by Eric Andersen · 20 years ago
  36. c3cdda3 Be extra careful about where the uClibc config file comes from by Eric Andersen · 20 years ago
  37. a319b8a Fixup gcc 3.3.3 and 3.3.4 builds with patches backported by Eric Andersen · 20 years ago
  38. 43d24f2 gcc 3.4.0 also needs to not emit embedded pic relocs for mips by Eric Andersen · 20 years ago
  39. cd2388d Fix things the other way round. Instead of restoring the mips by Eric Andersen · 20 years ago
  40. 5968b7e bother. Fix the filename by Eric Andersen · 20 years ago
  41. a0ce935 117_mips_symbolic_link is from debian by Eric Andersen · 20 years ago
  42. df31643 450-mips-restore-embedded-pic is I believe the minimum necessary to get gcc by Eric Andersen · 20 years ago
  43. 1bd8374 Always use CFLAGS_FOR_BUILD for using CC_FOR_BUILD by Eric Andersen · 20 years ago
  44. 75e5510 kill off support for gdb 5.3 by Eric Andersen · 20 years ago
  45. 8cbab86 simplify target language selection to remove nasty nested ifeq by Eric Andersen · 20 years ago
  46. e076bd4 teach BR2_INSTALL_LIBSTDCPP to actually install libstdc++ by Eric Andersen · 20 years ago
  47. 183e72f On mips, default to 4k pages to make binaries smaller by Eric Andersen · 20 years ago
  48. 8bdef6d use tested patch from upstream by Mike Frysinger · 20 years ago
  49. 74d1a95 3.3.5 needs arm big endian lovin too by Mike Frysinger · 20 years ago
  50. bb352e9 Added support for gdb 6.3. Rediffed 100-uclibc-conf.patch to fix by Joakim Tjernlund · 20 years ago
  51. a777f26 pdinoto writes: by Eric Andersen · 20 years ago
  52. 2460dad Trivial updates by Eric Andersen · 20 years ago
  53. 15c40c9 This doesn't need ncurses headers installed in the target by Eric Andersen · 20 years ago
  54. c1f119b 2.15.94.0.2.2 has been released by Mike Frysinger · 20 years ago
  55. 65993ce old by Mike Frysinger · 20 years ago
  56. b8d48d6 Update toolchain with some cvs additions from the debian package by Eric Andersen · 20 years ago
  57. 6970a92 give uclibc and busybox config files consistant variable names by Eric Andersen · 20 years ago
  58. 601b1a1 cleanup using a variable before it was defined by Eric Andersen · 20 years ago
  59. dab038a fixup use of a variable before it is set by Eric Andersen · 20 years ago
  60. 1a35a66 Fix some silly bugs: a variable for gcc was used before it was defined, remove by Eric Andersen · 20 years ago
  61. d06645d There is no need to have a separate 'Makefile.in' file in the by Eric Andersen · 20 years ago
  62. 876cbad default ldconfig to non-static by Mike Frysinger · 20 years ago
  63. 675837a Patch from acmay: http://bugs.uclibc.org/view.php?id=47 by Eric Andersen · 20 years ago
  64. 7be239c Patch from acmay: http://bugs.uclibc.org/view.php?id=50 by Eric Andersen · 20 years ago
  65. 1a20484 Philip Rakity writes: by Eric Andersen · 20 years ago
  66. 5d05aa8 use target cflags by Mike Frysinger · 20 years ago
  67. 0d052ec Update default uClibc config by Eric Andersen · 20 years ago
  68. a2890fa psm: also need to touchup libiberty/configure now by Mike Frysinger · 20 years ago
  69. aaca1aa fix dependency so ldd isnt always rebuilt by Mike Frysinger · 20 years ago
  70. 74afafc dont output which by Mike Frysinger · 20 years ago
  71. 1f10a86 binutils 2.15.94.0.2 by Mike Frysinger · 20 years ago
  72. f336cfc use which to locate apps (useful for non-Linux systems like OS X) by Mike Frysinger · 20 years ago
  73. 8e5fb3f Add initial BR2_JLEVEL support, with some exceptions for apps that by Eric Andersen · 20 years ago
  74. c7bf26e Kill off old unused JLEVEL junk by Eric Andersen · 20 years ago
  75. 070e7c1 Patch from Volmat Alain adding SH3/SH3EB SH4EB support by Eric Andersen · 20 years ago
  76. bd432c1 do not inadvertantly create files by Eric Andersen · 20 years ago
  77. a434ced err patch has already been merged by Mike Frysinger · 20 years ago
  78. db0dd7a 2.15.94.0.1 released by Mike Frysinger · 20 years ago
  79. f63daa4 patch is still needed by Mike Frysinger · 20 years ago
  80. ce74d2d add gcc 3.3.5/3.4.3 options by Mike Frysinger · 20 years ago
  81. 8128836 copy 3.4.2 and remove patches no longer needed by Mike Frysinger · 20 years ago
  82. e280788 add some help text by Mike Frysinger · 20 years ago
  83. 274f4a8 direct copy from 3.3.4 by Mike Frysinger · 20 years ago
  84. 300f6c2 fix config scripts for sh by Mike Frysinger · 20 years ago
  85. d8bbb72 Fix 2.14.90.0.8 / 2.15 selection. by Manuel Novoa III · 20 years ago
  86. b1e76db Sometime around 2.4.22-23, the mips pt_regs.h fields were reordered, breaking by Manuel Novoa III · 20 years ago
  87. d657698 Upstream bug fix. by Manuel Novoa III · 20 years ago
  88. be20459 Integrate some patches extracted from gcc-3.4_3.4.2-3.diff. by Manuel Novoa III · 20 years ago
  89. ce2722a Integrate some debian patches, extracted from binutils_2.15-4.diff. by Manuel Novoa III · 20 years ago
  90. 05d9d7c Allow selection of specific (supported) versions... specificly the 2.6.8 by Manuel Novoa III · 20 years ago
  91. 3bc8257 doh by Eric Andersen · 20 years ago
  92. 19958ff Update to the latest linux-libc-headers by Eric Andersen · 20 years ago
  93. dbfd77f Kristian Hoffmann writes: by Eric Andersen · 20 years ago
  94. 8500fcd fix binutils_target-clean by Mike Frysinger · 20 years ago
  95. 5c803fb fix the gcc_target-clean target by Mike Frysinger · 20 years ago
  96. dfd5b4d force patches to be converted -p1 by Mike Frysinger · 20 years ago
  97. e775253 Apply compressed patches as well by Eric Andersen · 20 years ago
  98. ba7aa86 Remove the non-compressed copy of this patch by Eric Andersen · 20 years ago
  99. a72e82f allow for overriding the default -p1 arguement to patch by Mike Frysinger · 20 years ago
  100. d9e09ad Patch from Thomas Lundquist to fix a thinko by Eric Andersen · 20 years ago