Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | only declare do_swap if we need it | Mike Frysinger | 2005-07-30 | 1 | -2/+4 | |
| | ||||||
* | apgo in Bug 351 says: punt parse_version_number since it is no longer used | Mike Frysinger | 2005-07-30 | 1 | -24/+0 | |
| | ||||||
* | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger | 2005-07-27 | 1 | -1/+1 | |
| | ||||||
* | rip out all the non-linux code and ugly workarounds | Mike Frysinger | 2005-06-28 | 2 | -172/+9 | |
| | ||||||
* | Tito says: unify verbose/quiet flags | Mike Frysinger | 2005-06-17 | 1 | -3/+2 | |
| | ||||||
* | Tito says: strip unused program_name | Mike Frysinger | 2005-06-17 | 1 | -13/+1 | |
| | | | | Vladimir N. Oleynik says: uname() can be replaced with get_kernel_revision() | |||||
* | use xmalloc instead of malloc | Mike Frysinger | 2005-06-12 | 3 | -34/+10 | |
| | ||||||
* | use malloc instead of xmalloc | Mike Frysinger | 2005-06-11 | 6 | -53/+29 | |
| | ||||||
* | use xmalloc() instead of malloc() | Mike Frysinger | 2005-06-11 | 2 | -6/+2 | |
| | ||||||
* | use xmalloc() and bb_perror_msg_and_die() | Mike Frysinger | 2005-06-11 | 1 | -9/+3 | |
| | ||||||
* | remove com_err.h includes | Mike Frysinger | 2005-06-11 | 3 | -5/+0 | |
| | ||||||
* | DOS only crap | Mike Frysinger | 2005-06-11 | 2 | -609/+0 | |
| | ||||||
* | import initial fat mke2fs | Mike Frysinger | 2005-06-11 | 3 | -3/+1498 | |
| | ||||||
* | import tune2fs support | Mike Frysinger | 2005-06-11 | 2 | -3/+35 | |
| | ||||||
* | fix signed/unsigned char pointers | Mike Frysinger | 2005-06-11 | 1 | -3/+3 | |
| | ||||||
* | oops, we only want to affect local CFLAGS | Mike Frysinger | 2005-06-11 | 1 | -2/+2 | |
| | ||||||
* | initial fat tune2fs/findfs/e2label source | Mike Frysinger | 2005-06-11 | 1 | -0/+776 | |
| | ||||||
* | replace simple is_null func with a memcmp define | Mike Frysinger | 2005-06-11 | 2 | -51/+4 | |
| | ||||||
* | force including of e2fsbb.h and move the HAVE_* defines to it | Mike Frysinger | 2005-06-11 | 1 | -6/+5 | |
| | ||||||
* | make sure clean removes objects in subdirs | Mike Frysinger | 2005-06-11 | 1 | -1/+1 | |
| | ||||||
* | need strings.h for ffs() | Mike Frysinger | 2005-06-11 | 1 | -0/+1 | |
| | ||||||
* | only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabled | Mike Frysinger | 2005-06-11 | 3 | -3/+13 | |
| | ||||||
* | replace simple functions with defines | Mike Frysinger | 2005-06-11 | 2 | -87/+0 | |
| | ||||||
* | whitespace updates | Mike Frysinger | 2005-06-11 | 1 | -1/+0 | |
| | ||||||
* | replace functions with defines | Mike Frysinger | 2005-06-11 | 1 | -2/+4 | |
| | ||||||
* | whitespace updates | Mike Frysinger | 2005-06-11 | 1 | -3/+2 | |
| | ||||||
* | whitespace updates | Mike Frysinger | 2005-06-11 | 2 | -8/+6 | |
| | ||||||
* | recode functions to shrink size | Mike Frysinger | 2005-06-11 | 9 | -109/+92 | |
| | ||||||
* | setup the HAVE_* defines | Mike Frysinger | 2005-06-11 | 1 | -1/+21 | |
| | ||||||
* | make sure we add the local dir to the include path | Mike Frysinger | 2005-05-16 | 1 | -1/+1 | |
| | ||||||
* | This makefile was a mess. Fix it to work as intended. | Eric Andersen | 2005-05-11 | 1 | -11/+11 | |
| | | | | -Erik | |||||
* | import more libs to prep for new e2fsprogs | Mike Frysinger | 2005-05-09 | 30 | -0/+5277 | |
| | ||||||
* | import ext2fs lib to prep for new e2fsprogs | Mike Frysinger | 2005-05-09 | 82 | -0/+17575 | |
| | ||||||
* | no longer applies | Mike Frysinger | 2005-05-09 | 1 | -4/+0 | |
| | ||||||
* | import base_device.c for fsck | Mike Frysinger | 2005-05-09 | 1 | -0/+147 | |
| | ||||||
* | remove unused files | Mike Frysinger | 2005-05-09 | 5 | -271/+0 | |
| | ||||||
* | trim out useless defines and use some busybox funcs | Mike Frysinger | 2005-05-09 | 1 | -24/+3 | |
| | ||||||
* | override nls P_() macro | Mike Frysinger | 2005-05-09 | 1 | -0/+1 | |
| | ||||||
* | patch by Tito which uses a lot more busybox functions to reduce size nicely | Mike Frysinger | 2005-05-07 | 2 | -49/+37 | |
| | ||||||
* | update e2p target to match condensed files | Mike Frysinger | 2005-05-07 | 1 | -2/+1 | |
| | ||||||
* | patch by Tito which unifies common get/set functions into 1 get/set function ↵ | Mike Frysinger | 2005-05-07 | 4 | -144/+39 | |
| | | | | and cuts down on the size used significantly :) | |||||
* | add/remove defines to handle more e2fsprogs | Mike Frysinger | 2005-05-07 | 1 | -1/+2 | |
| | ||||||
* | use a generic error message | Mike Frysinger | 2005-04-25 | 2 | -2/+2 | |
| | ||||||
* | use asprintf in place of malloc/sprintf as suggested by solar | Mike Frysinger | 2005-04-25 | 2 | -13/+13 | |
| | ||||||
* | bbify to shrink size | Mike Frysinger | 2005-04-25 | 2 | -297/+177 | |
| | ||||||
* | svn didnt auto add these ... | Mike Frysinger | 2005-04-24 | 3 | -0/+96 | |
| | ||||||
* | add new subdir for e2fsprogs | Mike Frysinger | 2005-04-24 | 25 | -0/+2216 | |