Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-19 | Eduardas Meile reported "The -Werror=format-security flag is applied by | Rob Landley | |
default in Yocto 2.6 Thud release" and identified several error_exit() and friends that should use the _raw versions. | |||
2014-09-18 | A few fixes for issues reported in static analysis. | Ashwini Sharma | |
2014-08-12 | Patches to commands for issues reported from static analysis tool. | Ashwini Sharma | |
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.] | |||
2014-07-14 | fdisk : partitions > 60, are deleted, offset entry for extended partitions ↵ | Ashwini Sharma | |
was wrong. fsck: memory leak/segfault resolved. ftpget : warning for unused variable 'ptr' removed. | |||
2014-05-21 | Make fsck.c use common list free function, collate cleanup code and move inline. | Rob Landley | |
2014-04-23 | usage: is lower case (the help generator looks for that, might as well be ↵ | Rob Landley | |
consistent). | |||
2014-01-16 | Rename xmsprintf() to just xmprintf(). | Rob Landley | |
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. | |||
2013-11-10 | fsck wrapper from Ashwini Sharma. (Note: this just calls filesystem-specific ↵ | Rob Landley | |
programs not yet in toybox.) |