summaryrefslogtreecommitdiff
path: root/util-linux/fdisk.c
Commit message (Expand)AuthorAgeFilesLines
* randomconfig fixesDenys Vlasenko2011-08-091-24/+32
* fdisk: reinstate a short sleep between sync() and ioctl(BLKRRPART)Denys Vlasenko2011-07-131-25/+18
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* fdisk: backport disk check from util-linuxLauri Kasanen2011-04-301-7/+28
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+22
* ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-081-1/+1
* fdisk: fix trivial build failureDenys Vlasenko2010-10-301-0/+1
* fdisk: initial stab at GPT partition supportKevin Cernekee2010-10-251-22/+57
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-261-1/+0
* whitespace fixesDenys Vlasenko2010-07-061-1/+1
* *: better string sharingDenys Vlasenko2010-06-021-3/+3
* fdisk: make comment more clearDenys Vlasenko2010-04-061-2/+1
* fdisk: make 'b' command optionally adjust C/H/S; "fdisk IMAGE_FILE" sets cyli...Denys Vlasenko2010-04-061-74/+89
* fdisk: code shrink without logic changesDenys Vlasenko2010-04-061-126/+118
* fdisk: do not treat names ending in '0' as partitionsDenys Vlasenko2010-02-241-2/+3
* *: fix 1/4 remaining aliasing warningsDenys Vlasenko2010-02-051-2/+3
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-281-6/+5
* *: optimize most of isXXXXX() macrosDenys Vlasenko2009-10-231-1/+1
* hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changesDenys Vlasenko2009-09-221-1/+4
* fdisk: add a warning and truncate disks with >= 2^32 sectorsDenys Vlasenko2009-09-161-130/+163
* move libc related stuff out of platform.hDenys Vlasenko2009-07-081-0/+4
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-6/+6
* modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"Denis Vlasenko2009-03-031-1/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* - fix spellingBernhard Reutner-Fischer2008-07-211-3/+3
* fdisk: fix compile failureDenis Vlasenko2008-07-091-38/+41
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* fdisk: cosmetics, and removal of dead dataDenis Vlasenko2008-06-291-10/+8
* fdisk: move more data to struct globals; shrink code Denis Vlasenko2008-06-291-37/+51
* style fixes, no code changesDenis Vlasenko2008-06-261-1/+1
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-2/+2
* fdisk: fix a case where we can inadvertently close /proc/partitions fd earlyDenis Vlasenko2008-04-171-18/+28
* fdisk: do not open device twice. Complain on fdisk -l /dev/bogus.Denis Vlasenko2008-04-171-124/+103
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-2/+10
* dos2unix: tiny shrinkDenis Vlasenko2008-03-171-43/+36
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-1/+1
* getpot: add support for "a+" specifier for nonnegative int parameters.Denis Vlasenko2008-02-101-19/+10
* fdisk: comment out unused functionDenis Vlasenko2008-01-251-0/+2
* fdisk: fix a case where break was reached only for DOS labelsDenis Vlasenko2008-01-241-3/+2
* fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;)Denis Vlasenko2007-12-161-138/+152
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-061-1/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-8/+8
* make fdisk compile on libc without llseek64Denis Vlasenko2007-09-231-0/+8
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-7/+7
* style fix (stray space before ';')Denis Vlasenko2007-07-211-2/+2
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-16/+2
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-2/+0