Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix it so files are not stripped when debugging (doh!). Fix up strip | Eric Andersen | 2000-11-16 | 1 | -1/+1 | |
| | | | | | rules. With this fix in place, I can now find what is wrong with malloc... -Erik | |||||
* | Add in tmpnam() support from David Whedon <dwhedon@gordian.com>, | Eric Andersen | 2000-11-15 | 1 | -3/+2 | |
| | | | | rework include/stdio.h, and fix up the resultant damage. | |||||
* | Fix doc blunder. | Eric Andersen | 2000-11-04 | 1 | -6/+6 | |
| | ||||||
* | Make spelling of uClibc be consistant. | Eric Andersen | 2000-11-04 | 1 | -1/+1 | |
| | ||||||
* | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | 2000-11-04 | 1 | -1/+2 | |
| | | | | Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>. | |||||
* | First pass at fixing readdir by adding a getdents wrapper... | Eric Andersen | 2000-10-30 | 1 | -1/+1 | |
| | ||||||
* | Oops. Fix up stat. Again. | Eric Andersen | 2000-10-29 | 1 | -1/+1 | |
| | ||||||
* | Fix up stat so we translate from kernel stat to libc stat. Try to fix | Eric Andersen | 2000-10-29 | 1 | -3/+3 | |
| | | | | | | up a few little things with dir entry reading. busybox now compiles, and seems to basically work... :-) -Erik | |||||
* | _start.c is a failed experiment. Go back to using asm... | Eric Andersen | 2000-10-28 | 1 | -4/+9 | |
| | ||||||
* | Move syscalls to sysdeps/linux/common (since they are common). | Eric Andersen | 2000-10-25 | 1 | -1/+8 | |
| | | | | Remove _start.S since I now have a portable C version. | |||||
* | Strip all object files of all non global symbols and .note and | Eric Andersen | 2000-10-20 | 1 | -1/+3 | |
| | | | | | .comment, saving a lot of space in the resultant binaries... -Erik | |||||
* | Makefile update | Eric Andersen | 2000-10-12 | 1 | -1/+1 | |
| | ||||||
* | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 1 | -1/+8 | |
| | ||||||
* | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | 2000-10-04 | 1 | -12/+25 | |
| | | | | -Erik | |||||
* | Completely rearchitected the sysdeps directory. | Eric Andersen | 2000-07-05 | 1 | -0/+24 | |
-Erik |