summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* More GPL vs LGPL fixes (sysdeps/getpagesize.c), and some headerEric Andersen2000-06-282-4/+4
| | | | | cleanups. -Erik
* Add in a version number so apps can tell uclib is being used.Eric Andersen2000-06-191-0/+8
| | | | -Erik
* Implimented a simple allocation system that does not waste memory.Ron Alder2000-06-151-7/+132
| | | | Added realloc. The allocation system was needed to support realloc.
* Fixed the parameters to mmap in malloc.Ron Alder2000-06-131-1/+1
| | | | | malloc now works, but wastes alot of memory with the minimum amount of memory used for each allocation being 4k.
* More housecleaning.Erik Andersen2000-05-171-0/+8
| | | | -Erik
* More tests. Seems malloc isn't working...Erik Andersen2000-05-171-15/+51
| | | | -Erik
* Some more makefile fixes.Erik Andersen2000-05-162-10/+46
| | | | -Erik
* Add sysinfo support.Erik Andersen2000-05-161-0/+15
| | | | -Erik
* Add in a test dir.Erik Andersen2000-05-161-0/+22
| | | | -Erik
* Add in the "_start" symbol in asm. Fix a makefile (that needs to beErik Andersen2000-05-161-0/+3
| | | | | | | abstracted I suppose for platforms (though I am doing fine w/o libcrt*) and add function prototype for exit into stdlib.h (it was missing... odd). Compiles vs uC-libc are less noisy now. -Erik
* Finished porting stuff to x86 and supporting the Linux 2.2 kernels.Erik Andersen2000-05-1512-16/+12
| | | | | It now compiles.... -Erik
* Work in progress -- cleanups.Erik Andersen2000-05-143-3/+5
| | | | -Erik
* Some makefile updates to make it behave a bit better/consistently.Erik Andersen2000-05-1418-86/+48
| | | | -Erik
* Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1aErik Andersen2000-05-1417-51/+60
| | | | | to allow uC-libc to compile under x86. -Erik
* Initial revision0_9_1Erik Andersen2000-05-14202-0/+22487