Age | Commit message (Collapse) | Author |
|
for limit[] to move a test out of a loop. Unroll a single-bit get_bits()
to avoid a function call in the common case on a hot path. And one more
application of the old "two tests in one via typecasting and/or math" trick.
|
|
|
|
|
|
|
|
but it looks cleaner.
|
|
|
|
|
|
out how to turn an if/else into a multiply and subtract (saving 2 bytes).
|
|
out the bunzip2 library.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|