Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |