summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Add in support for shm/ipc.Eric Andersen2000-10-073-0/+95
|
* Major update to string handling. strcmp and friends were horriblyEric Andersen2000-10-051-11/+2
| | | | | broken. They now test out as working properly. -Erik
* Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen2000-10-045-235/+85
| | | | -Erik
* More missing prototypes.Eric Andersen2000-10-031-0/+5
|
* 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-112-0/+10
| | | | -Erik
* More stuff. Down to only 43 missing functions before BusyBox willEric Andersen2000-08-107-65/+126
| | | | | | 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
* Make some of the rpc stuff compileEric Andersen2000-08-034-14/+16
| | | | -Erik
* Add in a bunch of junk. Busybox now compiles (except for mkfs.minix andEric Andersen2000-07-0924-163/+6293
| | | | | | 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-092-16/+66
| | | | -Erik
* Removed old noise.Eric Andersen2000-07-091-16/+0
| | | | -Erik
* 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-092-6/+2
|
* 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
* A few updates.Eric Andersen2000-07-072-191/+33
| | | | -Erik
* Some more major updates to further superate ucLibc from the kernelEric Andersen2000-07-0650-1147/+6830
| | | | | headers (the way it has been done in GNU libc). -Erik
* Rework all the string handling. Make const stuff be constified.Eric Andersen2000-07-062-25/+69
| | | | -Erik
* Hacked things so longjmp now works.Eric Andersen2000-07-061-15/+92
| | | | -Erik
* Lots and lots of cleanups.Eric Andersen2000-07-064-38/+31
| | | | -Erik
* More header file cleanup.Eric Andersen2000-07-052-19/+133
| | | | -Erik
* Many bugfixes, header cleanups, etc. Added abort and glob.Eric Andersen2000-07-054-0/+253
| | | | | It is getting closer... -Erik
* More GPL vs LGPL fixes (sysdeps/getpagesize.c), and some headerEric Andersen2000-06-281-0/+3
| | | | | cleanups. -Erik
* Add in a version number so apps can tell uclib is being used.Eric Andersen2000-06-191-0/+8
| | | | -Erik
* Add sysinfo support.Erik Andersen2000-05-161-0/+15
| | | | -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-153-8/+3
| | | | | It now compiles.... -Erik
* Work in progress -- cleanups.Erik Andersen2000-05-141-0/+2
| | | | -Erik
* Some makefile updates to make it behave a bit better/consistently.Erik Andersen2000-05-142-4/+4
| | | | -Erik
* Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1aErik Andersen2000-05-147-10/+18
| | | | | to allow uC-libc to compile under x86. -Erik
* Initial revision0_9_1Erik Andersen2000-05-1498-0/+6594