Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
index blocks).
|
|
against Red Hat 9.)
|
|
|
|
|
|
|
|
out of directory more often, to make sure I've checked in all the files...)
|
|
fields (blank free_blocks and free_inodes), and no root directory. (And
technically, no lost+found either.)
|
|
|
|
|
|
superblock.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.)
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
existing applets. Still a bit buggy, but bits of it work.
|
|
|
|
functions in main.c with USE() macros so --gc-sections can strip them.
|
|
|
|
|
|
%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.
|
|
|
|
|
|
an empty "blah.c" in there to make it happy but I'm not checking that in.
|
|
|