Denys Vlasenko
|
abfa3ec059
move storage helpers to libbb.h
|
6 years ago |
Denys Vlasenko
|
7398892ac0
mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platforms
|
6 years ago |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 years ago |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
7 years ago |
Denys Vlasenko
|
205d48e948
*: add comment about APPLET_ODDNAME format
|
7 years ago |
Denys Vlasenko
|
0581a2f304
Make mke2fs and mkfs.ext2 individually selectable
|
8 years ago |
Denys Vlasenko
|
237bedd499
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
|
8 years ago |
Denys Vlasenko
|
066e76befe
Replace a few more bb_info_msg's by bb_error_msg or printf
|
8 years ago |
Denys Vlasenko
|
76b680c7a8
Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts
|
8 years ago |
Denys Vlasenko
|
c9a13116a4
mount: fix the wrongly stored fs creation time
|
12 years ago |
Denys Vlasenko
|
176bc34475
Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.h
|
12 years ago |
Denys Vlasenko
|
0b2b0f31a3
Create and use our own copy of linux/ext2_fs.h
|
12 years ago |
Denys Vlasenko
|
caf5768154
work around linux/ext2_fs.h breakage
|
12 years ago |
Denys Vlasenko
|
7550201e9a
mke2fs: do not zero out first kilobyte. Closes 3247
|
13 years ago |
Pere Orga
|
5bc8c005a8
move remaining help text from include/usage.src.h
|
13 years ago |
Denys Vlasenko
|
e4dcba1c10
*: whitespace fixes
|
14 years ago |
Denys Vlasenko
|
8d3e225a2d
libbb: add xfstat function
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
8f599f9a31
mkfs_ext2: improve comments a bit
|
14 years ago |
Bernhard Reutner-Fischer
|
5070124763
mkfs_ext2: reuse string
|
14 years ago |
Bernhard Reutner-Fischer
|
cd5aa5c5da
mkfs_ext2: fix handling of -I argument
|
14 years ago |
Denys Vlasenko
|
6774386d95
tune2fs: move to e2fsprogs
|
14 years ago |
Denys Vlasenko
|
baad6d889d
mkfs_ext2: fix bad comment. no code changes
|
14 years ago |
Denys Vlasenko
|
40e7d25aca
mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)
|
14 years ago |
Denys Vlasenko
|
3581c62515
whitespace fixes
|
15 years ago |
Denys Vlasenko
|
4b8b37f981
mkfs_ext2: fix compile error
|
15 years ago |
Denys Vlasenko
|
46e364dbfe
mkfs_ext2: code shrink
|
15 years ago |
Denys Vlasenko
|
09bbb2892d
mkfs_ext2: fix a bug where we don't fully respect -n on files
|
15 years ago |
Denys Vlasenko
|
149a32a19b
mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir)
|
15 years ago |
Denys Vlasenko
|
481ca9604d
mkfs_ext2: 1.41.9 compat
|
15 years ago |