Changelog.full 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. 2003-02-12 Erik Andersen <andersen@uclibc.org>
  2. * Rules.mak: Bump version number
  3. * libnsl/Makefile: Somewhat pointless naming pedantry
  4. * docs/uclibc.org/index.html: Use http not ftp
  5. 2003-02-11 Erik Andersen <andersen@uclibc.org>
  6. * Makefile:
  7. Per suggestion from Peter Lassahn, fix the install_dev target
  8. 2003-02-10 Erik Andersen <andersen@uclibc.org>
  9. * libc/sysdeps/linux/common/getdents.c, libc/sysdeps/linux/common/getdents64.c, libc/sysdeps/linux/common/bits/dirent.h:
  10. We need to have the size of struct dirent equal to the size of struct dirent64
  11. so when _FILE_OFFSET_BITS=64 (such that we transparently change 32bit into 64
  12. bit interfaces), we will not lose an unsigned char from d_name which silently
  13. becomes the d_type field instead. oops.
  14. -Erik
  15. * test/Config, test/Rules.mak: A few minor little changes
  16. * docs/uclibc.org/index.html: Mention the dev systems have been updated
  17. 2003-02-10 miles <miles@uclibc.org>
  18. * Rules.mak: Don't use -O0 when DODEBUG is turned on.
  19. * libc/sysdeps/linux/v850/clone.c:
  20. Pass CHILD_STACK argument to system call (it possibly worked before `by
  21. accident', as the function argument is in the same register).
  22. 2003-02-09 Erik Andersen <andersen@uclibc.org>
  23. * libc/sysdeps/linux/mips/__longjmp.c: Fix a warning
  24. * libc/sysdeps/linux/mips/pipe.S: Fix a compile error
  25. 2003-02-08 Erik Andersen <andersen@uclibc.org>
  26. * libc/misc/internals/Makefile, libc/misc/internals/abi-note.S, libc/misc/internals/abi-tag.h, libc/sysdeps/linux/arm/crt0.S:
  27. Fixup handling of the .note.ABI-tag section so that it is ARM only,
  28. and so it actually works as intended allowing binaries on ARM to be
  29. debugged.
  30. -Erik
  31. 2003-02-05 Erik Andersen <andersen@uclibc.org>
  32. * docs/uclibc.org/index.html: mention penguru
  33. 2003-02-05 davidm <davidm@uclibc.org>
  34. * libc/sysdeps/linux/m68k/Makefile, libc/sysdeps/linux/m68k/brk.c:
  35. add brk for m68k
  36. NOTE: on uClinux-2.[45] kernels, brk works but is limited to slack space in
  37. the memory allocated to the process.
  38. 2003-02-05 Erik Andersen <andersen@uclibc.org>
  39. * libc/Makefile, extra/Configs/Config.in:
  40. Patch from Stefan Allius to make adding libgcc functions to the library an
  41. option, to avoid the possibility of adding non PIC code into the shared PIC
  42. uClibc library, thereby making the .text segment unshareable.
  43. 2003-02-04 Erik Andersen <andersen@uclibc.org>
  44. * ldso/ldso/ldso.c: Patch from Stefan Allius to fix a compiler warning
  45. 2003-02-03 Erik Andersen <andersen@uclibc.org>
  46. * libc/sysdeps/linux/common/getdents64.c, libc/sysdeps/linux/common/syscalls.c:
  47. Fixup compile on 2.2.x kernels when UCLIBC_HAS_LFS is enabled
  48. * libc/sysdeps/linux/i386/sigaction.c:
  49. Oops. I'd left an extra invocation of sigaction in there...
  50. 2003-01-31 Erik Andersen <andersen@uclibc.org>
  51. * libc/sysdeps/linux/mips/cacheflush.c: heh
  52. * libc/sysdeps/linux/mips/cacheflush.c: Fix copyright
  53. 2003-01-31 miles <miles@uclibc.org>
  54. * libc/sysdeps/linux/v850/clone.c, libc/sysdeps/linux/v850/bits/kernel_types.h, libpthread/linuxthreads/sysdeps/v850/pt-machine.h, libpthread/linuxthreads/sysdeps/v850/sigcontextinfo.h:
  55. Correct license.
  56. 2003-01-30 Erik Andersen <andersen@uclibc.org>
  57. * libc/sysdeps/linux/mips/Makefile, libc/sysdeps/linux/mips/pipe.S:
  58. Patch from Marshall M. Midden @ brecis.com:
  59. pipe.c for mips was broken with freeswan. No error checking.
  60. * libc/inet/ether_addr.c:
  61. Per discussion with Nick Fedchik, restore original LGPL
  62. licensing to libc/inet/ether_addr.c
  63. * libc/sysdeps/linux/mips/Makefile, libc/sysdeps/linux/mips/cacheflush.c:
  64. Patch from Christophe Massiot:
  65. Hello,
  66. When using uClibc to compile the modutils for a MIPS target, the linker
  67. outputs an "undefined symbol: _flush_cache". After some digging, it's
  68. a syscall only available on the MIPS architecture, and the _flush_cache
  69. symbol is in the GNU libc.
  70. Attached patch defines it in uClibc as well. I'm not sure if I made it
  71. the right way, though, but it works for me.
  72. * libpthread/linuxthreads/pthread.c: Patch from Christian Krause:
  73. I found a problem in uClibc in libpthread/linuxthres/condvar.c:
  74. pthread_cond_timedwait never uses rt singals
  75. uClibc has two implementations of pthread_cond_timewait -
  76. pthread_cond_timedwait_relative_old using the "normal" signals and
  77. pthread_cond_timedwait_relative_new usign the rt signals
  78. (for kernels >= 2.2).
  79. The function pointer pthread_cond_tw_rel is initialised with the old
  80. function. In "__pthread_init_condvar(int)" this pointer is set to the new
  81. function using rt signals, but "__pthread_init_condvar" is never called in
  82. the uClibc.
  83. The following patch solves this issue, so that __pthread_init_condvars
  84. is called and the function pointer is always initialised with the correct
  85. function.
  86. regards,
  87. christian
  88. * ldso/ldso/mips/resolve.S:
  89. The original glibc sysdeps/mips/dl-machine.h source from Kazumoto Kojima was
  90. under the LGPL. I noticed Steven J. Hill has accidentally changed the license
  91. to be GPL. Per email with him, change it back to LGPL.
  92. Erik Andersen wrote:
  93. >I just noticed that uClibc/ldso/ldso/mips/resolve.S is
  94. >listed as licensed under the GPL, rather than the LGPL
  95. >like the rest of uClibc. Accident?
  96. >
  97. Yes. Feel free to change it.
  98. 2003-01-30 miles <miles@uclibc.org>
  99. * libc/sysdeps/linux/common/Makefile:
  100. Use correct names for dummy crti.o/crtn.o files.
  101. * libpthread/linuxthreads/sysdeps/v850/pt-machine.h, libpthread/linuxthreads/sysdeps/v850/sigcontextinfo.h:
  102. Initial checkin.
  103. 2003-01-29 Erik Andersen <andersen@uclibc.org>
  104. * libc/sysdeps/linux/common/Makefile:
  105. Create stub crti.o and crtn.o files when UCLIBC_CTOR_DTOR is disabled
  106. -Erik
  107. 2003-01-28 Erik Andersen <andersen@uclibc.org>
  108. * libc/misc/dirent/dirstream.h, libc/misc/dirent/readdir.c, libc/misc/dirent/readdir64.c, libc/misc/dirent/readdir64_r.c, libc/misc/dirent/readdir_r.c, libc/misc/dirent/scandir64.c, libc/sysdeps/linux/common/syscalls.c, libc/sysdeps/linux/common/Makefile, libc/sysdeps/linux/common/getdents.c, libc/sysdeps/linux/common/getdents64.c:
  109. Fix scandir64 to not free the wrong pieces of memory (which could
  110. and did cause segfaults) by adjusting the working scandir.c to
  111. the the 64 thing. Fix up potential for mismatches between the
  112. libc and kernel dirent structures, which could also cause ugly
  113. problems.
  114. -Erik
  115. * test/misc/.cvsignore, test/misc/Makefile, test/misc/dirent.c, test/misc/fdopen.c:
  116. Add a couple of tests
  117. * ldso/libdl/Makefile:
  118. Stefan Allius noticed dlib_pic.o was not using XXFLAGS as it should
  119. * libc/sysdeps/linux/common/xstatconv.c, libc/sysdeps/linux/common/xstatconv.h:
  120. Patch from Stefan Allius to fix the build when
  121. large file support is disabled
  122. 2003-01-27 miles <miles@uclibc.org>
  123. * libc/sysdeps/linux/v850/bits/kernel_stat.h:
  124. Add multiple-include protection.
  125. 2003-01-25 Erik Andersen <andersen@uclibc.org>
  126. * docs/uclibc.org/index.html: bah
  127. * docs/uclibc.org/index.html: Cleaner
  128. * Makefile: Fix the 'make release' target
  129. * libc/sysdeps/linux/mips/crt0.S:
  130. This seems to be needed or else apps will blow up.
  131. -Erik
  132. * TODO: some minor todo updates
  133. * docs/uclibc.org/index.html, docs/uclibc.org/old-news.html:
  134. Move some stuff into old-news
  135. * docs/uclibc.org/FAQ.html, docs/uclibc.org/index.html:
  136. Update webpage for release
  137. * Changelog.full, Changelog: Update the changelog for release