summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/CHANGES')
-rw-r--r--mdk-stage1/dietlibc/CHANGES24
1 files changed, 24 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/CHANGES b/mdk-stage1/dietlibc/CHANGES
index 24282baa5..de4f88c3e 100644
--- a/mdk-stage1/dietlibc/CHANGES
+++ b/mdk-stage1/dietlibc/CHANGES
@@ -26,6 +26,30 @@
add epoll_create, epoll_ctl and epoll_wait
the new x86 syscall numbers exceed 255, breaking our %al optimization
I worked around it with conditional assembly in cpp macros. Ugh.
+ more MIPS fixes (the stoned MIPS ABI for restartable syscalls expects
+ the instruction before the syscall to be a load immediate)
+ fix fread() from a pipe (oops, tried to lseek)
+ #define _POSIX_VDISABLE in termios.h (Laurent Bercot)
+ two *printf fixes (Gernot Tenchio)
+ add nan and +-inf handling in __dtostr
+ add _SC_NGROUPS_MAX support to sysconf (Felix J. Ogris)
+ make assert() use expect(), slight optimization
+ add i386 vfork (Thomas Ogrisegg)
+ fix SA_NODEFER on sparc (Gerrit Pape, Thomas Bader)
+ fix sin, cos and __dtostr (Gernot Tenchio)
+ add /dev/epoll ioctl constants to sys/ioctl.h
+ add linux/eventpoll.h for /dev/epoll
+ fix lseek64 on 64-bit architectures
+ Olaf: fix x86_64 start-code (we have reg-args)
+ fixing some broken macros in sparc32-code (.udiv,.urem)
+ adding strndup (GNU Extension)
+ fix glob strncpy (R.L. Horn)
+ fix regfree (Uwe Ohse)
+ fix puts in full stdio mode (would omit \n)
+ fix wrong types on powerpc, broke *stat (Gerrit Pape)
+ allow more than 64k in i386 memchr (Karsten Scheibler)
+ make strftime work it WANT_TZFILE_PARSER is not set (Gwenole Beauchesne)
+ build parisc on parisc64, change libgcc link order on sparc (Gerrit Pape)
0.21:
use gcc's size_t, ptrdiff_t and wchar_t types (Olaf)