aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk.c
AgeCommit message (Expand)Author
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