aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make vodz happy and make fdisk always use large file support ifandersen2004-05-191-0/+8
* Larry Doolittle writes:andersen2004-04-141-1/+1
* Sigh. what a mess.andersen2004-03-301-2/+1
* As waldi noticed, checks for the size of an off_t and castingandersen2004-03-301-13/+6
* The fdisk llseek junk was redundant, since both uClibc and glibcandersen2004-03-301-72/+7
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-2/+2
* Eliminate use of a kernel scsi header file.andersen2004-02-061-6/+5
* s/u_int/uint/gandersen2004-01-301-4/+4
* vodz noticed we need to cast things back to an unsigned longandersen2003-12-191-2/+2
* Be certain we use a correct entity when performing theandersen2003-12-121-1/+1
* Do not use the _syscall5 macro -- use syscall(2) insteadandersen2003-12-041-11/+3
* Marc Kleine-Budde noticed a missing semicolonandersen2003-11-141-1/+1
* Avoid conflicts with the 2.6 kernel headers, which defineandersen2003-11-031-0/+5
* Patch from Kent Robotti to being fdisk in sync with v2.12 final.andersen2003-08-081-6/+10
* Patch from vodz:andersen2003-08-061-10/+86
* last_patch100 from vidz updating fdisk to 2.12preandersen2003-07-301-317/+330
* Remove all the llseek junk and just use regular old lseek. When DOLFS isandersen2003-07-141-110/+6
* Patch from Kent Robotti updating fdisk to version v2.11zandersen2003-07-031-38/+48
* Major coreutils update.mjn32003-03-191-5/+5
* fdisk writable feature, allows compilation of a small fdisk that canbug12003-01-041-181/+241
* Eliminate dependancy on kernel header files. Naughty naughty.andersen2002-12-111-56/+54
* Fix compile warning with OSFbug12002-12-081-1/+1
* fdisk applet by Vladimir N. Oleynikbug12002-11-261-0/+5899