Changelog 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. 0.9.14 12 August 2002
  2. This is a minor bugfix release.
  3. See Changelog.full for the complete list of who did what.
  4. Release highlights:
  5. o Fix a compile error when RPC and Pthread support
  6. were both enabled.
  7. o Eliminate duplicate define warnings in wstring.c.
  8. o Fix potentially broken preprocessor comparisons.
  9. o Erik was an idiot and broke thread locking in exit(),
  10. atexit() and friends. Fix that.
  11. o Fix the gcc wrapper to use crtbeginS.o and crtendS.o when
  12. compiling PIC code (crtbegin.o and crtend.o) otherwise.
  13. -Erik
  14. 0.9.13 9 August 2002
  15. Security Fixes
  16. o There was an off-by-one buffer overflow in the group
  17. handling code, fix thanks to Joseph Chiu.
  18. o There was an integer overflow bug in calloc, per
  19. http://online.securityfocus.com/bid/5398
  20. o There was an integer overflow bug in the xdr_array
  21. RPC code, per http://online.securityfocus.com/bid/5356
  22. See Changelog.full for the complete list of who did what.
  23. Release highlights:
  24. o Add full shared library support for Hitachi SuperH (sh)
  25. thanks to Stefan Allius and Edie C. Dost
  26. o Lots of reentrance cleanups (we should now be fully
  27. reentrant when compiled with pthread support).
  28. o Miles Bader implemented a new mmap based malloc which is much
  29. smarter than the old "malloc-simple", and actually works, unlike
  30. the old "malloc". This is now the default for mmu-less systems
  31. and should greatly help reduce memory fragmentation and wastage.
  32. o Reworked syscall handling for i386 and ARM, smaller and cleaner.
  33. o Support for the syscall() function on i386 and ARM
  34. o The uClibc g++ wrapper now automagically adds the proper include
  35. search path and and libraries.
  36. o Lots of shared library loader updates
  37. o dlopen'd shred libraries not properly run destructors
  38. when ctor/dtor support is enabled
  39. o pread/pwrite/pread64/pwrite64 now all work as expected
  40. o Lots and lots of other bug fixes and cleanups.
  41. -Erik
  42. 0.9.12 20 June 2002
  43. See Changelog.full for the complete list of who did what.
  44. Release highlights:
  45. o Add full shared library support for mips (big and little
  46. endian), thanks to a lot of hard work from Steven J. Hill
  47. o i960 architecture support, thanks to Martin Proulx
  48. o An initial alpha port (works, but needs some cleanup)
  49. o Fixes shared library support for powerpc
  50. o Fixes for mmu-less systems
  51. o Much improved thread locking and reentrance.
  52. o More gcc wrapper updates. XFree86 really does link
  53. this time around. It still didn't last time.
  54. o Libcrypt now passes conformance tests
  55. o Nearly complete locale supporti thanks to a lot
  56. of hard work by Manuel Novoa III. This stuff is
  57. _way_ smaller than glibc's
  58. o Completely new time handling functions also by Manuel
  59. o Lots of other bug fixes and cleanups.
  60. -Erik
  61. Erik Andersen:
  62. 0.9.11 10 April 2002
  63. Release highlights:
  64. o Lots of bug fixes
  65. o Much better large file support
  66. o Several gcc wrapper bug fixes, so things like iproute2 and
  67. XFree86 should now link properly.
  68. o Fixes a stdio thread locking bug that could cause random
  69. deadlocks on s*printf calls when threading was enabled.
  70. Erik Andersen:
  71. o Added a generic implementation of truncate64.c and ftruncate64.c
  72. o Added missing creat64, glob64, mkstemp64, getrlimit64, setrlimit64
  73. o Removed internal erroneous use of __USE_FILE_OFFSET64
  74. o Made libpthread compile on sparc and powerpc
  75. o Made libpthread soname and symlinks match the other libraries.
  76. o Added finite() to the C89 math lib, since some math functions use it.
  77. o Added missing function pointer to error.c (some apps wanted it)
  78. o Fixed initfini build for arches where gcc tries to be sneaky
  79. o Fixed m68k/bits/setjmp.h which I has broken in the last release.
  80. o Fixed a buffer overflow in the dynamic library loader
  81. o Fixed a stdio thread locking bug that could cause random
  82. deadlocks on s*printf calls when threading was enabled.
  83. o Implemented sqrtf(), needed for libstdc++ on arm
  84. Miles Bader:
  85. o Make clean fixes to not blindly wipe all symlinks
  86. o Re-enabled clnt_perror()
  87. o Re-implemented swab()
  88. Dwayne Fontenot:
  89. o Many updates to the uClibc Working Application List
  90. Steven J. Hill:
  91. o Many updates to the mips dynamic loader. Not yet working but
  92. getting very close now.
  93. o Fixed locking bug in getttyent()
  94. o Support libpthread on mips
  95. Richard June:
  96. o Fixed several bugs in utmp code (pututline was only writing the
  97. first sizeof-a-pointer bytes to the utmpfile).
  98. o setutent() was only opening utmp readonly.
  99. m4@brecis.COM:
  100. o Fixed a silly typing problem with the getuid syscall.
  101. Manuel Novoa III:
  102. o Fixed stdio FILE read/write auto-transition bugs.
  103. o Better stdio errno handling
  104. o Changed setvbuf() to more closely match glibc's behavior
  105. o Fixed getpass() to not echo passwords to the console
  106. o Fixed locale ISblank flag.
  107. o Fixed an arg promotion handling bug in _do_one_spec for %c reported
  108. by Ilguiz Latypov.
  109. Kensuke Otake:
  110. o Implemented swab()
  111. Yoshinori Sato:
  112. o Fixed h8300 architecture support for pthreads and changes to
  113. the include files
  114. David Schleef:
  115. o Made powerpc assembly code PIC-compatible
  116. o Removed powerpc R_PPC_REL24 handling, since it was deceptively useless.
  117. John Traill:
  118. o Several types on powerpc, such as dev_t, are different than on other
  119. architectures. John spotted this, which fixed a _ton_ of problems since
  120. anything calling stat() was previously broken.
  121. Jim Treadway:
  122. o Eliminated use of alarm() from the DNS resolver by converting
  123. it to use select instead (much cleaner).
  124. 0.9.10 21 March 2002
  125. Major new features:
  126. o pthreads support (derived from glibc 2.1.3's linuxthreads library)
  127. by Stefan Soucek and Erik Andersen
  128. o pthreads support for MMU-less systems, by Stefan Soucek
  129. o Complete rewrite of all stdio functions for standards compliance,
  130. small size, pthreads support, wide/narrow stream support, large
  131. file support, unbuffered support, etc, etc by Manuel Novoa III
  132. o gcc wrapper reworked by Erik Andersen. Now operated correctly in
  133. all known cases, and now wraps g++ as well for C++ support.
  134. o constructor/destructor support, for C++ by Erik Andersen.
  135. o Eliminated duplicate include/bits header files, by Erik Andersen.
  136. Now all common include/bits headers are grouped together.
  137. Erik Andersen:
  138. o Lots of changes and improvements to the shared library loader
  139. o Cleaned up a piles of bugs
  140. o Fixed a segfault when scandir was called on empty directories.
  141. o Several syscalls added: pread/pwrite
  142. o Makefile/build system cleanups
  143. o Sighandling fixes
  144. o pthreads support (with Stefan Soucek)
  145. o Added ldexp to the C89 math library, per POSIX
  146. o fclose() EINTR handling is now correct per IEEE Std 1003.1-2001
  147. o Support isblank()
  148. o Reworked libcrypt to avoid leaking private symbols into the namespace
  149. o Added strtof(), strtold(), updwtmp(), strptime()
  150. o Fix ldso build for older arm cross compilers
  151. Miles Bader:
  152. o atexit cleanups
  153. o fixed gcc wrapper handling of -M* options
  154. o Fixed truncate64/ftruncate64 to restrict them to 64-bit systems,
  155. since we can't be sure that the _syscall macros can cope with 64
  156. bit args on 32 bit arches.
  157. o Large File support on the v850
  158. o Fixed v850 headers after Erik messed them up
  159. o Eliminate include/features.h namespace pollution
  160. M. R. Brown:
  161. o Fixed pthread support for SH, and fixed SH vfork as well
  162. o Fixed SH headers after Erik messed them up
  163. Geoffrey Espin:
  164. o Mips architecture cleanups. Now works perfectly
  165. with busybox, vi, ash, etc...
  166. o Merged in the random number support (rand, srand, etc) from glibc.
  167. Thomas Fritzsche:
  168. o Fixes DNS resolver bug from 0.9.9
  169. Steven J. Hill:
  170. o Fixed build to support both mips and mipsel
  171. o Beginnings of a mips ldso port
  172. Andrew Ip:
  173. o Support for gnu error() functions
  174. David McCullough:
  175. o Coldfire platform updates: clone, setjmp
  176. o Fixed simple malloc to work on systems with an MMU
  177. Manuel Novoa III:
  178. o Rewrote all stdio functions for standards compliance, small size,
  179. pthreads support, wide/narrow stream support, large file support,
  180. unbuffered support, etc, etc, etc.
  181. o Rewrote the various string to int functions to be smaller, more
  182. standards compilant, and reduce dependance on libgcc.a.
  183. Yoshinori Sato:
  184. o ptrace for the Hitachi h8300 fix
  185. David Schleef:
  186. o Debian packaging updates
  187. o Check for proper 16-byte aliged stack pointer on powerpc
  188. Stefan Soucek:
  189. o pthreads support for MMU-less systems
  190. o pthreads support (with Erik Andersen)
  191. Brian Stafford:
  192. o Rewrote strcasecmp() per SUSv2.
  193. Bart Visscher:
  194. o Added missing IPV6 support and reentrant networking function
  195. additions so iptables now runs with IPV6 support.
  196. 0.9.9 February 4, 2002
  197. Erik Andersen:
  198. o A bunch of doc updates. Major update to the working
  199. apps list.
  200. o Added a configurator script (extra/Configs/uClibc_config_fix.pl)
  201. which can simplify configuring uClibc.
  202. o Fixed setjmp/longjmp on x86,arm,powerpc,mips,and sparc.
  203. Hitting ^C in ash kills client apps now, not ash.
  204. o Reworked signal handling code so it now passes POSIX
  205. conformance tests.
  206. o Fixed sleep and usleep to work correctly when
  207. interrupted by signals.
  208. o Made getopt behave the same when staticly linking
  209. as when dynamicly linking. It was using different
  210. implementations depending on how apps were linked.
  211. o Added missing inttypes.h header file
  212. o Eliminate all C++ style comments from header files
  213. o Support statvfs and statfs
  214. o Support getmntent_r
  215. o Scandir and scandir64 were calling malloc without
  216. checking for ENOMEM
  217. o Fixed stpcpy function declaration
  218. o Many large file support improvements.
  219. o Fixed fcntl to work when DOLFS is enabled
  220. o Fixed termios code to do the Right Thing(tm)
  221. o Allow regex to be excluded at compile time
  222. o Implemented mempcpy
  223. o Build ldd and readelf for the target system and for the
  224. host system
  225. o Fix several cases where get-needed-libgcc-objects.sh
  226. could fail, breaking the shared uClibc library.
  227. o Include all shared library loader objects into a
  228. single C file, thereby reducing its size further.
  229. o Reworked the shared library linking process to be more
  230. flexible so that gcc and ld can more easily be built to
  231. target uClibc library.
  232. o Better error checking in the Makefiles. Be more pedantic
  233. about tar, chmod, etc to avoid system dependent failures.
  234. o We can now autodetect the target architecture
  235. o Hide references to wchar_t so GNU autoconf
  236. configure scripts won't get confused and try to
  237. enable wide char support.
  238. o Fixed stdio.h so apps can use varargs.h if they want to.
  239. o Added brk/sbrk support for ARM, powerpc, mips, and sparc
  240. and set them to default to the much faster brk using malloc
  241. o Added missing syscalls: get_kernel_syms, fcntl64,
  242. fdatasync, sched_setparam, sched_getparam,
  243. sched_setscheduler, sched_getscheduler,
  244. sched_get_priority_max, sched_get_priority_min,
  245. sched_rr_get_interval, sigaltstack, sendfile,
  246. pivot_root, sigsuspend, setfsuid, and setfsgid
  247. o Force DOPIC be true when HAVE_SHARED is true.
  248. o Fixed hstrerror()
  249. o Implemented gethostent(), sethostent(), and endhostent()
  250. o Added arch specific support so that sparc and mips actually
  251. compile and work
  252. Miles Bader:
  253. o Fixes for the v850 architecture: crt0, setjmp,
  254. arch autodetection, etc.
  255. o Fixed `make install' to not build ldso stuff on
  256. non-shared-library systems.
  257. Michael E Brown:
  258. o Allow the gcc wrapper to support setting DEVEL_PREFIX
  259. and BUILD_DIR at runtime (no more need to recompile).
  260. M. R. Brown and Erik Andersen:
  261. o Fixed the SH port so it now works. Tested and shown
  262. working on an SH4 Dreamcast system.
  263. Kim Heino:
  264. o Made 'make clean' remove generated bits/syscall.h
  265. David McCullough:
  266. o SH architecture updates. Added brk, sbrk,
  267. o Fixed simple malloc to work on systems with an MMU
  268. o Taught getutent to return NULL if utmp doesn't exist.
  269. o Added insque/remque support
  270. o Fixed DNS resolver version number so apps won't get
  271. confused and use the wrong API.
  272. o Added Config selectable shadow password support
  273. Yoshinori Sato
  274. o Contributed support for the Hitach H8/300H architecture
  275. Cédric Schieli:
  276. o Add support for inet_netof, inet_lnaof, inet_makeaddr
  277. and hstrerror.
  278. David Schleef:
  279. o Added libstrip, a nifty script to automagically
  280. strip unneeded content from the uClibc shared
  281. libraries.
  282. Martin Sieper
  283. o Added getw() and putw()
  284. o Added missing header files -- lastlog.h, sgtty.h,
  285. netipx/ipx.h, sys/perm.h
  286. Stefan Soucek:
  287. o Add rcmd support, i.e. rsh, rlogin, etc.
  288. o Fix rcmd to avoid alloca, which is dangerous
  289. on mmu-less systems
  290. spudmonkey@racsa.co.cr:
  291. o Eliminate a buffer overflow in the shared library loader
  292. Brian Stafford:
  293. o Enable support for Unix98 PTYs, and add option
  294. to disable old style PTYs.