summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/sgi.c
Commit message (Expand)AuthorAgeFilesLines
* docs: fix typos [codespell]Sami Kerola2019-02-181-1/+1
* libfdisk: Accept negative numbers for last sector inputAwal Garg2018-07-311-0/+1
* libfdisk: fix compiler warnings [-Wcast-qual]Karel Zak2018-07-231-2/+2
* libfdisk: fix compiler warning [-Wunused-parameter]Karel Zak2018-05-031-3/+1Star
* libfdisk: use memcpy() for non-terminated string [coverity scan]Karel Zak2017-05-171-1/+1
* libfdisk: fix NLS supportKarel Zak2017-04-251-1/+0Star
* misc: simplify if clauses [oclint]Sami Kerola2016-07-211-3/+2Star
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* libfdisk: remove ifdef HDIO_GETGEORuediger Meier2016-03-071-2/+1Star
* libfdisk: remove impossible condition [smatch scan]Karel Zak2015-08-051-3/+0Star
* libfdisk: add new API to read label specific dataKarel Zak2015-06-111-13/+39
* libfdisk: support bootbits protection from (p)MBRKarel Zak2015-04-131-1/+1
* libfdisk: remove 'end' from struct fdisk_partitionKarel Zak2014-12-041-1/+0Star
* libfdisk: rename sector_t to fdisk_sector_tKarel Zak2014-12-041-4/+4
* libfdisk: add API docsKarel Zak2014-11-261-2/+2
* libfdisk: add docs for SGI functionsKarel Zak2014-11-261-0/+26
* libfdisk: remove flags from fdisk_ask APIKarel Zak2014-11-211-4/+2Star
* libfdisk: add ref.counting to ask APIKarel Zak2014-11-211-2/+2
* libfdisk: make it possible to use zero for size and startKarel Zak2014-10-151-4/+4
* libfdisk: fix sun and sgi to be usable from sfdiskKarel Zak2014-10-071-6/+11
* libfdisk: (sgi) add set_part() APIKarel Zak2014-10-071-32/+48
* libfdisk: cleanup internal drivers' APIKarel Zak2014-10-071-2/+1Star
* libfdisk: return partno when add new partitionKarel Zak2014-10-071-2/+4
* libfdisk: remove debug dump function, cleanup APIKarel Zak2014-08-221-3/+3
* libfdisk: final parttype API cleanupKarel Zak2014-08-141-10/+11
* libfdisk: cleanup fdisk_is_label stuffKarel Zak2014-08-131-10/+10
* libfdisk: clean up API (context.c)Karel Zak2014-08-131-10/+10
* libfdisk: rename fdisk_column to fdisk_fieldKarel Zak2014-08-131-12/+12
* libfdisk: remove dependence on libsmartcolsKarel Zak2014-08-131-9/+8Star
* textual: fix some typos and inconsistencies in various messagesBenno Schulenberg2014-07-231-1/+1
* libfdisk: make first sector buffer usage more robustKarel Zak2014-07-141-1/+5
* Use libsmartcols in libfdisk and cfdiskOndrej Oprala2014-04-031-8/+10
* libfdisk: remove fdisk_colon()Karel Zak2014-04-011-2/+2
* libfdisk: use new debug functionsKarel Zak2014-03-211-5/+5
* libfdisk: (sgi) cleanup, add infor about whole-disk partitionKarel Zak2014-03-111-43/+3Star
* libfdisk: clean up cylinder columnKarel Zak2014-03-111-0/+1
* libfdisk: use fdisk_table to generate outputKarel Zak2014-03-111-8/+6Star
* libfdisk: use partition templateKarel Zak2014-03-111-64/+76
* libfdisk: (sgi) remove get_partition_type()Karel Zak2014-03-111-38/+37Star
* libfdisk: (sun) use new list() and get_part() APIKarel Zak2014-03-111-1/+0Star
* libfdisk: (sgi) use new list() and get_part() APIKarel Zak2014-03-111-60/+43Star
* libfdisk: add struct fdisk_partitionKarel Zak2014-03-111-13/+6Star
* libfdisk: (sgi) generate partname according to partition positionKarel Zak2013-11-191-4/+6
* libfdisk: fix printf stuffKarel Zak2013-10-231-1/+1
* textual: equalize four error messages with already existing onesBenno Schulenberg2013-10-141-1/+1
* libfdisk/sgi: tweak and harmonize some message stringsBenno Schulenberg2013-10-081-26/+25Star
* libfdisk/sgi: tweak and harmonize some commentsBenno Schulenberg2013-10-081-23/+17Star
* libfdisk/sgi: properly pluralize three messagesBenno Schulenberg2013-10-081-12/+20
* textual: fix misspelled words in -rc1Karel Zak2013-09-301-4/+4
* libfdisk: use context geometry in SGI and SUNKarel Zak2013-09-251-32/+23Star