Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 | |
| | ||||||
* | Eliminate use of a kernel scsi header file. | Eric Andersen | 2004-02-06 | 1 | -6/+5 | |
| | | | | | Prevent potentially misaligned accesses while indexing a pointer to the partition table, which would be a bad thing on i.e. arm. | |||||
* | s/u_int/uint/g | Eric Andersen | 2004-01-30 | 1 | -4/+4 | |
| | ||||||
* | vodz noticed we need to cast things back to an unsigned long | Eric Andersen | 2003-12-19 | 1 | -2/+2 | |
| | | | | or the syscall will not get the proper arguments. | |||||
* | Be certain we use a correct entity when performing the | Eric Andersen | 2003-12-12 | 1 | -1/+1 | |
| | | | | BLKGETSIZE64 ioctl -- don't just assume 8, | |||||
* | Do not use the _syscall5 macro -- use syscall(2) instead | Eric Andersen | 2003-12-04 | 1 | -11/+3 | |
| | ||||||
* | Marc Kleine-Budde noticed a missing semicolon | Eric Andersen | 2003-11-14 | 1 | -1/+1 | |
| | ||||||
* | Avoid conflicts with the 2.6 kernel headers, which define | Eric Andersen | 2003-11-03 | 1 | -0/+5 | |
| | | | | | | _IOR rather differently, thereby breaking the BLKGETSIZE64 ioctl. -Erik | |||||
* | Patch from Kent Robotti to being fdisk in sync with v2.12 final. | Eric Andersen | 2003-08-08 | 1 | -6/+10 | |
| | ||||||
* | Patch from vodz: | Eric Andersen | 2003-08-06 | 1 | -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.12pre | Eric Andersen | 2003-07-30 | 1 | -317/+330 | |
| | ||||||
* | Remove all the llseek junk and just use regular old lseek. When DOLFS is | Eric Andersen | 2003-07-14 | 1 | -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.11z | Eric Andersen | 2003-07-03 | 1 | -38/+48 | |
| | ||||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -5/+5 | |
| | ||||||
* | fdisk writable feature, allows compilation of a small fdisk that can | Glenn L McGrath | 2003-01-04 | 1 | -181/+241 | |
| | | | | only read partition table, by Vladimir N. Oleynik | |||||
* | Eliminate dependancy on kernel header files. Naughty naughty. | Eric Andersen | 2002-12-11 | 1 | -56/+54 | |
| | | | | | Using linux kernel headers is a Bad Thing(tm) and should be punished. | |||||
* | Fix compile warning with OSF | Glenn L McGrath | 2002-12-08 | 1 | -1/+1 | |
| | ||||||
* | fdisk applet by Vladimir N. Oleynik | Glenn L McGrath | 2002-11-26 | 1 | -0/+5899 | |