summaryrefslogtreecommitdiff
path: root/util-linux/fdisk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;)Denis Vlasenko2007-12-161-138/+152
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-061-1/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-8/+8
* make fdisk compile on libc without llseek64Denis Vlasenko2007-09-231-0/+8
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-7/+7
* style fix (stray space before ';')Denis Vlasenko2007-07-211-2/+2
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-16/+2
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-2/+0
* diff: shrink code (-85 bytes):Denis Vlasenko2007-06-121-3/+3
* fdisk: make it work with big disks (read: typical today's disks)Denis Vlasenko2007-06-021-83/+58
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* assorted fixes uncovered by randomconfig runsDenis Vlasenko2007-03-221-0/+2
* fdisk: bb_common_bufsiz1 is too small for globals on 64-bit CPUDenis Vlasenko2007-03-191-175/+177
* fdisk: get rid of _() macro.Denis Vlasenko2007-03-191-466/+442
* fdisk: move 2k ptes[] array into bb_common_bufsiz1Denis Vlasenko2007-03-181-25/+32
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #3Denis Vlasenko2007-01-291-2/+2
* Convert cmdedit into more generic line input facilityDenis Vlasenko2007-01-221-160/+149
* fdisk: remove 8k buffer from bss - OSF labelsDenis Vlasenko2007-01-031-4/+4
* next bunch of fixes for bugs found by randconfigDenis Vlasenko2006-12-301-14/+16
* done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko2006-12-301-1/+1
* remove casts from xmalloc()Denis Vlasenko2006-12-191-1/+1
* u_short, ulong exterminatedDenis Vlasenko2006-12-191-36/+32
* s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gDenis Vlasenko2006-12-161-3/+3
* cut 0.5k off mkfs.minixDenis Vlasenko2006-11-291-3/+6
* getopt32-ification of fdiskDenis Vlasenko2006-11-291-185/+165
* byteswap ops had extra mask ops - removedDenis Vlasenko2006-11-271-7/+7
* header_verbose_list: stop truncating file size in listingDenis Vlasenko2006-11-241-1/+1
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-4/+4
* ls: cleanup part 1Denis Vlasenko2006-10-281-1/+1
* OFF_T_FMT -> OFF_FMTDenis Vlasenko2006-10-271-1/+1
* top: batch mode should output all processesDenis Vlasenko2006-10-271-1/+1
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-271-1/+1
* rename functions to more understandable namesDenis Vlasenko2006-10-261-1/+1
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-5/+5
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* fdisk: compilation fixDenis Vlasenko2006-10-141-35/+47
* fdisk: separate sun/aix/etc code into #included filesDenis Vlasenko2006-10-121-3144/+264
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-7/+6
* lots of silly indent fixesDenis Vlasenko2006-10-031-3/+1
* whitespace cleanupDenis Vlasenko2006-09-171-15/+15
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley2006-08-291-3/+3
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-2/+2
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Remove "#if 0" content."Robert P. J. Day"2006-07-011-28/+0
* fix from Kolbjørn Barmen for building for m68k targetsMike Frysinger2006-06-301-1/+1
* Various cleanups I made while going through Erik Hovland's patch submissions,Rob Landley2006-06-251-1/+1
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley2006-06-151-5/+0