Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Stupid filesystems like cramfs fail to guarantee that st_ino and st_dev | Eric Andersen | 2002-07-06 | 1 | -2/+11 | |
| | | | | | | | 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 | |||||
* | Oops. Looks like I broke ttyname. Fix it. | Eric Andersen | 2002-06-19 | 1 | -5/+5 | |
| | | | | -Erik | |||||
* | Implement ttyname_r | Eric Andersen | 2002-06-15 | 1 | -28/+50 | |
| | | | | -Erik | |||||
* | A number of naming updates in preparation for adding in | Eric Andersen | 2002-02-13 | 1 | -1/+2 | |
| | | | | | proper threading. Most of this is from Stefan Soucek, with additions and changes as needed from me. | |||||
* | Fixup broken termios stuff. No, really this time. | Eric Andersen | 2002-01-09 | 4 | -128/+240 | |
| | | | | -Erik | |||||
* | Rework termios wrapping code to try and do the right thing. | Eric Andersen | 2002-01-09 | 4 | -68/+36 | |
| | | | | -Erik | |||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -0/+1 | |
| | ||||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 2 | -1/+2 | |
| | ||||||
* | PowerPC has a different kernel interface for termios. Grrr... | David Schleef | 2001-07-13 | 1 | -0/+22 | |
| | ||||||
* | Fix a really stupid bug with ttyname, thanks to a patch from | Eric Andersen | 2001-06-13 | 1 | -1/+1 | |
| | | | | Stefan Soucek <ssoucek@coactive.com> | |||||
* | Sometimes (often) the kernel will return things other then -1. | Eric Andersen | 2001-05-29 | 1 | -7/+6 | |
| | | | | | Deal with it. -Erik | |||||
* | rewrite to accomodate devfs | Eric Andersen | 2001-05-21 | 1 | -30/+60 | |
| | ||||||
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -2/+1 | |
| | | | | | | | | | 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 | |||||
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 4 | -11/+11 | |
| | | | | | | | 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 | |||||
* | Have isatty call ioctl directly rather than tcgetattr; especially since any | Manuel Novoa III | 2001-02-19 | 1 | -2/+9 | |
| | | | | program using stdio will call isatty during initialization. | |||||
* | Fix termios handling. Now synced with behavior of GNU libc. | Eric Andersen | 2001-01-15 | 6 | -233/+464 | |
| | | | | -Erik | |||||
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 1 | -2/+2 | |
| | ||||||
* | Fix doc blunder. | Eric Andersen | 2000-11-04 | 1 | -4/+4 | |
| | ||||||
* | Make spelling of uClibc be consistant. | Eric Andersen | 2000-11-04 | 1 | -1/+1 | |
| | ||||||
* | Strip all object files of all non global symbols and .note and | Eric Andersen | 2000-10-20 | 1 | -1/+4 | |
| | | | | | .comment, saving a lot of space in the resultant binaries... -Erik | |||||
* | Makefile update | Eric Andersen | 2000-10-12 | 1 | -1/+1 | |
| | ||||||
* | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 4 | -174/+230 | |
| | ||||||
* | Update dependancies | Eric Andersen | 2000-10-07 | 1 | -3/+0 | |
| | ||||||
* | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | 2000-10-04 | 2 | -20/+39 | |
| | | | | -Erik | |||||
* | Many bugfixes, header cleanups, etc. Added abort and glob. | Eric Andersen | 2000-07-05 | 1 | -1/+0 | |
| | | | | | It is getting closer... -Erik | |||||
* | Work in progress -- cleanups. | Erik Andersen | 2000-05-14 | 1 | -1/+2 | |
| | | | | -Erik | |||||
* | Some makefile updates to make it behave a bit better/consistently. | Erik Andersen | 2000-05-14 | 1 | -8/+3 | |
| | | | | -Erik | |||||
* | Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1a | Erik Andersen | 2000-05-14 | 1 | -4/+4 | |
| | | | | | to allow uC-libc to compile under x86. -Erik | |||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 3 | -0/+429 | |