Changelog 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791
  1. 0.9.27 12 January 2005
  2. This has been a long time in the making... Release highlights:
  3. o New stdio implementation
  4. o New optimized string functions
  5. o Major improvements to the shared lib loader
  6. o Shared libraries work properly on powerpc
  7. o Debugging works on mips
  8. o New architectures: frv, nios, nios2, bfin
  9. o Linux 2.6.x kernel support
  10. o Lots and lots of bug fixes
  11. This release is NOT binary compatible with uClibc 0.9.26 or any earlier
  12. release, so be prepared to recompile your software if you are still using
  13. an old version of uClibc.
  14. -Erik
  15. 0.9.26 3 January 2004
  16. This simply adds a fix for a pthread bug that was noticed a few hours
  17. after the previous release. Otherwise identical to 0.9.25.
  18. This release remains binary compatible with uClibc 0.9.21-25 as long as
  19. you take care to avoid any configuraton changes that will break things.
  20. We _were_ planning to break binary compatibilty in this release, but
  21. decided to hold those changes so we could push out a bugfix release.
  22. We _will_ break binary compatibilty in the upcoming 0.9.27 release to
  23. implement a few things we have been postponing. That should hopefully be
  24. the last ABI change before we freeze the ABI for the upcoming 1.0.x
  25. stable uClibc series.
  26. Release highlights:
  27. o A trivial fix for a pthread bug
  28. o Nothing else
  29. -Erik
  30. 0.9.25 3 January 2004
  31. See Changelog.full for the complete list of who did what.
  32. Note:
  33. This release remains binary compatible with uClibc 0.9.21-24 as long as
  34. you take care to avoid any configuraton changes that will break things.
  35. We _were_ planning to break binary compatibilty in this release, but
  36. decided to hold those changes so we could push out a bugfix release.
  37. We _will_ break binary compatibilty in the upcoming 0.9.26 release to
  38. implement a few things we have been postponing. That should hopefully be
  39. the last ABI change before we freeze the ABI for the upcoming 1.0.x
  40. stable uClibc series.
  41. Release highlights:
  42. o Fixed a ton of problems found using the LTP and NIST test suites.
  43. The few remaining test failures are obscure corner cases, such as
  44. a few functions that fail (correctly) with incorrect errno values.
  45. o Fixed a longstanding pthreads bug -- amoung other things, you no
  46. longer need to explicitly add -lpthread for perl to work.
  47. o Added some sh optimized string functions
  48. o Added sh64 shared library support
  49. o The default malloc implementation has been replaced, and will
  50. now actually free memory when told to do so.
  51. o Both popen() and exec*() now behave themselves per SuSv3
  52. o Better 2.6.x kernel header support
  53. o Added support for Position Independent Executables (PIE) on x86
  54. o Lots of other minor cleanups
  55. -Erik
  56. 0.9.24 15 December 2003
  57. See Changelog.full for the complete list of who did what.
  58. Note:
  59. This release remains binary compatible with uClibc 0.9.21-23 as
  60. long as you take care to avoid any configuraton changes that will
  61. break things.
  62. We currently plan to break binary compatibilty in the upcoming 0.9.25 to
  63. implement a few things we have been postponing, which will hopefully be
  64. the last change....
  65. Release highlights:
  66. o Fixed several silly configuration problems
  67. o Added arm optimized string functions
  68. o Lots of minor cleanups
  69. -Erik
  70. 0.9.23 13 November 2003
  71. See Changelog.full for the complete list of who did what.
  72. Note:
  73. This release is binary compatible with uClibc 0.9.21 and 0.9.22 as
  74. long as you take care to avoid any configuraton changes that will
  75. break things. Enabling or disabling things like soft-float,
  76. locale, wide wchar support, or changing cpu type are all good
  77. examples of things that will break binary compatibility.
  78. Release highlights:
  79. o Fixed several silly configuration problems that were
  80. present in the 0.9.22 release.
  81. o Fixed compilation problem with soft-float support on
  82. several architectures.
  83. o Lots of cleanup work on the powepc shared lib loader
  84. thanks to Joakim Tjernlund.
  85. o Updated the debian packaging for use in a standalone uClibc
  86. system, rather than being a subordinate library under a
  87. glibc based system.
  88. -Erik
  89. 0.9.22 8 November 2003
  90. See Changelog.full for the complete list of who did what.
  91. Note:
  92. This release is binary compatible with the 0.9.21 release
  93. if you take care to avoid any configuraton changes that
  94. might break things for you (i.e. enabling or disabling things
  95. like soft-float, locale, wide wchar support, or changing cpu
  96. type are all good examples of binary incompatible config options).
  97. Release highlights:
  98. o Added e1, microblaze, and sh64 architectures.
  99. o Much improved soft-float support
  100. o Rewrote the passwd and group handing functions
  101. and implemented all SuSv3 required reentrant
  102. versions.
  103. o Reworked and updated the Config system. You now
  104. get to select your target architecture with the
  105. config system.
  106. o Fixed pthreads for mmuless m68k systems
  107. o Added some x86 optimized string functions.
  108. o Lots and lots of bugs fixed.
  109. -Erik
  110. 0.9.21 9 September 2003
  111. See Changelog.full for the complete list of who did what.
  112. Note:
  113. This release is not binary compatible with earlier releases.
  114. Sorry about that. We have never promised to provide binary
  115. compatibility until we hit version 1.0, and even then, if
  116. you change your configuration.
  117. Release highlights:
  118. o uClibc now has full ANSI/ISO C99 locale support (except
  119. for wcsftime() and collating items in regex).
  120. o Added support for using pre-generated locale data, making
  121. it easy for mere mortals to use uClibc w/locale support.
  122. o Lots of new tuning options added to trade size
  123. for features, allowing for smaller static binaries.
  124. o The "dlopen()'ing libraries that depend on libraries"
  125. problem was fixed.
  126. o A new scanf implementation. Well tested, but
  127. brand new so watch for obscure bugs...
  128. o Reworked and updated the Config system, adding several
  129. nice new features which we now use.
  130. o Lots and lots of sundry bug fixes and cleanups.
  131. -Erik
  132. 0.9.20 30 June 2003
  133. See Changelog.full for the complete list of who did what.
  134. Note:
  135. This release remains binary compatible with 0.9.18 and 0.9.19.
  136. Release highlights:
  137. o Some ldd, profiling, and gcc wrapper updates
  138. o Updated to support and compile with gcc 3.3
  139. o Several needed mips updates
  140. o Building under cygwin should now work...
  141. o Prevent non-PIC code getting into PIC libs
  142. o Added mmap64 support
  143. o mmu-less systems now get a 16k default thread stack size
  144. which is much more sane than the old 2 MB default...
  145. o Implemented syscall() for powerpc
  146. o Optionally struct tm extension support
  147. o Lots of other sundry little fixes and cleanups.
  148. o Prevent buffer overflows in the passwd and group functions.
  149. -Erik
  150. 0.9.19 3 March 2003
  151. See Changelog.full for the complete list of who did what.
  152. Note:
  153. This release remains binary compatible with 0.9.18 (except
  154. for mips, but then mips was unusable in stock 0.9.18 anyways).
  155. Release highlights:
  156. Stefan Allius
  157. o Some Makefile and warning fixes
  158. David Airlie
  159. o Fixed gcc wrapper handling of ctor/dtor stuff when used in
  160. with and w/o the nostdinc and nostdlib options
  161. Erik Andersen
  162. o Fixed a number of system call kernel type/user type translation
  163. problems that scrambled a handful of system calls.
  164. o Fixup powerpc syscalls to eliminate warnings with gcc-3.2
  165. o Fixed several ioctl special cases for powerpc
  166. o Checked in forgotten mips kernel_types.h changes
  167. o Fixed mips shared library loader bug that caused segfaults
  168. o Major update to the pthreads library. Should improve performance.
  169. o Fixed uClibc's shared library loader so we can properly debug
  170. applications using pthreads (must use gdb 5.3 or newer which
  171. was compiled using uClibc).
  172. o Made uClibc's ldd act just the glibc provided one (i.e. relying
  173. on the shared lib loader to do the work) when it is possible to
  174. doi so, and only rummage about the ELF headers when we have no
  175. other choice (such as when using 'ldd' on cross compiled stuff).
  176. Miles Bader
  177. o header file updates for v850 architecture
  178. o Fixed v850 crt0.S __uClibc_main argument stack space
  179. Jeffrey Damick
  180. o Fixed res_init() so it properly reloads /etc/resolv.conf
  181. Vadim Lebedev
  182. o Fixed ARM setjmp when floating point was disabled
  183. David McCullough
  184. o Removed debug (-g) when building crti.o and crtn.o, as
  185. debug would mess up the build for SH4 and probably others.
  186. o Fixed SH setjmp when floating point was enabled
  187. -Erik
  188. 0.9.18 12 February 2003
  189. See Changelog.full for the complete list of who did what.
  190. Note:
  191. Once again, this release is _NOT_ binary compatible with earlier
  192. releases. I _think this will be the last time (with the possible
  193. exception of some future changes to our locale support...)
  194. Release highlights:
  195. Stefan Allius
  196. o fixed a compile problem when large file support was disabled
  197. o fixed dlib_pic.o to compile with proper flags
  198. o fixed a shared lib loader compile warning
  199. o Made adding libgcc functions to uClibc optional
  200. Erik Andersen
  201. o Fixed scandir64 to not free the wrong pieces of memory
  202. which caused segfaults
  203. o Fixed mismatches between kernel and libc dirent structures
  204. o Fixed mismatches between the size of uClibc's struct dirent
  205. and struct dirent64 so that when _FILE_OFFSET_BITS=64 we
  206. do not lose part of the filename
  207. o Fixed getdents64.c so the build will not break when compiling
  208. vs a 2.0.x Linux kernel when UCLIBC_HAS_LFS is enabled
  209. o Create stub crti.o and crtn.o files when UCLIBC_CTOR_DTOR is disabled
  210. o Fixed licenses for a few files that erroneously were listed as GPL
  211. but were really LGPL after discussing with authors
  212. o sigaction for x86 had an extra and unwanted sigaction syscall
  213. o Fixed debugging of arm binaries by adding a .note.ABI-tag section
  214. Miles Bader
  215. o header file updates for v850 architecture
  216. o Fixed v850 clone syscall
  217. Christian Krause
  218. o Fixed pthread_cond_timedwait to properly uses rt singals
  219. when available
  220. Christophe Massiot
  221. o Added mips _flush_cache syscall
  222. David McCullough
  223. o Added m68k brk syscall
  224. Marshall M. Midden
  225. o Fixed pipe implementation for mips
  226. -Erik
  227. 0.9.17 25 January 2003
  228. See Changelog.full for the complete list of who did what.
  229. Note:
  230. I have always reserved the right to make binary incompatible changes as
  231. needed prior to the "1.0" release. This release is a good example of
  232. that. A few bugs turned up that needed to be fixed and the only good way
  233. to fix them was to change some fundamental data structure sizes. So I did
  234. just that. As a result, this release is _NOT_ binary compatible with
  235. earlier releases -- you will need to recompile your applications.
  236. Release highlights:
  237. Stefan Allius
  238. o fixed a number of shared library loader bugs
  239. o setjmp, longjmp, clone, and vfork cleanups for the SH architecture
  240. o Don't build the config system with ncurses unless asked to
  241. Tobias Anderberg
  242. o cris architecture updates
  243. Erik Andersen
  244. o Changed 'struct stat' and 'struct stat64' so they use types that
  245. are consistant with use elsewhere in the library. Without this,
  246. subtle bugs would occur due to comparing signed and unsigned
  247. types (for example, GNU tar wouldn't work)
  248. o Fixed dlopen so it works with staticly linked apps
  249. o Fixed sigaction on arm architecture so sa_restorer works properly
  250. o Fixed sigaction on x86 architecture for (fixed debugging threads)
  251. o Fixed a wide char related segfault in the regular expression code
  252. o Powerpc pread and pwrite are now implemented correctly
  253. o Powerpc syscall mechanism re-implemented
  254. o Sparc architecture and syscall mechanism fixed up so things compile
  255. o usershell reimplemented
  256. o Fixed global destructors for staticly linked applications
  257. o Added dynamic atexit support (needed for full C++ ctor/dtor support)
  258. o The ldd utility now acts more like the GNU utility
  259. o Added a stub libnsl library to make stupid configure scripts bahave
  260. o Always build crt1.o as well as crt0.o to minimize the need to mess
  261. with the compiler
  262. o Rewrote powerpc crt0.S to properly handle ctors/dtors
  263. o Removed unimplemented and legacy stuff from our header files to
  264. make configure behave better
  265. o Made the lib loader also support libs in /usr/X11R6/lib by default
  266. o Config system updates
  267. o networking function updates
  268. o Large file support updates
  269. o Lots of other little bug fixes and cleanups
  270. Nick Fedchik
  271. o Support ether_aton
  272. Nathan Field
  273. o Fixed pthread_mutex_lock and pthread_mutex_unlock so they
  274. actually work as advertised on mips
  275. o Fixed several nasty pthread bugs fixing debugging
  276. Brett Hunt
  277. o Fixed potential segfaults during 'make menuconfig'
  278. Jay Kulpinski
  279. o Fixed a subtle problem in the DNS resolver that prevented
  280. uncompressed DNS lookup responses from working
  281. David McCullough
  282. o Fixed pclose error handling
  283. David Meggy
  284. o fixed the problem where arm binaries would crash on start
  285. that Erik stupidly caused right before the last release.
  286. Manuel Novoa III
  287. o Major locale support update!
  288. o Allow people to use pregenerated locale data instead of generating
  289. approx 40Mb of glibc locales to get the 300+ locales currently
  290. supported.
  291. o locale dependent collation support
  292. o Fixed locale support tools to work when cross-compiling
  293. o Added the *wprintf functions
  294. o Added the wcsto{inttype} functions
  295. o Added iconv() and a mini iconv utility
  296. o Added hsearch and hsearch_r
  297. o Fixed a silly bug allowing wprintf %s to work correctly.
  298. o Fixed fdopen when used with "a" (append).
  299. o Fixed stdio file position handing to be sure fell() always
  300. gives correct results
  301. Luc Van Oostenryck
  302. o Fixed a buffer overflow in getlogin_r
  303. Yoshinori Sato
  304. o Hitachi h8300 architecture update
  305. Ronald Wahl
  306. o Powerpc shared library relocation fixes
  307. -Erik
  308. 0.9.16 8 November 2002
  309. See Changelog.full for the complete list of who did what.
  310. Release highlights:
  311. o CRIS architecture and shared library support from Tobias Anderberg
  312. o New uClibc configuration system
  313. o shared library global constructors and destructors initialization
  314. ordering fixed by Stefan Allius
  315. o More SuperH architecture fixes from Stefan Allius
  316. o uClibc now compiles with newer versions of gcc (i.e. RedHat 8.0)
  317. o uClibc no longer requires perl to compile
  318. o mips dlopen was fixed by Steven J. Hill
  319. o pty and tty handling fixes
  320. o Manuel Novoa added support for a new /etc/TZ file for globally
  321. setting the system timezone.
  322. o Manuel also fixed up a number of remaining wide char issues.
  323. o Lots of other little bug fixes and cleanups
  324. -Erik
  325. 0.9.15 27 August 2002
  326. This is a minor bugfix release.
  327. See Changelog.full for the complete list of who did what.
  328. Release highlights:
  329. o Eliminated the HAS_LONG_LONG option. gcc always supports
  330. long long, and the option never excluded all long long anyways.
  331. o ctype.h no longer allows multiple argument evaluation in
  332. compliance with ANSI/ISO C99
  333. o Obscure printf fixes -- one involving %o and one involving %f.
  334. o Bugfixes for locking and reentrance in password/group functions
  335. o Directly use kernel types for most items, eliminating needless
  336. translation and fixing several bugs.
  337. o Directly use kernel struct stat -- no more translating
  338. o More superH (sh) architecture merging from Stefan Allius
  339. o Errno values and strerror are now correct on alpha, sparc, and mips
  340. o Fixed an obscure bug with fclose when custom streams are enabled.
  341. o Lots of other little bug fixes and cleanups
  342. -Erik
  343. 0.9.14 12 August 2002
  344. This is a minor bugfix release.
  345. See Changelog.full for the complete list of who did what.
  346. Release highlights:
  347. o Fix a compile error when RPC and Pthread support
  348. were both enabled.
  349. o Eliminate duplicate define warnings in wstring.c.
  350. o Fix potentially broken preprocessor comparisons.
  351. o Erik was an idiot and broke thread locking in exit(),
  352. atexit() and friends. Fix that.
  353. o Fix the gcc wrapper to use crtbeginS.o and crtendS.o when
  354. compiling PIC code (crtbegin.o and crtend.o) otherwise.
  355. -Erik
  356. 0.9.13 9 August 2002
  357. Security Fixes
  358. o There was an off-by-one buffer overflow in the group
  359. handling code, fix thanks to Joseph Chiu.
  360. o There was an integer overflow bug in calloc, per
  361. http://online.securityfocus.com/bid/5398
  362. o There was an integer overflow bug in the xdr_array
  363. RPC code, per http://online.securityfocus.com/bid/5356
  364. See Changelog.full for the complete list of who did what.
  365. Release highlights:
  366. o Add full shared library support for Hitachi SuperH (sh)
  367. thanks to Stefan Allius and Edie C. Dost
  368. o Lots of reentrance cleanups (we should now be fully
  369. reentrant when compiled with pthread support).
  370. o Miles Bader implemented a new mmap based malloc which is much
  371. smarter than the old "malloc-simple", and actually works, unlike
  372. the old "malloc". This is now the default for mmu-less systems
  373. and should greatly help reduce memory fragmentation and wastage.
  374. o Reworked syscall handling for i386 and ARM, smaller and cleaner.
  375. o Support for the syscall() function on i386 and ARM
  376. o The uClibc g++ wrapper now automagically adds the proper include
  377. search path and and libraries.
  378. o Lots of shared library loader updates
  379. o dlopen'd shred libraries not properly run destructors
  380. when ctor/dtor support is enabled
  381. o pread/pwrite/pread64/pwrite64 now all work as expected
  382. o Lots and lots of other bug fixes and cleanups.
  383. -Erik
  384. 0.9.12 20 June 2002
  385. See Changelog.full for the complete list of who did what.
  386. Release highlights:
  387. o Add full shared library support for mips (big and little
  388. endian), thanks to a lot of hard work from Steven J. Hill
  389. o i960 architecture support, thanks to Martin Proulx
  390. o An initial alpha port (works, but needs some cleanup)
  391. o Fixes shared library support for powerpc
  392. o Fixes for mmu-less systems
  393. o Much improved thread locking and reentrance.
  394. o More gcc wrapper updates. XFree86 really does link
  395. this time around. It still didn't last time.
  396. o Libcrypt now passes conformance tests
  397. o Nearly complete locale supporti thanks to a lot
  398. of hard work by Manuel Novoa III. This stuff is
  399. _way_ smaller than glibc's
  400. o Completely new time handling functions also by Manuel
  401. o Lots of other bug fixes and cleanups.
  402. -Erik
  403. Erik Andersen:
  404. 0.9.11 10 April 2002
  405. Release highlights:
  406. o Lots of bug fixes
  407. o Much better large file support
  408. o Several gcc wrapper bug fixes, so things like iproute2 and
  409. XFree86 should now link properly.
  410. o Fixes a stdio thread locking bug that could cause random
  411. deadlocks on s*printf calls when threading was enabled.
  412. Erik Andersen:
  413. o Added a generic implementation of truncate64.c and ftruncate64.c
  414. o Added missing creat64, glob64, mkstemp64, getrlimit64, setrlimit64
  415. o Removed internal erroneous use of __USE_FILE_OFFSET64
  416. o Made libpthread compile on sparc and powerpc
  417. o Made libpthread soname and symlinks match the other libraries.
  418. o Added finite() to the C89 math lib, since some math functions use it.
  419. o Added missing function pointer to error.c (some apps wanted it)
  420. o Fixed initfini build for arches where gcc tries to be sneaky
  421. o Fixed m68k/bits/setjmp.h which I has broken in the last release.
  422. o Fixed a buffer overflow in the dynamic library loader
  423. o Fixed a stdio thread locking bug that could cause random
  424. deadlocks on s*printf calls when threading was enabled.
  425. o Implemented sqrtf(), needed for libstdc++ on arm
  426. Miles Bader:
  427. o Make clean fixes to not blindly wipe all symlinks
  428. o Re-enabled clnt_perror()
  429. o Re-implemented swab()
  430. Dwayne Fontenot:
  431. o Many updates to the uClibc Working Application List
  432. Steven J. Hill:
  433. o Many updates to the mips dynamic loader. Not yet working but
  434. getting very close now.
  435. o Fixed locking bug in getttyent()
  436. o Support libpthread on mips
  437. Richard June:
  438. o Fixed several bugs in utmp code (pututline was only writing the
  439. first sizeof-a-pointer bytes to the utmpfile).
  440. o setutent() was only opening utmp readonly.
  441. m4@brecis.COM:
  442. o Fixed a silly typing problem with the getuid syscall.
  443. Manuel Novoa III:
  444. o Fixed stdio FILE read/write auto-transition bugs.
  445. o Better stdio errno handling
  446. o Changed setvbuf() to more closely match glibc's behavior
  447. o Fixed getpass() to not echo passwords to the console
  448. o Fixed locale ISblank flag.
  449. o Fixed an arg promotion handling bug in _do_one_spec for %c reported
  450. by Ilguiz Latypov.
  451. Kensuke Otake:
  452. o Implemented swab()
  453. Yoshinori Sato:
  454. o Fixed h8300 architecture support for pthreads and changes to
  455. the include files
  456. David Schleef:
  457. o Made powerpc assembly code PIC-compatible
  458. o Removed powerpc R_PPC_REL24 handling, since it was deceptively useless.
  459. John Traill:
  460. o Several types on powerpc, such as dev_t, are different than on other
  461. architectures. John spotted this, which fixed a _ton_ of problems since
  462. anything calling stat() was previously broken.
  463. Jim Treadway:
  464. o Eliminated use of alarm() from the DNS resolver by converting
  465. it to use select instead (much cleaner).
  466. 0.9.10 21 March 2002
  467. Major new features:
  468. o pthreads support (derived from glibc 2.1.3's linuxthreads library)
  469. by Stefan Soucek and Erik Andersen
  470. o pthreads support for MMU-less systems, by Stefan Soucek
  471. o Complete rewrite of all stdio functions for standards compliance,
  472. small size, pthreads support, wide/narrow stream support, large
  473. file support, unbuffered support, etc, etc by Manuel Novoa III
  474. o gcc wrapper reworked by Erik Andersen. Now operated correctly in
  475. all known cases, and now wraps g++ as well for C++ support.
  476. o constructor/destructor support, for C++ by Erik Andersen.
  477. o Eliminated duplicate include/bits header files, by Erik Andersen.
  478. Now all common include/bits headers are grouped together.
  479. Erik Andersen:
  480. o Lots of changes and improvements to the shared library loader
  481. o Cleaned up a piles of bugs
  482. o Fixed a segfault when scandir was called on empty directories.
  483. o Several syscalls added: pread/pwrite
  484. o Makefile/build system cleanups
  485. o Sighandling fixes
  486. o pthreads support (with Stefan Soucek)
  487. o Added ldexp to the C89 math library, per POSIX
  488. o fclose() EINTR handling is now correct per IEEE Std 1003.1-2001
  489. o Support isblank()
  490. o Reworked libcrypt to avoid leaking private symbols into the namespace
  491. o Added strtof(), strtold(), updwtmp(), strptime()
  492. o Fix ldso build for older arm cross compilers
  493. Miles Bader:
  494. o atexit cleanups
  495. o fixed gcc wrapper handling of -M* options
  496. o Fixed truncate64/ftruncate64 to restrict them to 64-bit systems,
  497. since we can't be sure that the _syscall macros can cope with 64
  498. bit args on 32 bit arches.
  499. o Large File support on the v850
  500. o Fixed v850 headers after Erik messed them up
  501. o Eliminate include/features.h namespace pollution
  502. M. R. Brown:
  503. o Fixed pthread support for SH, and fixed SH vfork as well
  504. o Fixed SH headers after Erik messed them up
  505. Geoffrey Espin:
  506. o Mips architecture cleanups. Now works perfectly
  507. with busybox, vi, ash, etc...
  508. o Merged in the random number support (rand, srand, etc) from glibc.
  509. Thomas Fritzsche:
  510. o Fixes DNS resolver bug from 0.9.9
  511. Steven J. Hill:
  512. o Fixed build to support both mips and mipsel
  513. o Beginnings of a mips ldso port
  514. Andrew Ip:
  515. o Support for gnu error() functions
  516. David McCullough:
  517. o Coldfire platform updates: clone, setjmp
  518. o Fixed simple malloc to work on systems with an MMU
  519. Manuel Novoa III:
  520. o Rewrote all stdio functions for standards compliance, small size,
  521. pthreads support, wide/narrow stream support, large file support,
  522. unbuffered support, etc, etc, etc.
  523. o Rewrote the various string to int functions to be smaller, more
  524. standards compilant, and reduce dependance on libgcc.a.
  525. Yoshinori Sato:
  526. o ptrace for the Hitachi h8300 fix
  527. David Schleef:
  528. o Debian packaging updates
  529. o Check for proper 16-byte aliged stack pointer on powerpc
  530. Stefan Soucek:
  531. o pthreads support for MMU-less systems
  532. o pthreads support (with Erik Andersen)
  533. Brian Stafford:
  534. o Rewrote strcasecmp() per SUSv2.
  535. Bart Visscher:
  536. o Added missing IPV6 support and reentrant networking function
  537. additions so iptables now runs with IPV6 support.
  538. 0.9.9 February 4, 2002
  539. Erik Andersen:
  540. o A bunch of doc updates. Major update to the working
  541. apps list.
  542. o Added a configurator script (extra/Configs/uClibc_config_fix.pl)
  543. which can simplify configuring uClibc.
  544. o Fixed setjmp/longjmp on x86,arm,powerpc,mips,and sparc.
  545. Hitting ^C in ash kills client apps now, not ash.
  546. o Reworked signal handling code so it now passes POSIX
  547. conformance tests.
  548. o Fixed sleep and usleep to work correctly when
  549. interrupted by signals.
  550. o Made getopt behave the same when staticly linking
  551. as when dynamicly linking. It was using different
  552. implementations depending on how apps were linked.
  553. o Added missing inttypes.h header file
  554. o Eliminate all C++ style comments from header files
  555. o Support statvfs and statfs
  556. o Support getmntent_r
  557. o Scandir and scandir64 were calling malloc without
  558. checking for ENOMEM
  559. o Fixed stpcpy function declaration
  560. o Many large file support improvements.
  561. o Fixed fcntl to work when DOLFS is enabled
  562. o Fixed termios code to do the Right Thing(tm)
  563. o Allow regex to be excluded at compile time
  564. o Implemented mempcpy
  565. o Build ldd and readelf for the target system and for the
  566. host system
  567. o Fix several cases where get-needed-libgcc-objects.sh
  568. could fail, breaking the shared uClibc library.
  569. o Include all shared library loader objects into a
  570. single C file, thereby reducing its size further.
  571. o Reworked the shared library linking process to be more
  572. flexible so that gcc and ld can more easily be built to
  573. target uClibc library.
  574. o Better error checking in the Makefiles. Be more pedantic
  575. about tar, chmod, etc to avoid system dependent failures.
  576. o We can now autodetect the target architecture
  577. o Hide references to wchar_t so GNU autoconf
  578. configure scripts won't get confused and try to
  579. enable wide char support.
  580. o Fixed stdio.h so apps can use varargs.h if they want to.
  581. o Added brk/sbrk support for ARM, powerpc, mips, and sparc
  582. and set them to default to the much faster brk using malloc
  583. o Added missing syscalls: get_kernel_syms, fcntl64,
  584. fdatasync, sched_setparam, sched_getparam,
  585. sched_setscheduler, sched_getscheduler,
  586. sched_get_priority_max, sched_get_priority_min,
  587. sched_rr_get_interval, sigaltstack, sendfile,
  588. pivot_root, sigsuspend, setfsuid, and setfsgid
  589. o Force DOPIC be true when HAVE_SHARED is true.
  590. o Fixed hstrerror()
  591. o Implemented gethostent(), sethostent(), and endhostent()
  592. o Added arch specific support so that sparc and mips actually
  593. compile and work
  594. Miles Bader:
  595. o Fixes for the v850 architecture: crt0, setjmp,
  596. arch autodetection, etc.
  597. o Fixed `make install' to not build ldso stuff on
  598. non-shared-library systems.
  599. Michael E Brown:
  600. o Allow the gcc wrapper to support setting DEVEL_PREFIX
  601. and BUILD_DIR at runtime (no more need to recompile).
  602. M. R. Brown and Erik Andersen:
  603. o Fixed the SH port so it now works. Tested and shown
  604. working on an SH4 Dreamcast system.
  605. Kim Heino:
  606. o Made 'make clean' remove generated bits/syscall.h
  607. David McCullough:
  608. o SH architecture updates. Added brk, sbrk,
  609. o Fixed simple malloc to work on systems with an MMU
  610. o Taught getutent to return NULL if utmp doesn't exist.
  611. o Added insque/remque support
  612. o Fixed DNS resolver version number so apps won't get
  613. confused and use the wrong API.
  614. o Added Config selectable shadow password support
  615. Yoshinori Sato
  616. o Contributed support for the Hitach H8/300H architecture
  617. Cédric Schieli:
  618. o Add support for inet_netof, inet_lnaof, inet_makeaddr
  619. and hstrerror.
  620. David Schleef:
  621. o Added libstrip, a nifty script to automagically
  622. strip unneeded content from the uClibc shared
  623. libraries.
  624. Martin Sieper
  625. o Added getw() and putw()
  626. o Added missing header files -- lastlog.h, sgtty.h,
  627. netipx/ipx.h, sys/perm.h
  628. Stefan Soucek:
  629. o Add rcmd support, i.e. rsh, rlogin, etc.
  630. o Fix rcmd to avoid alloca, which is dangerous
  631. on mmu-less systems
  632. spudmonkey@racsa.co.cr:
  633. o Eliminate a buffer overflow in the shared library loader
  634. Brian Stafford:
  635. o Enable support for Unix98 PTYs, and add option
  636. to disable old style PTYs.