Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.h | Denys Vlasenko | 2012-04-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Create and use our own copy of linux/ext2_fs.h | Denys Vlasenko | 2012-04-13 | 1 | -7/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | work around linux/ext2_fs.h breakage | Denys Vlasenko | 2012-04-12 | 1 | -0/+6 |
| | | | | | | See https://bugzilla.kernel.org/show_bug.cgi?id=42986 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | tune2fs: add support for -C MOUNT_COUNT. +40 bytes. Closes 3901. | Denys Vlasenko | 2011-09-11 | 1 | -4/+11 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | tune2fs: implement -c and -i options | Richard Braun | 2010-10-05 | 1 | -5/+35 |
| | | | | | | | | function old new delta tune2fs_main 165 256 +91 Signed-off-by: Richard Braun <rbraun@sceen.net> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
| | | | | | | | This change retains "or later" state! No licensing _changes_ here, only form is adjusted (article, space between "GPL" and "v2" and so on). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | tune2fs: move to e2fsprogs | Denys Vlasenko | 2010-05-09 | 1 | -0/+70 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove e2fsprogs. Nobody volunteered to clean up that mess | Denis Vlasenko | 2006-12-26 | 1 | -729/+0 |
| | |||||
* | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | 2006-11-27 | 1 | -2/+2 |
| | |||||
* | safe_strtoXX interface proved to be a bit unconvenient. | Denis Vlasenko | 2006-11-27 | 1 | -19/+13 |
| | | | | | Remove it, introduce saner bb_strtoXX. Saved ~350 bytes. | ||||
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 |
| | |||||
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 1 | -2/+0 |
| | |||||
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
| | |||||
* | Yet another silly little byte saving. couldn't -> cannot | Denis Vlasenko | 2006-09-29 | 1 | -1/+1 |
| | |||||
* | removed a lot of trailing \n in bb_msg() calls. It is added | Denis Vlasenko | 2006-09-06 | 1 | -3/+3 |
| | | | | | automatically by function itself. | ||||
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
| | |||||
* | A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and | Rob Landley | 2006-06-25 | 1 | -2/+2 |
| | | | | removing some unnecessary code. | ||||
* | Ext2fs cleanup from Garrett Kajmowicz. | Rob Landley | 2006-04-01 | 1 | -1/+1 |
| | |||||
* | - rename clean_up in tune2fs and mke2fs to be prefixed with their applet names. | Bernhard Reutner-Fischer | 2006-03-30 | 1 | -2/+2 |
| | | | | Purely cosmetic to ease readability. | ||||
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -10/+10 |
| | |||||
* | - add platform.h. | Bernhard Reutner-Fischer | 2006-01-22 | 1 | -1/+1 |
| | | | | - use shorter boilerplate while at it. | ||||
* | more busyboxes, remove 1 extern function (mainstream also have for one fsck) | "Vladimir N. Oleynik" | 2005-10-12 | 1 | -1/+2 |
| | |||||
* | more busyboxes | "Vladimir N. Oleynik" | 2005-10-12 | 1 | -8/+4 |
| | |||||
* | excellent shrinkage patch by Tito | Mike Frysinger | 2005-10-02 | 1 | -115/+68 |
| | |||||
* | err, fix stupid mistake in previous do_findfs() change | Mike Frysinger | 2005-09-24 | 1 | -3/+3 |
| | |||||
* | make e2label and findfs optional | Mike Frysinger | 2005-09-24 | 1 | -3/+13 |
| | |||||
* | initial fat tune2fs/findfs/e2label source | Mike Frysinger | 2005-06-11 | 1 | -0/+776 |