index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
e2fsprogs
/
ext2fs
Age
Commit message (
Collapse
)
Author
2006-01-30
hopefully the last of the annoying signed/unsigned and mixed type errors
Eric Andersen
2006-01-25
just whitespace
Tim Riker
2006-01-23
Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems like
Rob Landley
PPC, with an obligatory couple of swipes from me.
2005-10-10
bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3.
"Vladimir N. Oleynik"
e2fsprogs: remove confuse bb_mkdep. Use internal e2fsprogs includes only. other: remove confuse bb_mkdep.
2005-09-25
fix building with debugging enabled #413
Mike Frysinger
2005-09-24
make sure we include local header files
Mike Frysinger
2005-09-19
mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove ↵
"Vladimir N. Oleynik"
1 exporing, ext2fs_llseek/blkid_llseek->llseek
2005-09-07
Fix warnings.
Rob Landley
2005-07-30
only declare do_swap if we need it
Mike Frysinger
2005-06-28
rip out all the non-linux code and ugly workarounds
Mike Frysinger
2005-06-12
use xmalloc instead of malloc
Mike Frysinger
2005-06-11
remove com_err.h includes
Mike Frysinger
2005-06-11
DOS only crap
Mike Frysinger
2005-06-11
fix signed/unsigned char pointers
Mike Frysinger
2005-06-11
need strings.h for ffs()
Mike Frysinger
2005-06-11
only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabled
Mike Frysinger
2005-05-09
import ext2fs lib to prep for new e2fsprogs
Mike Frysinger