History log of /external/toybox/toys/pending/fsck.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
14a11ed5ebfb2309a3fdfea1ce7a741519e44693 18-Sep-2014 Ashwini Sharma <ak.ashwini1981.gmail.com> A few fixes for issues reported in static analysis.
/external/toybox/toys/pending/fsck.c
7eb3e4364c2bcebd2fdfef52c07f5101aa03e5bb 12-Aug-2014 Ashwini Sharma <ak.ashwini1981@gmail.com> Patches to commands for issues reported from static analysis tool.

portability.h.patch - it is for O_CLOEXEC, as compiler complained of it.
Makefile.patch - for cleaning generated/*.o files and libopts.dat file

[Fixup to uniq.c from Rob.]
/external/toybox/toys/pending/fsck.c
30f6ef5fcd571c554c2c59585d126b92793379d0 14-Jul-2014 Ashwini Sharma <ak.ashwini1981@gmail.com> fdisk : partitions > 60, are deleted, offset entry for extended partitions was wrong.
fsck: memory leak/segfault resolved.
ftpget : warning for unused variable 'ptr' removed.
/external/toybox/toys/pending/fsck.c
dce76e0be9fb24b095ed59acc90ac62ac08c2c78 21-May-2014 Rob Landley <rob@landley.net> Make fsck.c use common list free function, collate cleanup code and move inline.
/external/toybox/toys/pending/fsck.c
3297e87c2ab798696b0fb3d06904dccea076b77a 23-Apr-2014 Rob Landley <rob@landley.net> usage: is lower case (the help generator looks for that, might as well be consistent).
/external/toybox/toys/pending/fsck.c
59d85e2bb065a3bdc27868acb7a65f89d872c7fa 16-Jan-2014 Rob Landley <rob@landley.net> Rename xmsprintf() to just xmprintf().

Partly because there's no supplied target string ala sprintf, and partly
because I can never remember what order the m and s go in.
/external/toybox/toys/pending/fsck.c
9dff9f250830f97fb033c50344ed5519fe166f05 11-Nov-2013 Rob Landley <rob@landley.net> fsck wrapper from Ashwini Sharma. (Note: this just calls filesystem-specific programs not yet in toybox.)
/external/toybox/toys/pending/fsck.c