Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-16 | Fix from "Gerhard Uttenthaler" <uttenthaler@ems-wuensche.com> so | Eric Andersen | |
that cfsetspeed would actually be compiled in. | |||
2002-07-06 | Stupid filesystems like cramfs fail to guarantee that st_ino and st_dev | Eric Andersen | |
uniquely identify a file, contrary to SuSv3, so we cannot be quite so precise as to require an exact match. Settle for something less... Grumble... -Erik | |||
2002-06-19 | Oops. Looks like I broke ttyname. Fix it. | Eric Andersen | |
-Erik | |||
2002-06-15 | Implement ttyname_r | Eric Andersen | |
-Erik | |||
2002-02-13 | A number of naming updates in preparation for adding in | Eric Andersen | |
proper threading. Most of this is from Stefan Soucek, with additions and changes as needed from me. | |||
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-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | |
2001-09-27 | Update to accomodate the header file changes | Eric Andersen | |
2001-07-13 | PowerPC has a different kernel interface for termios. Grrr... | David Schleef | |
2001-06-13 | Fix a really stupid bug with ttyname, thanks to a patch from | Eric Andersen | |
Stefan Soucek <ssoucek@coactive.com> | |||
2001-05-29 | Sometimes (often) the kernel will return things other then -1. | Eric Andersen | |
Deal with it. -Erik | |||
2001-05-21 | rewrite to accomodate devfs | Eric Andersen | |
2001-05-12 | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | |
tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik | |||
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-02-19 | Have isatty call ioctl directly rather than tcgetattr; especially since any | Manuel Novoa III | |
program using stdio will call isatty during initialization. | |||
2001-01-15 | Fix termios handling. Now synced with behavior of GNU libc. | Eric Andersen | |
-Erik | |||
2001-01-11 | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | |
2000-11-04 | Fix doc blunder. | Eric Andersen | |
2000-11-04 | Make spelling of uClibc be consistant. | Eric Andersen | |
2000-10-20 | Strip all object files of all non global symbols and .note and | Eric Andersen | |
.comment, saving a lot of space in the resultant binaries... -Erik | |||
2000-10-12 | Makefile update | Eric Andersen | |
2000-10-09 | Bug ugly formatting update | Eric Andersen | |
2000-10-07 | Update dependancies | Eric Andersen | |
2000-10-04 | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | |
-Erik | |||
2000-07-05 | Many bugfixes, header cleanups, etc. Added abort and glob. | Eric Andersen | |
It is getting closer... -Erik | |||
2000-05-14 | Work in progress -- cleanups. | Erik Andersen | |
-Erik | |||
2000-05-14 | Some makefile updates to make it behave a bit better/consistently. | Erik Andersen | |
-Erik | |||
2000-05-14 | Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com> | Erik Andersen | |
to allow uC-libc to compile under x86. -Erik | |||
2000-05-14 | Initial revision | Erik Andersen | |