Changelog 24 KB

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