aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/ext2fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* style cleanup: return(a) -> return a, part 2vda2006-11-273-4/+4
* style cleanup: return(a) -> return a, part 1vda2006-11-271-1/+1
* add -Wundef, fix uncovered bugsvda2006-11-171-5/+5
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-1/+1
* build system: fix build in separate obj treevda2006-10-111-1/+1
* httpd: add -u user[:grp] supportvda2006-10-051-2/+0
* build system: small optimizationvda2006-10-051-9/+14
* build system overhaulvda2006-10-051-0/+18
* Yet another silly little byte saving. couldn't -> cannotvda2006-09-291-2/+2
* using [xa]sprintf for string concatenation is neat and savesvda2006-09-091-2/+3
* Standardize on the vi editing directives being on the first line.rpjday2006-07-0277-0/+77
* Yet more "#if 0" content removed.rpjday2006-07-013-39/+0
* Various cleanups I made while going through Erik Hovland's patch submissions,landley2006-06-251-4/+2
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-271-1/+0
* Remove unused function parameter, from Garrett.landley2006-05-192-4/+1
* Big dead code elimination pass from Garrett.landley2006-05-0317-245/+40
* - remove unused ext2fs_find_first_bit_set() and ext2fs_find_next_bit_set()aldot2006-04-041-45/+0
* The build broke for me on gcc 4.0.3 due to an #include having the wrong patch.landley2006-04-011-1/+1
* Ext2fs cleanup from Garrett Kajmowicz.landley2006-04-015-838/+90
* just whitespace fixesvapier2006-03-289-10/+10
* need string.h as well as strings.hvapier2006-03-181-0/+1
* import most of e2fsprogs 1.38 updatesvapier2006-03-086-14/+15
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)landley2006-03-0116-99/+47
* I was playing around with a dependency generator a couple weeks ago and I foundlandley2006-02-241-2/+2
* hopefully the last of the annoying signed/unsigned and mixed type errorsandersen2006-01-301-1/+1
* just whitespacetimr2006-01-2569-660/+660
* Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems likelandley2006-01-232-28/+1
* bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3.vodz2005-10-106-23/+9
* fix building with debugging enabled #413vapier2005-09-253-679/+472
* make sure we include local header filesvapier2005-09-241-2/+2
* mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove ...vodz2005-09-192-67/+17
* Fix warnings.landley2005-09-071-2/+2
* only declare do_swap if we need itvapier2005-07-301-2/+4
* rip out all the non-linux code and ugly workaroundsvapier2005-06-281-85/+6
* use xmalloc instead of mallocvapier2005-06-123-34/+10
* remove com_err.h includesvapier2005-06-113-5/+0
* DOS only crapvapier2005-06-112-609/+0
* fix signed/unsigned char pointersvapier2005-06-111-3/+3
* need strings.h for ffs()vapier2005-06-111-0/+1
* only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabledvapier2005-06-113-3/+13
* import ext2fs lib to prep for new e2fsprogsvapier2005-05-0982-0/+17575