aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk_osf.c
AgeCommit message (Collapse)Author
2007-01-29preparatory patch for -Wwrite-strings #3Denis Vlasenko
2007-01-22Convert cmdedit into more generic line input facilityDenis Vlasenko
(make history and completion optional at runtime). Use it for fdisk, as an example. Some unrelated fixes in fdisk are also here.
2007-01-03fdisk: remove 8k buffer from bss - OSF labelsDenis Vlasenko
are not THAT common anyway
2007-01-02silly style fixesDenis Vlasenko
2006-12-30next bunch of fixes for bugs found by randconfigDenis Vlasenko
2006-12-19u_short, ulong exterminatedDenis Vlasenko
fdiskXXX: add a bit of sanity (not enough by far)
2006-11-30"make bigdata" biggest offender dealt with:Denis Vlasenko
xmalloc 16Kb buffer instead of keeping it in bss
2006-10-26silly size savings and capitalization fixesDenis Vlasenko
2006-10-14fdisk: compilation fixDenis Vlasenko
2006-10-12fdisk: separate sun/aix/etc code into #included filesDenis Vlasenko