Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
message when called
from get_optflags().
|
|
|
|
|
|
|
|
|
|
compiler so much.
|
|
|
|
index blocks).
|
|
|
|
|
|
|
|
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.)
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
existing applets. Still a bit buggy, but bits of it work.
|
|
functions in main.c with USE() macros so --gc-sections can strip them.
|
|
|
|
|
|
Add error_msg() and itoa() to library. Remove argc from globals (since argv is
null terminated), add optflags to globals.
|
|
|
|
|
|
|