summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix it so files are not stripped when debugging (doh!). Fix up stripEric Andersen2000-11-161-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 Andersen2000-11-151-3/+2
| | | | rework include/stdio.h, and fix up the resultant damage.
* Fix doc blunder.Eric Andersen2000-11-041-6/+6
|
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
|
* More cleanups. Fix things so tinylogin compiles.Eric Andersen2000-11-041-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 Andersen2000-10-301-1/+1
|
* Oops. Fix up stat. Again.Eric Andersen2000-10-291-1/+1
|
* Fix up stat so we translate from kernel stat to libc stat. Try to fixEric Andersen2000-10-291-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 Andersen2000-10-281-4/+9
|
* Move syscalls to sysdeps/linux/common (since they are common).Eric Andersen2000-10-251-1/+8
| | | | Remove _start.S since I now have a portable C version.
* Strip all object files of all non global symbols and .note andEric Andersen2000-10-201-1/+3
| | | | | .comment, saving a lot of space in the resultant binaries... -Erik
* Makefile updateEric Andersen2000-10-121-1/+1
|
* Bug ugly formatting updateEric Andersen2000-10-091-1/+8
|
* Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen2000-10-041-12/+25
| | | | -Erik
* Completely rearchitected the sysdeps directory.Eric Andersen2000-07-051-0/+24
-Erik