Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-11 | Finish reorganizing things. At least I think I've finished. | Eric Andersen | |
2000-10-11 | Test cleanup | Eric Andersen | |
2000-10-11 | Reorg unistd dir | Eric Andersen | |
2000-10-11 | New misc tree that actually has misc stuff in it. | Eric Andersen | |
2000-10-09 | Needed now. | Eric Andersen | |
2000-10-09 | Forgot this | Eric Andersen | |
2000-10-09 | Bug ugly formatting update | Eric Andersen | |
2000-10-08 | New malloc routines. | Eric Andersen | |
2000-10-07 | Formatting update | Eric Andersen | |
2000-10-07 | Formatting update | Eric Andersen | |
2000-10-07 | Update and simplification. | Eric Andersen | |
2000-10-07 | Forgot to ignore this | Eric Andersen | |
2000-10-07 | More cleanups | Eric Andersen | |
2000-10-07 | Add in support for shm/ipc. | Eric Andersen | |
2000-10-07 | Dependancy update | Eric Andersen | |
2000-10-07 | Update dependancies | Eric Andersen | |
2000-10-07 | Remove obsolete files. Update dependancies. | Eric Andersen | |
2000-10-07 | Dependancy update | Eric Andersen | |
2000-10-07 | Remove obsolete file. Fix dependancy. | Eric Andersen | |
2000-10-07 | Dependancy fixup, and remove some obcolete files. | Eric Andersen | |
2000-10-07 | Warning cleanup | 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 | More makefile updates | Eric Andersen | |
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-10-04 | This is making far too much sense. | Eric Andersen | |
2000-10-04 | More sanity yet. | Eric Andersen | |
2000-10-04 | Sanity fix. | Eric Andersen | |
2000-10-04 | Makefile sanity fix. | Eric Andersen | |
-Erik | |||
2000-10-04 | Major facelift on the test area -- the beginnings of some real testing | Eric Andersen | |
stuff so we can get this library into shape. -Erik | |||
2000-10-03 | More missing prototypes. | Eric Andersen | |
2000-10-03 | Add in some more test suite stuff. | Eric Andersen | |
-Erik | |||
2000-09-12 | test proggy for strtol, strtoul | David Schleef | |
2000-09-01 | Fix up the Makefile for better portability | Eric Andersen | |
-Erik | |||
2000-09-01 | Repeat after me 100 times: | Eric Andersen | |
I will always compile before I commit -Erik | |||
2000-09-01 | Remove __restrict when not supported | Eric Andersen | |
-Erik | |||
2000-08-21 | + added alloca() support for all architectures | John Beppu | |
by way of gcc's __builtin_alloca(). I think I did it right, but we'll see. | |||
2000-08-11 | Yet more updates. Getting closer.... | Eric Andersen | |
-Erik | |||
2000-08-11 | Add in snprintf and vsnprintf | 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-08-03 | Fix spelling | Eric Andersen | |
2000-08-03 | Make some of the rpc stuff compile | Eric Andersen | |
-Erik | |||
2000-08-03 | Updated to new scheme for handling syscalls. | Eric Andersen | |
-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 | fix sys/vfs so it doesn't pull in kernel stuff. | Eric Andersen | |
-Erik | |||
2000-07-09 | Removed old noise. | Eric Andersen | |
-Erik | |||
2000-07-09 | the rest of the compile fixes | Randolph Chung | |
2000-07-09 | Fixed dir/dirent | Eric Andersen | |
-Erik | |||
2000-07-09 | Add needed include file | Eric Andersen | |
-Erik | |||
2000-07-09 | misc net fixes for building.... | Randolph Chung | |