old-news.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>uClibc -- a C library for embedded systems</TITLE>
  5. </HEAD>
  6. <body text="#000000" alink="#660000" link="#660000" bgcolor="#dee2de" vlink="#660000">
  7. <basefont face="lucida, helvetica, arial" size="3">
  8. <CENTER>
  9. <p>
  10. <TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2>
  11. <TR>
  12. <td bgcolor="#000000">
  13. <FONT FACE="lucida, helvetica" COLOR="#ccccc0">
  14. <B>µ&nbsp;C&nbsp;l&nbsp;i&nbsp;b&nbsp;c</B>
  15. </FONT>
  16. </TD>
  17. </TR>
  18. </TABLE>
  19. <p>
  20. <!-- Begin Introduction section -->
  21. <TABLE WIDTH=95% CELLSPACING=1 CELLPADDING=4 BORDER=1>
  22. <TR><TD BGCOLOR="#ccccc0" ALIGN=center>
  23. <A NAME="intro"> <BIG><B>
  24. uClibc -- a C library for embedded systems
  25. </A></B></BIG>
  26. </TD></TR>
  27. <TR><TD BGCOLOR="#eeeee0">
  28. <a href="index.html">Click Here to Return to the main uClibc webpage</a>.
  29. <p>
  30. <!-- Begin Older News section -->
  31. <TR><TD BGCOLOR="#ccccc0" ALIGN=center>
  32. <A NAME="news">
  33. <BIG><B>
  34. Older News</A>
  35. </B></BIG>
  36. </A>
  37. </TD></TR>
  38. <TR><TD BGCOLOR="#eeeee0">
  39. <ul>
  40. <p>
  41. <li> <b>9 August 2002, uClibc 0.9.13 Released</b>
  42. <br>
  43. CodePoet Consulting is pleased to announce the immediate availability of
  44. uClibc 0.9.13. After several days of testing, this release is looking very
  45. solid. This release fixes three security vulnerabilites in previous
  46. releases. There was an off-by-one buffer overflow in the group handling
  47. code, and integer overflows in calloc() and xdr_array().
  48. <p>
  49. This release adds native shared library support for the Hitachi
  50. SuperH architecture, thanks to Stefan Allius and Edie C. Dost. A
  51. new mmap based malloc was implemented by Miles Bader. This is much
  52. smarter than the old "malloc-simple" and is now the default for
  53. mmu-less systems, where it should greatly help reduce memory
  54. fragmentation and wastage. In addition to these larger items, there
  55. has been a <em>lot</em> of work done to make uClibc a cleaner, more
  56. capable, library. Most applications now compile and run without
  57. any trouble.
  58. <p>
  59. The
  60. <a href="http://www.us.kernel.org/pub/linux/libs/uclibc/Changelog">Changelog</a>
  61. and <a href="http://www.us.kernel.org/pub/linux/libs/uclibc/uClibc-0.9.13.tar.bz2">source code</a>
  62. for this release are available <a href="http://www.us.kernel.org/pub/linux/libs/uclibc/">here</a>.
  63. <p>
  64. Have fun!
  65. <p>
  66. <li> <b>11 July 2002, Native uClibc toolchains updated</b>
  67. <br>
  68. CodePoet Consulting (i.e. Erik) has released updated native
  69. uClibc/gcc-3.1 and uClibc/gcc-2.95 toolchains. These toolchains
  70. build real gcc cross compilers (i.e. not just a wrapper) and create
  71. executables linked vs uClibc. These toolchains have been tested
  72. and found working on x86, arm, and mmu-less arm. They should work
  73. (at least in theory!) for all architectures supported by uClibc.
  74. <p>
  75. These toolchains should make it easy to anyone to build uClibc based
  76. applications. <a href="downloads/toolchain/">Source code can be downloaded here</a>.
  77. Be aware that much of the needed source code will actually be downloaded on
  78. demand when you compile things. To build the toolchain, simply
  79. grab the source, edit the Makefile to select where you would like
  80. the toolchain installed, run 'make', and then go watch TV, eat
  81. dinner, or visit with your friends while it compiles. It takes
  82. about 15 minutes for Erik to compile the gcc-3.1 toolchain (w/C++ support)
  83. on his Athlon XP 1600 (not counting the time it takes to download
  84. source code). Your results may vary...
  85. <p>
  86. <P>
  87. <li> <b>20 June 2002, uClibc 0.9.12 Released</b>
  88. <br>
  89. CodePoet Consulting is pleased to announce the immediate availability of
  90. uClibc 0.9.12. This release adds an i960 port, an initial alpha port,
  91. fully working mips shared library support, shared library support fixes
  92. for on powerpc, and many other improvements. One very exciting new feature
  93. is nearly complete locale support, thanks to a lot of hard work by Manuel
  94. Novoa III. uClibc's locale support is <em>much</em> smaller than glibc's,
  95. though it is also slightly less flexible. This release was delayed by a
  96. month due to the arrival of a new baby at Erik's house. For those that
  97. have been anxiously waiting, this release should certainly be worth the
  98. wait. Have fun!
  99. <p>
  100. The <a href="downloads/Changelog">Changelog</a>
  101. and <a href="downloads/uClibc-0.9.12.tar.bz2">source code</a>
  102. for this release are available <a href="downloads/">here</a>.
  103. <li> <b>28 May 2002, Native uClibc/gcc-3.1 toolchain</b>
  104. <br>
  105. CodePoet Consulting has released source code and a Makefile to build a
  106. gcc-3.1 toolchain that natively targets uClibc. Additionally, the
  107. gcc-3.0.4 and gcc-2.95 toolchains have also been updated. These toolchains
  108. make it easy to build uClibc based applications. Source code can be
  109. downloaded <a href="downloads/toolchain/">here</a> and is now much smaller,
  110. since much of the needed binutils and gcc source code is now downloaded on
  111. demand. To build the toolchain, simply grab the source, edit the Makefile
  112. to select where you would like the toolchain installed, and then run 'make'
  113. and wait for it to compile.
  114. <p>
  115. <p><li> <b>10 April 2002, uClibc 0.9.11 Released</b>
  116. <br>
  117. CodePoet Consulting is pleased to announce the immediate availability of
  118. uClibc 0.9.11. This release is primarily focused on fixing the issues that
  119. have turned up since the last release. Several bugs in the gcc wrapper
  120. have been fixed, allowing applications such as iproute2 and XFree86 to link properly.
  121. Large file support has been improved, and a thread locking bug was
  122. fixed that could cause s*printf calls to deadlock when threading was
  123. enabled. Several bugs were also fixed with the powerpc, h8300, m68k,
  124. sparc, and mips architecture support. Many additional applications now
  125. compile and run perfectly and have been added to the <a
  126. href="uClibc-apps.html">working applications list</a> .
  127. <p>
  128. The <a href="downloads/Changelog">Changelog</a>
  129. and <a href="downloads/uClibc-0.9.11.tar.bz2">source code</a>
  130. for this release are available <a href="downloads/">here</a>.
  131. <p>
  132. <li> <b>10 April 2002, Native uClibc/gcc-3.0.4 toolchain</b>
  133. <br>
  134. CodePoet Consulting has released source code and a Makefile
  135. to build a gcc-3.0.4 toolchain that natively targets uClibc.
  136. This brings with it full C++ support for uClibc, including the
  137. libstdc++ library. A gcc-2.95.x toolchain will also be released
  138. shortly, but is not yet ready. At this time, only source code and
  139. a Makefile for the native uClibc toolchain is being released (i.e.
  140. no binaries, sorry). Source code can be downloaded
  141. <a href="downloads/toolchain/">here</a>,
  142. but be aware that the source code is 27 MB.
  143. <p>
  144. To build the toolchain, simply grab the source, edit the Makefile
  145. to select where you would like the toolchain installed. Then
  146. run 'make' and wait for it to compile. If you do not have a copy
  147. of uClibc already, it will download the latest daily snapshot.
  148. <p>
  149. <li> <b>21 March 2002, uClibc 0.9.10 Released!</b>
  150. <br>
  151. CodePoet Consulting is pleased to announce the immediate
  152. availability of uClibc 0.9.10. This release adds pthreads support
  153. (including pthreads support for mmu-less systems!). Additionally,
  154. thanks to Manuel Novoa III, we now have a completely new stdio
  155. library, which is small, standards compliant, supports pthreads,
  156. wide/narrow streams, large files, and can even operate in a
  157. low-memory unbuffered mode. Many, many bugs have been fixed and a
  158. number of additional applications now compile and run perfectly.
  159. Even with all these changes, uClibc continues to be very small.
  160. On x86, a default build of the uClibc C library is still just 168k.
  161. <p>
  162. To make things more interesting, the release also adds support for
  163. C++ constructors and destructors. To make it easy to use uClibc
  164. when developing C++ applications, this release also provides a
  165. wrapper for the GNU C++ compiler. Of course, for more complex C++
  166. applications, such as those using iostreams, a standard C++ library
  167. (libstdc++) is required. A native GNU toolchain (binutils/gcc) that
  168. provides libstdc++ linked with uClibc 0.9.10 will be released in the
  169. next couple of days, so stay tuned.
  170. <p>
  171. The <a href="downloads/Changelog">Changelog</a>
  172. and <a href="downloads/uClibc-0.9.10.tar.bz2">Source code</a>
  173. for this release are available <a href="downloads/">here</a>.
  174. <p>
  175. <p>
  176. <li> <b>4 February 2002, uClibc 0.9.9 Released!</b>
  177. <br>
  178. CodePoet Consulting is pleased to announce the immediate
  179. availability of uClibc 0.9.9. With this release,
  180. <a href="uClibc-apps.html">just about
  181. everything we have tested now compiles and runs</a>. In fact,
  182. there are now so many programs on the working application list that
  183. rather than continue to add to this list, from now on we
  184. will only be adding applications to the <em>not working list</em>. Most applications
  185. on the <em>not working list</em> either require pthreads, or require
  186. wide-character support. Work on wide-character support is
  187. well underway, and will hopefully be moving into CVS in the next week or
  188. two. Full pthreads support and rentrancy are on the TODO list
  189. and are expected to be complete in the next couple of months.
  190. <p>
  191. The <a href="downloads/Changelog">Changelog</a>
  192. and <a
  193. href="downloads/uClibc-0.9.9.tar.bz2">Source code</a>
  194. for this release are available <a href="downloads/">here</a>.
  195. <p>
  196. One final bit on news -- as some of you may have noticed, uclibc.org
  197. has been a bit overloaded and somewhat slow recently. The server should
  198. be getting colocated tomorrow, which will eliminate the speed problem.
  199. During the move, there may be some temporary disruption of service...
  200. <p>
  201. Have Fun!
  202. <p>
  203. <li> <b>22 December 2001, uClibc 0.9.8 Released!</b>
  204. <br>
  205. After many months of initial development, we are pleased to announce the
  206. release of uClibc 0.9.8. This release should be quite solid, and is very
  207. usable. This also, hopefully, marks a transition from a slow incubation
  208. phase to a more methodical release cycle. From now one, there should be
  209. approximately one release per month.
  210. <p>
  211. The source code for this release is available
  212. <a href="downloads/">here</a>.
  213. <p>
  214. <li> <b>26 November 2001, powerpc shared libraries fully working</b>
  215. <br>
  216. Dave Schleef finished off the the work needed for shared library support on
  217. powerpc. There had been a few problems remaining, and those are now squashed.
  218. So shared libs on powerpc should be working fully now.
  219. <p>
  220. <li> <b>14 November 2001, m68 compiles again, Large file support working</b>
  221. <br>
  222. About a month ago I synced the header files with glibc 2.2.4 for better
  223. C++ support and better standards compliance. I forgot to sync up m68k,
  224. sparc, powerpc, and mipsel. Dave Schleef fixed powerpc while he was fixing
  225. up the shared lib loader. I just fixed up m68k, sparc, and mipsel so they
  226. should all compile again.
  227. <p>
  228. I also finished up fixing large file support (just enable DOLFS in your
  229. Config file to enable it) and it is working just great, and greatly increases
  230. the number of glibc applications that will work "out-of-the-tarball" without
  231. needing any changes.
  232. <li> <b>12 November 2001, powerpc shared lib support</b>
  233. <br>
  234. Thanks to David Schleef, uClibc now has full shared library support
  235. on powerpc. This brings full shared library support to x86, ARM, and
  236. now powerpc. Thanks Dave!
  237. <p>
  238. <li> <b>7 November 2001, uClibc application list</b>
  239. <br>
  240. uClibc now has a <a href="uClibc-apps.html">list of applications</a>
  241. that are known to work. If you have any applications to add to the
  242. list, submissions are welcome!
  243. <p>
  244. <li> <b>18 October 2001, buildroot uClibc example system</b>
  245. <br>
  246. Those wanting an easy way to test out uClibc and give it
  247. a test drive can download and compile
  248. <a href="http://www.uclibc.org/downloads/buildroot.tar.gz">buildroot.tar.gz</a>. This
  249. is a nifty buildsystem that will automagically download and build
  250. a <a href="http://user-mode-linux.sourceforge.net/">User-Mode Linux</a>
  251. kernel, and will then download source for and compile up a fully
  252. working uClibc based root filesystem. This should make it easy for
  253. people to create their own projects. I hope that this build system
  254. will allow people to more easily use and build uClibc based systems.
  255. As an example of how nicely this works, the
  256. <a href="http://tuxscreen.net/">Tuxscreen Project</a> is using a
  257. <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tuxscreen/buildroot-tux/">slightly adjusted variant of the buildroot system</a> to cross
  258. compile the blob bootloader, linux kernel, and a uClibc based jffs2
  259. root filesystem (busybox, tinylogin, udhcp, lrzsz, pcmcia-cs and
  260. microwindows) for ARM. Pretty cool.
  261. <p>
  262. <li> <b>11 October 2001, v850 architecture support</b>
  263. <br>
  264. Miles Bader has contributed support for the v850 architecture.
  265. <p>
  266. <li> <b>25 Spetember 2001, header files updated</b>
  267. <br>
  268. uClibc's header files are now in sync with glibc 2.2.4,
  269. allowing better standards compliance, better portibility, and
  270. better C++ support.
  271. <p>
  272. <li> <b>4 July 2001, ARM shared library support</b>
  273. <br>
  274. uClibc now has full shared library support on ARM.
  275. <p>
  276. <li> <b>9 May 2001, libm added</b>
  277. <br>
  278. uClibc now has a very complete math library.
  279. <p>
  280. <p> <li> <b>9 May 2001, ld.so added</b>
  281. <br>
  282. uClibc now has a native ld.so. It currently is only ported to work on x86,
  283. but porting to other architectures should not be too difficult.
  284. <p> <li> <b>15 March 2001, powerpc port added</b>
  285. <br>
  286. David Schleef contributed a powerpc port, which is now in CVS.
  287. <p> <li> <b>19 February 2001, SH port added</b>
  288. <br>
  289. Jean-Yves Avenard contributed an SH port. See his email
  290. with the initial patch <a href="/lists/uclibc/2001-February/000409.html">here</a>.
  291. <p> <li> <b>16 January 2001, uClibc as a shared library</b>
  292. <br>
  293. As if January 16, uClibc can now be used (at least on x86) as a shared
  294. library. See the <a href="/lists/uclibc/2001-January/000126.html">email</a>
  295. announcing this achievement.
  296. <p> <li> <b>11 January 2001, gcc wrapper added</b>
  297. <br>
  298. Manuel Novoa III has created a wrapper for gcc that makes compiling apps vs uClibc
  299. as simple as just setting "CC" to gcc-uClibc-&lt arch&gt. This even works when cross
  300. compiling! Very cool.
  301. <p> <li> <b>3 January 2001, uClibc now has a web page</b>
  302. <br>
  303. A lot of work has been going on under the hood with uClibc,
  304. so I decided to put together this webpage to let the world know
  305. that it exists and is getting to be very usable.
  306. </ul>
  307. <!-- End of Table -->
  308. </TD></TR>
  309. </TABLE>
  310. </P>
  311. <!-- Footer -->
  312. <HR>
  313. <TABLE WIDTH="100%">
  314. <TR>
  315. <TD>
  316. <font size="-1" face="arial, helvetica, sans-serif">
  317. Mail all comments, insults, suggestions and bribes to
  318. <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR>
  319. </font>
  320. </TD>
  321. <TD>
  322. <a href="http://www.vim.org"><img border=0 width=90 height=36
  323. src="images/written.in.vi.png"
  324. alt="This site created with the vi editor"></a>
  325. </TD>
  326. <TD>
  327. <a href="http://www.gimp.org/"><img border=0 width=90 height=36
  328. src="images/gfx_by_gimp.png" alt="Graphics by GIMP"></a>
  329. </TD>
  330. <TD>
  331. <a href="http://www.linuxtoday.com"><img width=90 height=36
  332. src="images/ltbutton2.png" alt="Linux Today"></a>
  333. </TD>
  334. <TD>
  335. <p><a href="http://slashdot.org"><img width=90 height=36
  336. src="images/sdsmall.png" alt="Slashdot"></a>
  337. </TD>
  338. <TD>
  339. <a href="http://freshmeat.net"><img width=90 height=36
  340. src="images/fm.mini.png" alt="Freshmeat"></a>
  341. </TD>
  342. </TR>
  343. </TABLE>
  344. </CENTER>
  345. </BODY>
  346. </HTML>