summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* More missing prototypes.Eric Andersen2000-10-031-0/+5
|
* Add in some more test suite stuff.Eric Andersen2000-10-031-3/+47
| | | | -Erik
* test proggy for strtol, strtoulDavid Schleef2000-09-121-1/+44
|
* Fix up the Makefile for better portabilityEric Andersen2000-09-011-8/+11
| | | | -Erik
* Repeat after me 100 times:Eric Andersen2000-09-011-2/+1
| | | | | I will always compile before I commit -Erik
* Remove __restrict when not supportedEric Andersen2000-09-011-0/+6
| | | | -Erik
* + added alloca() support for all architecturesJohn Beppu2000-08-212-0/+45
| | | | | by way of gcc's __builtin_alloca(). I think I did it right, but we'll see.
* Yet more updates. Getting closer....Eric Andersen2000-08-116-70/+65
| | | | -Erik
* Add in snprintf and vsnprintfEric Andersen2000-08-112-76/+104
| | | | -Erik
* More stuff. Down to only 43 missing functions before BusyBox willEric Andersen2000-08-1012-67/+329
| | | | | | 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
* Fix spellingEric Andersen2000-08-031-1/+1
|
* Make some of the rpc stuff compileEric Andersen2000-08-034-14/+16
| | | | -Erik
* Updated to new scheme for handling syscalls.Eric Andersen2000-08-031-1/+7
| | | | -Erik
* Add in a bunch of junk. Busybox now compiles (except for mkfs.minix andEric Andersen2000-07-0929-167/+14004
| | | | | | 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
* fix sys/vfs so it doesn't pull in kernel stuff.Eric Andersen2000-07-093-16/+127
| | | | -Erik
* Removed old noise.Eric Andersen2000-07-091-16/+0
| | | | -Erik
* the rest of the compile fixesRandolph Chung2000-07-093-9/+0
|
* Fixed dir/direntEric Andersen2000-07-091-12/+23
| | | | -Erik
* Add needed include fileEric Andersen2000-07-091-0/+127
| | | | -Erik
* misc net fixes for building....Randolph Chung2000-07-093-7/+6
|
* Revert to the old set of includes.Eric Andersen2000-07-0911-0/+291
| | | | -Erik
* Temporarily revert to older working set of files.Eric Andersen2000-07-0917-1952/+0
| | | | -Erik
* Forgot this file.Eric Andersen2000-07-091-0/+196
| | | | -Erik
* A few updates.Eric Andersen2000-07-073-191/+160
| | | | -Erik
* More stuff I forgot to commit.Eric Andersen2000-07-062-4/+5
| | | | -Erik
* Some more major updates to further superate ucLibc from the kernelEric Andersen2000-07-0675-1148/+9066
| | | | | headers (the way it has been done in GNU libc). -Erik
* Rework all the string handling. Make const stuff be constified.Eric Andersen2000-07-0613-133/+271
| | | | -Erik
* Hacked things so longjmp now works.Eric Andersen2000-07-064-267/+305
| | | | -Erik
* Lots and lots of cleanups.Eric Andersen2000-07-0621-119/+118
| | | | -Erik
* More header file cleanup.Eric Andersen2000-07-053-19/+136
| | | | -Erik
* Many bugfixes, header cleanups, etc. Added abort and glob.Eric Andersen2000-07-0516-41/+333
| | | | | It is getting closer... -Erik
* Completely rearchitected the sysdeps directory.Eric Andersen2000-07-0519-0/+490
| | | | -Erik
* Fix up the makefiles. malloc-simple/Makefile forgot to include realloc.Eric Andersen2000-06-292-2/+2
| | | | | test/Makefile used a hard coded absolute path (bad, bad, bad). -Erik
* 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