Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-26remove e2fsprogs. Nobody volunteered to clean up that messDenis Vlasenko
2006-12-21introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko
2006-11-17add -Wundef, fix uncovered bugsDenis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-12build system: fix build in separate obj treeDenis Vlasenko
2006-10-06httpd: add -u user[:grp] supportDenis Vlasenko
2006-10-05build system: small optimizationDenis Vlasenko
2006-10-05build system overhaulDenis Vlasenko
2006-09-30Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko
2006-09-09using [xa]sprintf for string concatenation is neat and savesDenis Vlasenko
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-07-01Yet more "#if 0" content removed."Robert P. J. Day"
2006-06-26Various cleanups I made while going through Erik Hovland's patch submissions,Rob Landley
2006-05-28Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley
2006-05-20Remove unused function parameter, from Garrett.Rob Landley
2006-05-04Big 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-01The build broke for me on gcc 4.0.3 due to an #include having the wrong patch.Rob Landley
2006-04-01Ext2fs cleanup from Garrett Kajmowicz.Rob Landley
2006-03-28just whitespace fixesMike Frysinger
2006-03-18need string.h as well as strings.hMike Frysinger
2006-03-08import most of e2fsprogs 1.38 updatesMike Frysinger
2006-03-01Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)Rob Landley
2006-02-24I was playing around with a dependency generator a couple weeks ago and I foundRob Landley
2006-01-31hopefully the last of the annoying signed/unsigned and mixed type errorsEric Andersen
2006-01-25just whitespaceTim Riker
2006-01-24Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems likeRob Landley
2005-10-10bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3."Vladimir N. Oleynik"
2005-09-25fix building with debugging enabled #413Mike Frysinger
2005-09-24make sure we include local header filesMike Frysinger
2005-09-19mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove ..."Vladimir N. Oleynik"
2005-09-07Fix warnings.Rob Landley
2005-07-30only declare do_swap if we need itMike Frysinger
2005-06-29rip out all the non-linux code and ugly workaroundsMike Frysinger
2005-06-12use xmalloc instead of mallocMike Frysinger
2005-06-12remove com_err.h includesMike Frysinger
2005-06-12DOS only crapMike Frysinger
2005-06-11fix signed/unsigned char pointersMike Frysinger
2005-06-11need strings.h for ffs()Mike Frysinger
2005-06-11only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabledMike Frysinger
2005-05-10import ext2fs lib to prep for new e2fsprogsMike Frysinger