Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
need 3. Doing varargs for this doesn't really appeal to me (bugs in waiting)
so I made an xcreate() that takes 3 args, and had xopen() call it with 0 for
the third argument. That way, if we feed O_CREAT to xopen() the permission
000 result should be easy to spot.
|
|
can use mercurial branches to keep this sort of thing separate, but at
the moment I'm just going to check in some dangling config entries that
don't control anything yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unrolling a small memmove.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
existing applets. Still a bit buggy, but bits of it work.
|
|
|
|
the license page.
|
|
can commit a file that lives under a symlink.
|
|
|
|
functions in main.c with USE() macros so --gc-sections can strip them.
|
|
substitute for building just the stuff we need, but is easy to do for now.)
|
|
|
|
|
|
|
|
|
|
Add distclean. Make clean have double colons so the kconfig makefile's
clean matches.
|
|
|
|
files to temporary locations to get them out of the way of the merge, and
the next checkin will be putting them _back_. This commit is entirely to
humor mercurial, and if I could figure out how to avoid getting it in this
weird state, I would.
|
|
|
|
plans for toysh. Nothing's currently _using_ this config info, but at least
it's being generated now.
|
|
%d the spec says, but same output. And you can't actually select it until I
get menuconfig in. But hey...)
|
|
|
|
Add error_msg() and itoa() to library. Remove argc from globals (since argv is
null terminated), add optflags to globals.
|
|
|
|
|
|
|
|
|