aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk.c
AgeCommit message (Expand)Author
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-21style fix (stray space before ';')Denis Vlasenko
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko
2007-06-12diff: shrink code (-85 bytes):Denis Vlasenko
2007-06-02fdisk: make it work with big disks (read: typical today's disks)Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-03-22assorted fixes uncovered by randomconfig runsDenis Vlasenko
2007-03-19fdisk: bb_common_bufsiz1 is too small for globals on 64-bit CPUDenis Vlasenko
2007-03-19fdisk: get rid of _() macro.Denis Vlasenko
2007-03-18fdisk: move 2k ptes[] array into bb_common_bufsiz1Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #3Denis Vlasenko
2007-01-22Convert cmdedit into more generic line input facilityDenis Vlasenko
2007-01-03fdisk: remove 8k buffer from bss - OSF labelsDenis Vlasenko
2006-12-30next bunch of fixes for bugs found by randconfigDenis Vlasenko
2006-12-30done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko
2006-12-19remove casts from xmalloc()Denis Vlasenko
2006-12-19u_short, ulong exterminatedDenis Vlasenko
2006-12-16s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gDenis Vlasenko
2006-11-29cut 0.5k off mkfs.minixDenis Vlasenko
2006-11-29getopt32-ification of fdiskDenis Vlasenko
2006-11-27byteswap ops had extra mask ops - removedDenis Vlasenko
2006-11-24header_verbose_list: stop truncating file size in listingDenis Vlasenko
2006-11-18rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko
2006-10-28ls: cleanup part 1Denis Vlasenko
2006-10-27OFF_T_FMT -> OFF_FMTDenis Vlasenko
2006-10-27top: batch mode should output all processesDenis Vlasenko
2006-10-27last nail into error_msg() (de)capitalizationDenis Vlasenko
2006-10-26rename functions to more understandable namesDenis 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-14fdisk: compilation fixDenis Vlasenko
2006-10-12fdisk: separate sun/aix/etc code into #included filesDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-03lots of silly indent fixesDenis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-08-29Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley
2006-08-03Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-07-01Remove "#if 0" content."Robert P. J. Day"
2006-06-30fix from Kolbjørn Barmen for building for m68k targetsMike Frysinger
2006-06-25Various cleanups I made while going through Erik Hovland's patch submissions,Rob Landley
2006-06-15Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley
2006-06-13Random cleanup of platform.h.Rob Landley
2006-05-29Remove _() and N_() from platform.h. #define them as NOP macros in the twoRob Landley
2006-05-26fix spelling mistakesMike Frysinger
2006-05-05Migrate endianness macros.Rob Landley
2006-04-16use memmove() instead of bcopy()Mike Frysinger