summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* libfdisk: use partition templateKarel Zak2014-03-119-401/+591
* libfdisk: remove fdisk_get_partition_type()Karel Zak2014-03-114-55/+42Star
* libfdisk: (sun) remove get_partition_type()Karel Zak2014-03-111-22/+16Star
* libfdisk: (sgi) remove get_partition_type()Karel Zak2014-03-111-38/+37Star
* libfdisk: (dos) remove get_partition_type()Karel Zak2014-03-111-23/+10Star
* libfdisk: (bsd) remove get_partition_type()Karel Zak2014-03-111-18/+11Star
* libfdisk: (gpt) remove get_partition_type()Karel Zak2014-03-111-32/+17Star
* libfdisk: (sun) use new list() and get_part() APIKarel Zak2014-03-112-61/+55Star
* libfdisk: (sgi) use new list() and get_part() APIKarel Zak2014-03-111-60/+43Star
* libfdisk: (dos) use new list() and get_part() APIKarel Zak2014-03-111-114/+65Star
* libfdisk: add new list() columns, cleanupKarel Zak2014-03-116-21/+67
* libfdisk: (bsd) use new get_part() APIKarel Zak2014-03-111-85/+60Star
* libfdisk: improve conversion to stringKarel Zak2014-03-114-10/+47
* libfdisk: add struct fdisk_partitionKarel Zak2014-03-1111-217/+410
* lib/tt: add reduce term width functionalityKarel Zak2014-03-112-0/+15
* lib/tt: add TT_FL_MAX to fill screenKarel Zak2014-03-112-8/+41
* lib/tt: add tb_get_nlines()Karel Zak2014-03-112-0/+15
* lib/tt: don't hardcode stdout as outputKarel Zak2014-03-112-13/+23
* libfdisk: (gpt) use fdisk_columnKarel Zak2014-03-111-98/+106
* libfdisk: implement generic functions for FDISK_COL_ stuffKarel Zak2014-03-111-1/+163
* libfdisk: extend API definition to list info about partitionsKarel Zak2014-03-112-0/+38
* include/tt: add tt_is_empty()Karel Zak2014-03-111-0/+5
* ipcs: fix size_t overflowKarel Zak2014-03-113-6/+7
* lib/colors: support <name>.enable tooKarel Zak2014-03-112-18/+38
* lib/colors: add info to man pages, add terminal-colors.d.5Karel Zak2014-03-115-0/+60
* lib/colors: check for /etc/terminal-colors.d/[util].disableOndrej Oprala2014-03-117-14/+39
* tests: check commands needed for running a test existSami Kerola2014-03-07122-30/+373
* tools: make config-gen to require build target argumentSami Kerola2014-03-071-0/+9
* lsblk: add PARTFLAGS columnKarel Zak2014-03-071-1/+12
* libmount: add statfs_magic.hKarel Zak2014-03-063-75/+164
* build-sys: remove deprecated-mount/Karel Zak2014-03-0523-8560/+13Star
* hwclock: fix possible hang and other set_hardware_clock_exact() issuesChris MacGregor2014-03-051-39/+131
* libmount: define BTRFS_TEST_MAGIC if missingBernhard Voelker2014-03-051-0/+3
* chcpu: cleanup stdout/stderr usageKarel Zak2014-03-051-10/+7Star
* chcpu: cleanup return codesKarel Zak2014-03-052-22/+74
* build-sys: don't connect _DEPENDENCIES and _LIBADDKarel Zak2014-03-053-10/+10
* Merge branch 'master' of https://github.com/rudimeier/util-linuxKarel Zak2014-03-051-0/+27
|\
| * travis-ci: import travis yaml controllerRuediger Meier2014-02-261-0/+27
* | docs: fix two command representations in the man page of moreBenno Schulenberg2014-03-041-24/+14Star
* | logger: allow user to send structured journald messagesSami Kerola2014-03-045-5/+119
* | hexdump: color unit may now be longer than the corresponding format unitOndrej Oprala2014-03-045-7/+106
* | lscpu: read_hypervisor_dmi: only fallback to memory scan on x86/x86_64Stewart Smith2014-03-041-1/+2
* | lscpu: don't assume filesystem supports d_type when searching for NUMA nodesStewart Smith2014-03-041-1/+1
* | switch_root: make dirent d_type usage more robustKarel Zak2014-03-041-5/+8
* | lib/sysfs: make dirent d_type usage more robustKarel Zak2014-03-041-1/+2
* | partx: make dirent d_type usage more robustKarel Zak2014-03-041-1/+1
* | libmount: cgroup magic already definedKarel Zak2014-03-031-3/+0Star
* | umount: don't use mountinfo if possibleKarel Zak2014-03-035-31/+242
* | docs: refresh TODOKarel Zak2014-02-271-9/+3Star
|/
* more: fix double free crashSami Kerola2014-02-211-1/+0Star