]> git.ipfire.org Git - thirdparty/util-linux.git/shortlog
thirdparty/util-linux.git
2014-03-11  Karel Zakcfdisk: update table index when out of range
2014-03-11  Karel Zaklibfdisk: (sun) add info about whole-disk partition
2014-03-11  Karel Zakcfdisk: fix header
2014-03-11  Karel Zaklibfdisk: (sgi) cleanup, add infor about whole-disk...
2014-03-11  Karel Zaklibfdisk: don't count special whole-disk partitions
2014-03-11  Karel Zakcfdisk: coding style, comments, etc.
2014-03-11  Karel Zakcfdisk: cleanup, rename menuitem struct
2014-03-11  Karel Zakcfdisk: add usage() and some basic main() stuff
2014-03-11  Karel Zakcfdisk:add page down/up
2014-03-11  Karel Zakcfdisk: support partitions list longer than screen...
2014-03-11  Karel Zakcfdisk: improve write dialog
2014-03-11  Karel Zakcfdisk: add help screen
2014-03-11  Karel Zakcfdisk: improve add parttype UI
2014-03-11  Karel Zakcfdisk: add parttype dialog
2014-03-11  Karel Zakfdisk: remove unnecessary code
2014-03-11  Karel Zakcfdisk: consolidate menu descriptions
2014-03-11  Karel Zakcfdisk: menu actions refactoring
2014-03-11  Karel Zakcfdisk: add create lebel UI
2014-03-11  Karel Zakcfdisk: consolidate menu move code
2014-03-11  Karel Zakcfdisk: supports also vertical menus
2014-03-11  Karel Zakcfdisk: reorder abstract PT according to output
2014-03-11  Karel Zaklib/tt: keep track about output order
2014-03-11  Karel Zaklib/tt: add tt_line_get_userdata()
2014-03-11  Karel Zaklibfdisk: add dump functions, make freespace code generic
2014-03-11  Karel Zaklibfdisk: (dos) consolidate partition end-offset code
2014-03-11  Karel Zaklibfdisk: (dos) fix ext_index usage
2014-03-11  Karel Zakcfdisk: improve tree output
2014-03-11  Karel Zaklibfdisk: remove label specific get_freespace
2014-03-11  Karel Zaklibfdisk: (dos) fix log.partition delete
2014-03-11  Karel Zaklibfdisk: again improve freespace code
2014-03-11  Karel Zakcfdisk: use tree-mode for extended, colorize freesapce
2014-03-11  Karel Zaklibfdisk: improve freesapce detection
2014-03-11  Karel Zaklibfdisk: don't ask for pri/log if wanted start within...
2014-03-11  Karel Zakcfdisk: follow default end if possible
2014-03-11  Karel Zaklibfdisk: add table sort function, use it in get_freespace
2014-03-11  Karel Zakinclude/list: add void data to the sort cmp function
2014-03-11  Karel Zakcfdisk: use real partno
2014-03-11  Karel Zakcfdisk: support <size>S, and long hint messages
2014-03-11  Karel Zaklib/strutils: support dec.points in parse_size()
2014-03-11  Karel Zaklib/strutils: use proper return codes in parse_size()
2014-03-11  Karel Zaklibfdisk: rewrite freespace code
2014-03-11  Karel Zakcfdisk: add UI for linfdisk menus, ask for size
2014-03-11  Karel Zakfdisk: use ASKTYPE_MENU
2014-03-11  Karel Zaklinfdisk: align free space
2014-03-11  Karel Zaklibfdisk: (gpt) initialize last_lba, cleanup pa->{start...
2014-03-11  Karel Zaklibfdisk: initialize last_lba
2014-03-11  Karel Zaklibfdisk: add fdisk_partition_*_follow_default()
2014-03-11  Karel Zaklibfdisk: add ASKTYPE_MENU and context last_lba
2014-03-11  Karel Zaklib/mbalign: add mbs_safe_width() from tt.c
2014-03-11  Karel Zakfdisk: fix 'p'rint error on empty PT
2014-03-11  Karel Zakcfdisk: improve info line and menu updates
2014-03-11  Karel Zakcfdisk: improve info line, add Delete action
2014-03-11  Karel Zakcfdisk: update menu according to the current partition
2014-03-11  Karel Zaklibfdisk: add fdisk_table_get_partition()
2014-03-11  Karel Zakcfdisk: add menu action functions
2014-03-11  Karel Zakcfdisk: basic UI stuff
2014-03-11  Karel Zakinclude/xalloc: add xvasprintf()
2014-03-11  Karel Zaklibfdisk: add fdisk_table_get_nents()
2014-03-11  Karel Zaklibfdisk: tiny clean up in fdisk_table_to_string()
2014-03-11  Karel Zaklibfdisk: clean up cylinder column
2014-03-11  Karel Zaklibfdisk: remove tt stuff from API
2014-03-11  Karel Zaklibfdisk: use fdisk_table to generate output
2014-03-11  Karel Zakinclude/tt: add function to convert table to string
2014-03-11  Karel Zaklibfdisk: move partition stuff to partition.c
2014-03-11  Karel Zaklibfdisk: add table container
2014-03-11  Karel Zaklibfdisk: add reference counting to fdisk_partition
2014-03-11  Karel Zaklibfdisk: add support to list free space
2014-03-11  Karel Zaklibfdisk: use partition template
2014-03-11  Karel Zaklibfdisk: remove fdisk_get_partition_type()
2014-03-11  Karel Zaklibfdisk: (sun) remove get_partition_type()
2014-03-11  Karel Zaklibfdisk: (sgi) remove get_partition_type()
2014-03-11  Karel Zaklibfdisk: (dos) remove get_partition_type()
2014-03-11  Karel Zaklibfdisk: (bsd) remove get_partition_type()
2014-03-11  Karel Zaklibfdisk: (gpt) remove get_partition_type()
2014-03-11  Karel Zaklibfdisk: (sun) use new list() and get_part() API
2014-03-11  Karel Zaklibfdisk: (sgi) use new list() and get_part() API
2014-03-11  Karel Zaklibfdisk: (dos) use new list() and get_part() API
2014-03-11  Karel Zaklibfdisk: add new list() columns, cleanup
2014-03-11  Karel Zaklibfdisk: (bsd) use new get_part() API
2014-03-11  Karel Zaklibfdisk: improve conversion to string
2014-03-11  Karel Zaklibfdisk: add struct fdisk_partition
2014-03-11  Karel Zaklib/tt: add reduce term width functionality
2014-03-11  Karel Zaklib/tt: add TT_FL_MAX to fill screen
2014-03-11  Karel Zaklib/tt: add tb_get_nlines()
2014-03-11  Karel Zaklib/tt: don't hardcode stdout as output
2014-03-11  Karel Zaklibfdisk: (gpt) use fdisk_column
2014-03-11  Karel Zaklibfdisk: implement generic functions for FDISK_COL_...
2014-03-11  Karel Zaklibfdisk: extend API definition to list info about...
2014-03-11  Karel Zakinclude/tt: add tt_is_empty()
2014-03-11  Karel Zakipcs: fix size_t overflow
2014-03-11  Karel Zaklib/colors: support <name>.enable too
2014-03-11  Karel Zaklib/colors: add info to man pages, add terminal-colors.d.5
2014-03-11  Ondrej Opralalib/colors: check for /etc/terminal-colors.d/[util...
2014-03-07  Sami Kerolatests: check commands needed for running a test exist
2014-03-07  Sami Kerolatools: make config-gen to require build target argument
2014-03-07  Karel Zaklsblk: add PARTFLAGS column
2014-03-06  Karel Zaklibmount: add statfs_magic.h
2014-03-05  Karel Zakbuild-sys: remove deprecated-mount/
2014-03-05  Chris MacGregorhwclock: fix possible hang and other set_hardware_clock...
2014-03-05  Bernhard Voelkerlibmount: define BTRFS_TEST_MAGIC if missing
next