aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | | | | | | | | | | | I wrote: >>I think, fdisk have special ext2lseek special for: >>disk can have size > 4Gb, but all any partitions have < 4Gb and lseek64 >>not require. >>May be best create new configure option for set DOLFS for fdisk applet >>if global DOLFS unset? > Erik Andersen wrote: >Agreed. Using an extra configure option when ! DOLFS >would be a good idea. Ok. Patch attached.
* 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
| | | | | | enabled, regular lseek is transparently promoted to lseek64 anyways, rendering the llseek stuff pointless. -Erik
* 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
| | | | only read partition table, by Vladimir N. Oleynik
* Eliminate dependancy on kernel header files. Naughty naughty.Eric Andersen2002-12-111-56/+54
| | | | | Using linux kernel headers is a Bad Thing(tm) and should be punished.
* Fix compile warning with OSFGlenn L McGrath2002-12-081-1/+1
|
* fdisk applet by Vladimir N. OleynikGlenn L McGrath2002-11-261-0/+5899