aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fdisk: remove 8k buffer from bss - OSF labelsvda2007-01-031-4/+4
* next bunch of fixes for bugs found by randconfigvda2006-12-301-14/+16
* done a dozen of randconfig test. guess what? ALL failed...vda2006-12-301-1/+1
* remove casts from xmalloc()vda2006-12-191-1/+1
* u_short, ulong exterminatedvda2006-12-191-36/+32
* s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gvda2006-12-161-3/+3
* cut 0.5k off mkfs.minixvda2006-11-291-3/+6
* getopt32-ification of fdiskvda2006-11-291-185/+165
* byteswap ops had extra mask ops - removedvda2006-11-271-7/+7
* header_verbose_list: stop truncating file size in listingvda2006-11-241-1/+1
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-181-4/+4
* ls: cleanup part 1vda2006-10-281-1/+1
* OFF_T_FMT -> OFF_FMTvda2006-10-271-1/+1
* top: batch mode should output all processesvda2006-10-271-1/+1
* last nail into error_msg() (de)capitalizationvda2006-10-271-1/+1
* rename functions to more understandable namesvda2006-10-261-1/+1
* silly size savings and capitalization fixesvda2006-10-261-5/+5
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-1/+1
* fdisk: compilation fixvda2006-10-141-35/+47
* fdisk: separate sun/aix/etc code into #included filesvda2006-10-121-3144/+264
* attempt to regularize atoi mess.vda2006-10-081-7/+6
* lots of silly indent fixesvda2006-10-031-3/+1
* whitespace cleanupvda2006-09-171-15/+15
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damagelandley2006-08-291-3/+3
* Remove xcalloc() and convert its callers to xzalloc(). About half of themlandley2006-08-031-2/+2
* Standardize on the vi editing directives being on the first line.rpjday2006-07-021-0/+1
* Remove "#if 0" content.rpjday2006-07-011-28/+0
* fix from Kolbjørn Barmen for building for m68k targetsvapier2006-06-301-1/+1
* Various cleanups I made while going through Erik Hovland's patch submissions,landley2006-06-251-1/+1
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot oflandley2006-06-151-5/+0
* Random cleanup of platform.h.landley2006-06-131-6/+0
* Remove _() and N_() from platform.h. #define them as NOP macros in the twolandley2006-05-291-0/+2
* fix spelling mistakesvapier2006-05-261-6/+6
* Migrate endianness macros.landley2006-05-051-6/+2
* use memmove() instead of bcopy()vapier2006-04-161-6/+6
* strip out unneeded commentsvapier2006-02-251-4/+1
* fdisk unmaintained now :(vodz2006-02-251-1/+6
* Another clean-up patch from Garrett.landley2006-02-251-137/+120
* Minor cleanup from Garrett Kajmowicz.landley2006-02-251-4/+1
* Cleanup from Denis Vlasenko.landley2006-02-241-1904/+2013
* - put NLS stuff in one central place to avoid redefines.aldot2006-02-231-2/+0
* - bzero -> memsetaldot2006-01-311-2/+2
* - add and use ATTRIBUTE_ALIGNED(num_bytes)aldot2006-01-311-6/+5
* hopefully the last of the annoying signed/unsigned and mixed type errorsandersen2006-01-301-11/+11
* - add platform.h.aldot2006-01-221-6/+3
* reduce signedness warningvodz2005-12-021-7/+9
* reduce bssvodz2005-11-241-1/+5
* Avoid a number of places where large drives could wrap a uint, andandersen2004-06-281-33/+33
* Per suggestion from Bastian Blank, be less evil when we force fdisk toandersen2004-05-261-9/+0
* Erik,andersen2004-05-191-8/+10