aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/ext2fs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove e2fsprogs. Nobody volunteered to clean up that messDenis Vlasenko2006-12-2678-15579/+0
|
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-1/+1
|
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-273-4/+4
|
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-1/+1
|
* add -Wundef, fix uncovered bugsDenis Vlasenko2006-11-171-5/+5
|
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
|
* build system: fix build in separate obj treeDenis Vlasenko2006-10-111-1/+1
|
* httpd: add -u user[:grp] supportDenis Vlasenko2006-10-051-2/+0
|
* build system: small optimizationDenis Vlasenko2006-10-051-9/+14
|
* build system overhaulDenis Vlasenko2006-10-051-0/+18
|
* Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko2006-09-291-2/+2
|
* using [xa]sprintf for string concatenation is neat and savesDenis Vlasenko2006-09-091-2/+3
| | | | | ~100 bytes according to bloatcheck. Also this fixes bug in rpm
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-0277-0/+77
|
* Yet more "#if 0" content removed."Robert P. J. Day"2006-07-013-39/+0
|
* Various cleanups I made while going through Erik Hovland's patch submissions,Rob Landley2006-06-251-4/+2
| | | | some of which are even from him. :)
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
|
* Remove unused function parameter, from Garrett.Rob Landley2006-05-192-4/+1
|
* Big dead code elimination pass from Garrett.Rob Landley2006-05-0317-245/+40
|
* - remove unused ext2fs_find_first_bit_set() and ext2fs_find_next_bit_set()Bernhard Reutner-Fischer2006-04-041-45/+0
|
* The build broke for me on gcc 4.0.3 due to an #include having the wrong patch.Rob Landley2006-04-011-1/+1
|
* Ext2fs cleanup from Garrett Kajmowicz.Rob Landley2006-04-015-838/+90
|
* just whitespace fixesMike Frysinger2006-03-289-10/+10
|
* need string.h as well as strings.hMike Frysinger2006-03-181-0/+1
|
* import most of e2fsprogs 1.38 updatesMike Frysinger2006-03-086-14/+15
|
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)Rob Landley2006-03-0116-99/+47
| | | | from before "if(x) free(x)".
* I was playing around with a dependency generator a couple weeks ago and I foundRob Landley2006-02-241-2/+2
| | | | some #include files that aren't in the tree. No biggie...
* hopefully the last of the annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-1/+1
|
* just whitespaceTim Riker2006-01-2569-660/+660
|
* Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems likeRob Landley2006-01-232-28/+1
| | | | PPC, with an obligatory couple of swipes from me.
* bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3."Vladimir N. Oleynik"2005-10-106-23/+9
| | | | | e2fsprogs: remove confuse bb_mkdep. Use internal e2fsprogs includes only. other: remove confuse bb_mkdep.
* fix building with debugging enabled #413Mike Frysinger2005-09-253-679/+472
|
* make sure we include local header filesMike Frysinger2005-09-241-2/+2
|
* mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove ↵"Vladimir N. Oleynik"2005-09-192-67/+17
| | | | 1 exporing, ext2fs_llseek/blkid_llseek->llseek
* Fix warnings.Rob Landley2005-09-071-2/+2
|
* only declare do_swap if we need itMike Frysinger2005-07-301-2/+4
|
* rip out all the non-linux code and ugly workaroundsMike Frysinger2005-06-281-85/+6
|
* use xmalloc instead of mallocMike Frysinger2005-06-123-34/+10
|
* remove com_err.h includesMike Frysinger2005-06-113-5/+0
|
* DOS only crapMike Frysinger2005-06-112-609/+0
|
* fix signed/unsigned char pointersMike Frysinger2005-06-111-3/+3
|
* need strings.h for ffs()Mike Frysinger2005-06-111-0/+1
|
* only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabledMike Frysinger2005-06-113-3/+13
|
* import ext2fs lib to prep for new e2fsprogsMike Frysinger2005-05-0982-0/+17575