aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk_sgi.c
AgeCommit message (Expand)Author
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2019-10-04fdisk: avoid overflow in "mega/gigabytes" calculation, code shrinkDenys Vlasenko
2018-07-25fdisk: sync up with some util-linux 2.31 behaviorDenys Vlasenko
2018-06-26fdisk: placate warning of strncpy not copying NUL byteDenys Vlasenko
2016-06-19randomconfig fixesDenys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-09-16fdisk: add a warning and truncate disks with >= 2^32 sectorsDenys Vlasenko
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-06-29fdisk: move more data to struct globals; shrink code Denis Vlasenko
2008-04-17fdisk: do not open device twice. Complain on fdisk -l /dev/bogus.Denis Vlasenko
2008-02-18support for mount by label (not yet tested)Denis Vlasenko
2008-02-16random s/short/int/Denis Vlasenko
2007-12-16fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;)Denis Vlasenko
2007-07-21style fix (stray space before ';')Denis Vlasenko
2007-03-24random style fixes (extra spaces deleted)Denis Vlasenko
2007-03-19fdisk: get rid of _() macro.Denis Vlasenko
2007-03-07clean up accumulated whitespace damageDenis Vlasenko
2007-01-03fdisk: remove 8k buffer from bss - OSF labelsDenis Vlasenko
2007-01-03convert calloc to xzallocDenis Vlasenko
2006-12-30next bunch of fixes for bugs found by randconfigDenis Vlasenko
2006-12-19u_short, ulong exterminatedDenis Vlasenko
2006-11-27byteswap ops had extra mask ops - removedDenis Vlasenko
2006-11-18rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko
2006-10-14fdisk: compilation fixDenis Vlasenko
2006-10-12fdisk: separate sun/aix/etc code into #included filesDenis Vlasenko