summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/bsd.c
Commit message (Expand)AuthorAgeFilesLines
* libfdisk: (bsd) improve checksum calculation [-Waddress-of-packed-member]Karel Zak2019-05-221-5/+12
* libfdisk: Accept negative numbers for last sector inputAwal Garg2018-07-311-2/+3
* libfdisk: fix compiler warning [-Wunused-parameter]Karel Zak2018-05-031-3/+1Star
* libfdisk: fix NLS supportKarel Zak2017-04-251-1/+0Star
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-1/+1
* libfdisk: change the way how apply user device propertiesKarel Zak2017-01-131-0/+3
* misc: Fix various typosSebastian Rasmussen2016-05-311-2/+2
* libfdisk: (bsd) fix spelling in warning messageBenno Schulenberg2016-03-161-1/+1
* libfdisk: (bsd) add note about non-written parental MBRKarel Zak2015-08-311-1/+5
* libfdisk: add new API to read label specific dataKarel Zak2015-06-111-37/+96
* libfdisk: remove 'end' from struct fdisk_partitionKarel Zak2014-12-041-1/+0Star
* libfdisk: rename sector_t to fdisk_sector_tKarel Zak2014-12-041-6/+6
* libfdisk: add API docsKarel Zak2014-11-261-2/+2
* libfdisk: add docs for BSD functionsKarel Zak2014-11-261-2/+29
* libfdisk: remove flags from fdisk_ask APIKarel Zak2014-11-211-8/+4Star
* 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-7/+9
* libfdisk: (bsd) add set_part() APIKarel Zak2014-10-071-23/+64
* libfdisk: cleanup internal drivers' APIKarel Zak2014-10-071-1/+1
* libfdisk: return partno when add new partitionKarel Zak2014-10-071-1/+4
* libfdisk: final parttype API cleanupKarel Zak2014-08-141-5/+5
* libfdisk: cleanup fdisk_is_label stuffKarel Zak2014-08-131-5/+5
* libfdisk: clean up API (context.c)Karel Zak2014-08-131-10/+10
* libfdisk: rename fdisk_column to fdisk_fieldKarel Zak2014-08-131-13/+13
* 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: fix bsd_translate_fstype() for alphaRuediger Meier2014-06-091-0/+2
* Use libsmartcols in libfdisk and cfdiskOndrej Oprala2014-04-031-8/+9
* libfdisk: remove fdisk_colon()Karel Zak2014-04-011-18/+18
* libfdisk: use new debug functionsKarel Zak2014-03-211-3/+3
* libfdisk: (bsd) fix outputKarel Zak2014-03-111-1/+3
* libfdisk: clean up cylinder columnKarel Zak2014-03-111-3/+5
* libfdisk: use fdisk_table to generate outputKarel Zak2014-03-111-2/+2
* libfdisk: use partition templateKarel Zak2014-03-111-61/+78
* libfdisk: (bsd) remove get_partition_type()Karel Zak2014-03-111-18/+11Star
* libfdisk: add new list() columns, cleanupKarel Zak2014-03-111-2/+0Star
* libfdisk: (bsd) use new get_part() APIKarel Zak2014-03-111-85/+60Star
* libfdisk: add struct fdisk_partitionKarel Zak2014-03-111-14/+6Star
* libfdisk: fix printf stuffKarel Zak2013-10-231-2/+2
* libfdisk: (bsd) leave context if new disklabel unwantedKarel Zak2013-10-161-2/+3
* fdisk: fix printf stuffKarel Zak2013-10-151-1/+1
* textual: change spelling of "disk label" to the more abundant "disklabel"Benno Schulenberg2013-10-081-1/+1
* libfdisk: cleanup warning messagesKarel Zak2013-10-041-6/+6
* libfdisk: improve spelling of two commentsBenno Schulenberg2013-10-041-2/+2
* libfdisk: (bds) cleanup includesKarel Zak2013-09-261-2/+0Star
* libfdisk: use fdisk_colon() and fdisk_sinfo()Karel Zak2013-09-161-23/+28
* libfdisk: add bsd driverKarel Zak2013-09-161-0/+939