aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk_osf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* big endian warning fixesDenys Vlasenko2009-11-071-2/+3
* fdisk: add a warning and truncate disks with >= 2^32 sectorsDenys Vlasenko2009-09-161-28/+28
* fdisk: add handling of avr32. closes bug 555Denys Vlasenko2009-08-101-9/+7
* Fix forgotten license commentsDenis Vlasenko2008-12-071-1/+1
* fdisk: move more data to struct globals; shrink code Denis Vlasenko2008-06-291-19/+12
* whitespace and comment fixes, no code changesDenis Vlasenko2008-06-161-1/+1
* libbb: introduce and use print_flags().Denis Vlasenko2008-06-071-7/+4
* fdisk: fix a case where we can inadvertently close /proc/partitions fd earlyDenis Vlasenko2008-04-171-1/+1
* fdisk: do not open device twice. Complain on fdisk -l /dev/bogus.Denis Vlasenko2008-04-171-13/+15
* fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;)Denis Vlasenko2007-12-161-7/+5
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-3/+3
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-4/+3
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-201-1/+1
* fdisk: get rid of _() macro.Denis Vlasenko2007-03-191-114/+131
* preparatory patch for -Wwrite-strings #3Denis Vlasenko2007-01-291-4/+4
* Convert cmdedit into more generic line input facilityDenis Vlasenko2007-01-221-23/+23
* fdisk: remove 8k buffer from bss - OSF labelsDenis Vlasenko2007-01-031-8/+8
* silly style fixesDenis Vlasenko2007-01-021-62/+61
* next bunch of fixes for bugs found by randconfigDenis Vlasenko2006-12-301-1/+1
* u_short, ulong exterminatedDenis Vlasenko2006-12-191-26/+27
* "make bigdata" biggest offender dealt with:Denis Vlasenko2006-11-301-2/+2
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-2/+2
* fdisk: compilation fixDenis Vlasenko2006-10-141-1/+1
* fdisk: separate sun/aix/etc code into #included filesDenis Vlasenko2006-10-121-0/+1046