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 (
Expand
)
Author
2006-05-27
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-05-19
Remove unused function parameter, from Garrett.
Rob Landley
2006-05-03
Big dead code elimination pass from Garrett.
Rob Landley
2006-04-04
- remove unused ext2fs_find_first_bit_set() and ext2fs_find_next_bit_set()
Bernhard Reutner-Fischer
2006-04-01
The build broke for me on gcc 4.0.3 due to an #include having the wrong patch.
Rob Landley
2006-04-01
Ext2fs cleanup from Garrett Kajmowicz.
Rob Landley
2006-03-28
just whitespace fixes
Mike Frysinger
2006-03-18
need string.h as well as strings.h
Mike Frysinger
2006-03-08
import most of e2fsprogs 1.38 updates
Mike Frysinger
2006-03-01
Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)
Rob Landley
2006-02-24
I was playing around with a dependency generator a couple weeks ago and I found
Rob Landley
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
2005-10-10
bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3.
"Vladimir N. Oleynik"
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"
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