aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Random cleanup of platform.h.landley2006-06-131-6/+0
* Remove _() and N_() from platform.h. #define them as NOP macros in the twolandley2006-05-291-0/+2
* fix spelling mistakesvapier2006-05-261-6/+6
* Migrate endianness macros.landley2006-05-051-6/+2
* use memmove() instead of bcopy()vapier2006-04-161-6/+6
* strip out unneeded commentsvapier2006-02-251-4/+1
* fdisk unmaintained now :(vodz2006-02-251-1/+6
* Another clean-up patch from Garrett.landley2006-02-251-137/+120
* Minor cleanup from Garrett Kajmowicz.landley2006-02-251-4/+1
* Cleanup from Denis Vlasenko.landley2006-02-241-1904/+2013
* - put NLS stuff in one central place to avoid redefines.aldot2006-02-231-2/+0
* - bzero -> memsetaldot2006-01-311-2/+2
* - add and use ATTRIBUTE_ALIGNED(num_bytes)aldot2006-01-311-6/+5
* hopefully the last of the annoying signed/unsigned and mixed type errorsandersen2006-01-301-11/+11
* - add platform.h.aldot2006-01-221-6/+3
* reduce signedness warningvodz2005-12-021-7/+9
* reduce bssvodz2005-11-241-1/+5
* 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