Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-01 | Hide mostly used functions | Peter S. Mazinger | |
2005-11-27 | Hide some of mem* and str* | Peter S. Mazinger | |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger | |
2005-11-01 | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger | |
2005-11-01 | Remove last unused references to libc-a-pic-, we use only the lists in ↵ | Peter S. Mazinger | |
libc-a-y for objects that go into static libs, changing their suffix to .os, of they should be PIC | |||
2005-10-29 | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | |
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | |
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. | |||
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | |
objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. | |||
2005-01-25 | merge parallel build support | Mike Frysinger | |
2004-07-15 | Cleanup a few of the more egregiously broken sysconf values to | Eric Andersen | |
actually match reality. In particular, _SC_GETPW_R_SIZE_MAX and _SC_GETGR_R_SIZE_MAX were causing us problems with programs such as libglib, since they were always returning -1, which is a bit smaller than the actual passwd and group max buffer sizes. -Erik | |||
2004-01-13 | Add another devfs subdir to the list of checked subdirs. | Manuel Novoa III | |
2004-01-02 | Kept the same approach, but rewrote the code for the most part. | Manuel Novoa III | |
Fixed some minor issues plus (as I recall) one SUSv3 errno case. | |||
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen | |
rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM). | |||
2003-09-06 | Running ltp 20030905 showed that tcsendbreak was broken. | Eric Andersen | |
This fixes it. | |||
2003-09-01 | Greg Nutt writes: | Eric Andersen | |
Attached is a patch for a bug I found in libc/termios/ttyname.c. Essentially the length of the buffer is calculated incorrectly in a strncpy call and then the null terminator is placed on the byte after the buffer. This probably cause some very strange behavior on my system (it ended up setting malloc's heapsize to zero) but may be innocuous on other systems. | |||
2002-11-05 | A patch from Danny Lepage so that we do not setting on symlinks | Eric Andersen | |
when looking for a device match, and instead keep looking till we find the correct device. | |||
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 | |