aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk.c
AgeCommit message (Expand)Author
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
2006-02-25strip out unneeded commentsMike Frysinger
2006-02-25fdisk unmaintained now :("Vladimir N. Oleynik"
2006-02-25Another clean-up patch from Garrett.Rob Landley
2006-02-25Minor cleanup from Garrett Kajmowicz.Rob Landley
2006-02-24Cleanup from Denis Vlasenko.Rob Landley
2006-02-23- put NLS stuff in one central place to avoid redefines.Bernhard Reutner-Fischer
2006-01-31- bzero -> memsetBernhard Reutner-Fischer
2006-01-31- add and use ATTRIBUTE_ALIGNED(num_bytes)Bernhard Reutner-Fischer
2006-01-30hopefully the last of the annoying signed/unsigned and mixed type errorsEric Andersen
2006-01-22- add platform.h.Bernhard Reutner-Fischer
2005-12-02reduce signedness warning"Vladimir N. Oleynik"
2005-11-24reduce bss"Vladimir N. Oleynik"
2004-06-28Avoid a number of places where large drives could wrap a uint, andEric Andersen
2004-05-26Per suggestion from Bastian Blank, be less evil when we force fdisk toEric Andersen
2004-05-19Erik,Eric Andersen
2004-05-19Make vodz happy and make fdisk always use large file support ifEric Andersen
2004-04-14Larry Doolittle writes:Eric Andersen
2004-03-30Sigh. what a mess.Eric Andersen
2004-03-30As waldi noticed, checks for the size of an off_t and castingEric Andersen
2004-03-30The fdisk llseek junk was redundant, since both uClibc and glibcEric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-02-06Eliminate use of a kernel scsi header file.Eric Andersen
2004-01-30s/u_int/uint/gEric Andersen
2003-12-19vodz noticed we need to cast things back to an unsigned longEric Andersen
2003-12-12Be certain we use a correct entity when performing theEric Andersen
2003-12-04Do not use the _syscall5 macro -- use syscall(2) insteadEric Andersen
2003-11-14Marc Kleine-Budde noticed a missing semicolonEric Andersen
2003-11-03Avoid conflicts with the 2.6 kernel headers, which defineEric Andersen
2003-08-08Patch from Kent Robotti to being fdisk in sync with v2.12 final.Eric Andersen
2003-08-06Patch from vodz:Eric Andersen
2003-07-30last_patch100 from vidz updating fdisk to 2.12preEric Andersen
2003-07-14Remove all the llseek junk and just use regular old lseek. When DOLFS isEric Andersen
2003-07-03Patch from Kent Robotti updating fdisk to version v2.11zEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2003-01-04fdisk writable feature, allows compilation of a small fdisk that canGlenn L McGrath
2002-12-11Eliminate dependancy on kernel header files. Naughty naughty.Eric Andersen
2002-12-08Fix compile warning with OSFGlenn L McGrath
2002-11-26fdisk applet by Vladimir N. OleynikGlenn L McGrath