Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | |
in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's. | |||
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2005-12-08 | Use internal versions | Peter S. Mazinger | |
2005-12-07 | Hide more | Peter S. Mazinger | |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger | |
2002-01-09 | Fixup broken termios stuff. No, really this time. | Eric Andersen | |
-Erik | |||
2002-01-09 | Rework termios wrapping code to try and do the right thing. | Eric Andersen | |
-Erik | |||
2001-09-27 | Update to accomodate the header file changes | Eric Andersen | |
2001-04-06 | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | |
This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik | |||
2001-01-15 | Fix termios handling. Now synced with behavior of GNU libc. | Eric Andersen | |
-Erik |