summaryrefslogtreecommitdiff
path: root/util-linux/fdisk_osf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
| | | | | | | | | trylink: explain how to modify link and drastically decrease amount of padding (unfortunately, needs hand editing ATM). *: add ALIGN1 / ALIGN2 to global strings and arrays of bytes and shorts size saving: 0.5k
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms ↵Denis Vlasenko2007-06-251-4/+3
| | | | <wharms@bfs.de>)
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-201-1/+1
|
* fdisk: get rid of _() macro.Denis Vlasenko2007-03-191-114/+131
| | | | | | | | | Shorten some messages. Stop using stderr - anyone who tries to use fdisk no-interactively is "strange" anyway. Improve storage handling in bsd module. text data bss dec hex filename 728112 1488 33788 763388 ba5fc busybox.t0/busybox 727248 1488 33372 762108 ba0fc busybox.t1/busybox
* preparatory patch for -Wwrite-strings #3Denis Vlasenko2007-01-291-4/+4
|
* Convert cmdedit into more generic line input facilityDenis Vlasenko2007-01-221-23/+23
| | | | | | (make history and completion optional at runtime). Use it for fdisk, as an example. Some unrelated fixes in fdisk are also here.
* fdisk: remove 8k buffer from bss - OSF labelsDenis Vlasenko2007-01-031-8/+8
| | | | are not THAT common anyway
* 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
| | | | fdiskXXX: add a bit of sanity (not enough by far)
* "make bigdata" biggest offender dealt with:Denis Vlasenko2006-11-301-2/+2
| | | | xmalloc 16Kb buffer instead of keeping it in bss
* 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