termios2 support

2007-12-11 Thread Will Wagner
Hello, I would like support for arbitrary baud rates with serial ports with through uclibc. I have looked at the uclibc code and there appear to be some support for this in kernel_termios.h but it is limited to alpha powerpc. It also does not seem to use the kernel ioctl's TCGETS2 TCSETS2 that

Re: error when building gcc using buildroot/toolchain

2007-12-11 Thread Bernhard Fischer
On Tue, Dec 11, 2007 at 02:11:42PM +0100, Michael Hunold wrote: Hello all, on 29.11.2007 11:14 Melvin Wu said the following: I'm using buildroot-20071128 and saw the same message. Could someone help me out? Thanks. Same problem here. It seems that Berhard's initial reply to the thread is

[PATCH] wprintf overflow

2007-12-11 Thread Kevin Cernekee
Hi, I am seeing a buffer overflow in uClibc-0.9.28 on mipsel, illustrated by the following test program: #include stdio.h #include wchar.h int main(int argc, char **argv) { wprintf(LThis line is OK\n); wprintf(LThis line is no problem either because the format spec is at the