Age | Commit message (Collapse) | Author |
|
longer accept NULL as a synonym for free.
|
|
|
|
bzero case pretty well.
|
|
|
|
(Yeah, I know sysfs hasn't actually got an API, but I like to pretend...)
|
|
|
|
macros in each C file, and making generated/globals.h from that. Rename
"toy" to "this" along the way to avoid toy/toys confusion.
|
|
|
|
toys/*.c. Move relevant info into comment at the top of each toys/*.c. Also
convert more of Makefile into a thin wrapper around shell scripts that actually
do the work. (Makefile is only still there for the user interface.)
|
|
|
|
|
|
the toybox infrastructure instead. Eliminates a return call from each command.
|
|
|
|
tweaks.
|
|
|
|
|
|
compiler so much.
|
|
|
|
existing applets. Still a bit buggy, but bits of it work.
|
|
Add error_msg() and itoa() to library. Remove argc from globals (since argv is
null terminated), add optflags to globals.
|
|
|
|
|