| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Cleanup from Denis Vlasenko. | Rob Landley | 2006-02-24 | 1 | -1904/+2013 |
* | - put NLS stuff in one central place to avoid redefines. | Bernhard Reutner-Fischer | 2006-02-23 | 1 | -2/+0 |
* | - bzero -> memset | Bernhard Reutner-Fischer | 2006-01-31 | 1 | -2/+2 |
* | - add and use ATTRIBUTE_ALIGNED(num_bytes) | Bernhard Reutner-Fischer | 2006-01-31 | 1 | -6/+5 |
* | hopefully the last of the annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 1 | -11/+11 |
* | - add platform.h. | Bernhard Reutner-Fischer | 2006-01-22 | 1 | -6/+3 |
* | reduce signedness warning | "Vladimir N. Oleynik" | 2005-12-02 | 1 | -7/+9 |
* | reduce bss | "Vladimir N. Oleynik" | 2005-11-24 | 1 | -1/+5 |
* | Avoid a number of places where large drives could wrap a uint, and | Eric Andersen | 2004-06-28 | 1 | -33/+33 |
* | Per suggestion from Bastian Blank, be less evil when we force fdisk to | Eric Andersen | 2004-05-26 | 1 | -9/+0 |
* | Erik, | Eric Andersen | 2004-05-19 | 1 | -8/+10 |
* | Make vodz happy and make fdisk always use large file support if | Eric Andersen | 2004-05-19 | 1 | -0/+8 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -1/+1 |
* | Sigh. what a mess. | Eric Andersen | 2004-03-30 | 1 | -2/+1 |
* | As waldi noticed, checks for the size of an off_t and casting | Eric Andersen | 2004-03-30 | 1 | -13/+6 |
* | The fdisk llseek junk was redundant, since both uClibc and glibc | Eric Andersen | 2004-03-30 | 1 | -72/+7 |
* | 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 |
* | 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 |
* | Be certain we use a correct entity when performing the | Eric Andersen | 2003-12-12 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Eliminate dependancy on kernel header files. Naughty naughty. | Eric Andersen | 2002-12-11 | 1 | -56/+54 |
* | 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 |