summaryrefslogtreecommitdiff
path: root/util-linux/fdisk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Random cleanup of platform.h.Rob Landley2006-06-131-6/+0
* Remove _() and N_() from platform.h. #define them as NOP macros in the twoRob Landley2006-05-291-0/+2
* fix spelling mistakesMike Frysinger2006-05-261-6/+6
* Migrate endianness macros.Rob Landley2006-05-051-6/+2
* use memmove() instead of bcopy()Mike Frysinger2006-04-161-6/+6
* strip out unneeded commentsMike Frysinger2006-02-251-4/+1
* fdisk unmaintained now :("Vladimir N. Oleynik"2006-02-251-1/+6
* Another clean-up patch from Garrett.Rob Landley2006-02-251-137/+120
* Minor cleanup from Garrett Kajmowicz.Rob Landley2006-02-251-4/+1
* Cleanup from Denis Vlasenko.Rob Landley2006-02-241-1904/+2013
* - put NLS stuff in one central place to avoid redefines.Bernhard Reutner-Fischer2006-02-231-2/+0
* - bzero -> memsetBernhard Reutner-Fischer2006-01-311-2/+2
* - add and use ATTRIBUTE_ALIGNED(num_bytes)Bernhard Reutner-Fischer2006-01-311-6/+5
* hopefully the last of the annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-11/+11
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-6/+3
* reduce signedness warning"Vladimir N. Oleynik"2005-12-021-7/+9
* reduce bss"Vladimir N. Oleynik"2005-11-241-1/+5
* Avoid a number of places where large drives could wrap a uint, andEric Andersen2004-06-281-33/+33
* Per suggestion from Bastian Blank, be less evil when we force fdisk toEric Andersen2004-05-261-9/+0
* Erik,Eric Andersen2004-05-191-8/+10
* Make vodz happy and make fdisk always use large file support ifEric Andersen2004-05-191-0/+8
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Sigh. what a mess.Eric Andersen2004-03-301-2/+1
* As waldi noticed, checks for the size of an off_t and castingEric Andersen2004-03-301-13/+6
* The fdisk llseek junk was redundant, since both uClibc and glibcEric Andersen2004-03-301-72/+7
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Eliminate use of a kernel scsi header file.Eric Andersen2004-02-061-6/+5
* s/u_int/uint/gEric Andersen2004-01-301-4/+4
* vodz noticed we need to cast things back to an unsigned longEric Andersen2003-12-191-2/+2
* Be certain we use a correct entity when performing theEric Andersen2003-12-121-1/+1
* Do not use the _syscall5 macro -- use syscall(2) insteadEric Andersen2003-12-041-11/+3
* Marc Kleine-Budde noticed a missing semicolonEric Andersen2003-11-141-1/+1
* Avoid conflicts with the 2.6 kernel headers, which defineEric Andersen2003-11-031-0/+5
* Patch from Kent Robotti to being fdisk in sync with v2.12 final.Eric Andersen2003-08-081-6/+10
* Patch from vodz:Eric Andersen2003-08-061-10/+86
* last_patch100 from vidz updating fdisk to 2.12preEric Andersen2003-07-301-317/+330
* Remove all the llseek junk and just use regular old lseek. When DOLFS isEric Andersen2003-07-141-110/+6
* Patch from Kent Robotti updating fdisk to version v2.11zEric Andersen2003-07-031-38/+48
* Major coreutils update.Manuel Novoa III2003-03-191-5/+5
* fdisk writable feature, allows compilation of a small fdisk that canGlenn L McGrath2003-01-041-181/+241
* Eliminate dependancy on kernel header files. Naughty naughty.Eric Andersen2002-12-111-56/+54
* Fix compile warning with OSFGlenn L McGrath2002-12-081-1/+1
* fdisk applet by Vladimir N. OleynikGlenn L McGrath2002-11-261-0/+5899