Age | Commit message (Collapse) | Author |
|
|
|
probably doesn't actually work yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
index blocks).
|
|
|
|
|
|
CFG_TOYSH_DEBUG to shut up the spurious "gcc can't tell that this is never
actually used uninitialized because gcc is stupid" warnings.
|
|
against Red Hat 9.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
out of directory more often, to make sure I've checked in all the files...)
|
|
the left (copied from firmware linux, half the tabs go nowhere).
|
|
fields (blank free_blocks and free_inodes), and no root directory. (And
technically, no lost+found either.)
|
|
|
|
|
|
superblock.
|
|
|
|
|
|
|
|
doesn't work on some devices, and we can't always tell _when_ it failed), so
go to the binary search for now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 bytes and reduces running time by one half of one percent.
|
|
|
|
|
|
based handling of a 6-byte header with with two 24-bit integer reads. Use
xmalloc() and xzalloc().
|
|
shouldn't be a problem if we register signal handlers with sigaction(SA_RESTART)
Straighten out count and len (I generally consistently use "count" for the
current progress and "len" for the total, but this time I got them backwards
for some reason and don't want to confuse myself in future.)
|
|
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.
|
|
|
|
|