aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs
AgeCommit message (Expand)Author
2006-11-18rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko
2006-11-17add -Wundef, fix uncovered bugsDenis Vlasenko
2006-11-05rename: compare_string_array -> index_in_str_arrayDenis Vlasenko
2006-11-01mostly style fixesDenis Vlasenko
2006-10-26remove bb_printf and the likeDenis Vlasenko
2006-10-26silly size savings and capitalization fixesDenis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-11build system: fix build in separate obj treeDenis Vlasenko
2006-10-10fixes from Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko
2006-10-08correct largefile support, add comments about it.Denis Vlasenko
2006-10-07dd: make it recognize not only 'k' but 'K' too;Denis Vlasenko
2006-10-05httpd: add -u user[:grp] supportDenis Vlasenko
2006-10-05build system: small optimizationDenis Vlasenko
2006-10-05build system overhaulDenis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-29Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-09-11- Tito pointed out that Rob forgot to add e2fsprogs/blkid/list.cBernhard Reutner-Fischer
2006-09-11Build fixes for gcc 4.0 with -Werror, from Tito.Rob Landley
2006-09-09using [xa]sprintf for string concatenation is neat and savesDenis Vlasenko
2006-09-06removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko
2006-08-03Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-03Delete unused version.c file and corresponding function prototypes"Robert P. J. Day"
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-25Various cleanups I made while going through Erik Hovland's patch submissions,Rob Landley
2006-06-25A few patches from Erik Hovland, turning strncpy() into safe_strncpy() andRob Landley
2006-06-19Make some 64 bit warnings go away on x86-64.Rob Landley
2006-05-29Remove _() and N_() from platform.h. #define them as NOP macros in the twoRob Landley
2006-05-28Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bitsRob Landley
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley
2006-05-19Remove unused function parameter, from Garrett.Rob Landley
2006-05-19- forgot to make busybox_unstripped depend on the applets in IMA mode.Bernhard Reutner-Fischer
2006-05-19- single KERNEL_VERSION(a,b,c) macro in platform.hBernhard Reutner-Fischer
2006-05-17Typo that hits big endian systems.Rob Landley
2006-05-13pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...Mike Frysinger
2006-05-11move the dir related rules to the end so the E2FSPROGS_AR rule is the defaultMike Frysinger
2006-05-11dont use tabs peopleMike Frysinger
2006-05-05Another patch from Garrett: remove bad block bitmap checking code. EverythingRob Landley
2006-05-03Big dead code elimination pass from Garrett.Rob Landley
2006-05-03Patch from Garrett Kajmowicz to move a lot of #defines into theRob Landley
2006-04-16kill off pointless malloc.h includeMike Frysinger
2006-04-06Another size reduction patch 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-04- pull in prototype for e2fsck_main.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-30- rename clean_up in tune2fs and mke2fs to be prefixed with their applet names.Bernhard Reutner-Fischer