Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-05 | Use LDFLAGS, don't always include -nostdlib... | Eric Andersen | |
2001-02-19 | I just changed "net" to "inet" to better follow the directory | Eric Andersen | |
structure of libc5 and glibc. Fix the makefile accordingly. Folks will want to 'rm -rf net' to remove the old "net" directory. -Erik | |||
2001-02-05 | Update the build system a bit. | Eric Andersen | |
-Erik | |||
2001-01-30 | Commit a pointless change to test more updates to the logging script. | Eric Andersen | |
-Erik | |||
2001-01-27 | Enable auto-generation of a size-optimized sysconf function (saves .5k on i386). | Manuel Novoa III | |
2001-01-25 | Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a | Manuel Novoa III | |
objects with shared uClibc; allow disabling long long support. | |||
2001-01-24 | This is a silly update to test my change to the script that emails folks | Eric Andersen | |
after doing a commit. I hope it works. -Erik | |||
2001-01-24 | This is a silly update to the makefile to test the new script | Eric Andersen | |
used when doing a cvs commit. I hope it works. -Erik | |||
2001-01-16 | Makefile fixes | Eric Andersen | |
2001-01-16 | Remove generated files. | Eric Andersen | |
2001-01-16 | Add first pass shared lib support into Makefile. | Eric Andersen | |
This could use some refinement... | |||
2001-01-16 | linux 2.0.x kernels have broken header files. It is silly to be so | Eric Andersen | |
tightly coupled to kernel headers (since the 2.2 ones work with 2.0 as well), so I'm checking in include/net. | |||
2001-01-15 | If they have an x86, but HAS_MMU is false, warn and sleep(10) since | Eric Andersen | |
99.999999999999999999% of all folks compiling on x86 have an MMU. Otherwise, folks will see that malloc mysteriously doesn't work... -Erik | |||
2001-01-12 | Patch from James Graves <jgraves@deltamobile.com> to better handle m68k. | Eric Andersen | |
Also fixes 2 very important malloc bugs! Anyone using malloc (esp mmu-less) should update and recompile. -Erik | |||
2001-01-12 | Clean test dir on 'make clean' | Eric Andersen | |
2001-01-12 | Makefile cleanups. For starters, OPTIMIZATION was missing... | Eric Andersen | |
2001-01-11 | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | |
2001-01-05 | Make error msg even friendlier. | Eric Andersen | |
2001-01-02 | Patch from James Graves <jgraves@deltamobile.com> to get | Eric Andersen | |
m68k started. Should be just sysdeps/linux/m68k left to hack at this point... | |||
2001-01-02 | Duh. This was so wrong. | Eric Andersen | |
2001-01-01 | Carefully tell folks when their Config is screwed up. | Eric Andersen | |
2001-01-01 | A bunch of updates, part from Manuel Novoa III (such as more long long | Eric Andersen | |
support), and other updates by me (better cross platform, cross-compiler, etc, support. Now compiles with 2.0.x kernels for armnommu. | |||
2000-11-15 | Add in tmpnam() support from David Whedon <dwhedon@gordian.com>, | Eric Andersen | |
rework include/stdio.h, and fix up the resultant damage. | |||
2000-11-04 | Fix doc blunder. | Eric Andersen | |
2000-11-04 | Fix doc blunder. | Eric Andersen | |
2000-11-04 | Make spelling of uClibc be consistant. | Eric Andersen | |
2000-10-26 | Add some more stuff -- {get|set}mntent, getline, getdelim, etc. | Eric Andersen | |
2000-10-22 | Remove io | 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-11 | Finish reorganizing things. At least I think I've finished. | Eric Andersen | |
2000-10-09 | Bug ugly formatting update | Eric Andersen | |
2000-10-07 | More cleanups | Eric Andersen | |
2000-10-05 | Major update to string handling. strcmp and friends were horribly | Eric Andersen | |
broken. They now test out as working properly. -Erik | |||
2000-10-04 | Remember to remove libc.a on 'make clean' | Eric Andersen | |
2000-10-04 | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | |
-Erik | |||
2000-08-11 | Yet more updates. Getting closer.... | Eric Andersen | |
-Erik | |||
2000-08-10 | More stuff. Down to only 43 missing functions before BusyBox will | Eric Andersen | |
link. Fixed socket stuff so it doesn't pull in kernel headers and stubbed out fork and clone. A few other header file cleanups. -Erik | |||
2000-07-09 | Add in a bunch of junk. Busybox now compiles (except for mkfs.minix and | Eric Andersen | |
fsck.minix). Of course, it doesn't link yet due to missing functions, but hey... At least it is now easy to see what isn't working. :-) -Erik | |||
2000-07-09 | misc net fixes for building.... | Randolph Chung | |
2000-07-06 | More stuff I forgot to commit. | Eric Andersen | |
-Erik | |||
2000-07-05 | More header file cleanup. | Eric Andersen | |
-Erik | |||
2000-07-05 | Many bugfixes, header cleanups, etc. Added abort and glob. | Eric Andersen | |
It is getting closer... -Erik | |||
2000-06-28 | More GPL vs LGPL fixes (sysdeps/getpagesize.c), and some header | Eric Andersen | |
cleanups. -Erik | |||
2000-05-15 | Finished porting stuff to x86 and supporting the Linux 2.2 kernels. | Erik Andersen | |
It now compiles.... -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 | |