aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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