aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/mke2fs.c
AgeCommit message (Collapse)Author
2006-10-26remove bb_printf and the likeDenis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-08-03Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley
were using "1" as one of the arguments anyway, and as for the rest a multiply and a push isn't noticeably bigger than pushing two arguments on the stack.
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
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-05-19- single KERNEL_VERSION(a,b,c) macro in platform.hBernhard Reutner-Fischer
- rename get_kernel_revision() to get_linux_version_code from Robert P. J. Day
2006-03-30- rename clean_up in tune2fs and mke2fs to be prefixed with their applet names.Bernhard Reutner-Fischer
Purely cosmetic to ease readability.
2006-03-08import most of e2fsprogs 1.38 updatesMike Frysinger
2006-01-30hopefully the last of the annoying signed/unsigned and mixed type errorsEric Andersen
2006-01-25just whitespaceTim Riker
2005-10-12create e2fs_set_sbin_path(), noticed by Tito, Thanks"Vladimir N. Oleynik"
2005-10-02excellent shrinkage patch by TitoMike Frysinger
2005-09-29change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"
ln.c: error_msg(str)->error_msg(%s, str) - remove standart "feature" for hackers reduce 100 bytes don't care in sum
2005-09-29forgotten putenv"Vladimir N. Oleynik"
2005-09-19mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove ↵"Vladimir N. Oleynik"
1 exporing, ext2fs_llseek/blkid_llseek->llseek
2005-07-30apgo in Bug 351 says: punt parse_version_number since it is no longer usedMike Frysinger
2005-06-17Tito says: unify verbose/quiet flagsMike Frysinger
2005-06-17Tito says: strip unused program_nameMike Frysinger
Vladimir N. Oleynik says: uname() can be replaced with get_kernel_revision()
2005-06-11use xmalloc() and bb_perror_msg_and_die()Mike Frysinger
2005-06-11import initial fat mke2fsMike Frysinger