summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
...
| * hardlink: fix compiler warningsRuediger Meier2018-11-141-12/+11Star
| * hardlink: style indentations and license headerRuediger Meier2018-11-121-356/+413
| * hardlink: enable build with and without pcre2Ruediger Meier2018-11-122-2/+29
| * Merge branch 'hardlink-import' into hardlinkRuediger Meier2018-06-122-0/+494
| |\
| | * fixes for the fixesKevin Fenzi2018-06-121-1/+1
| | * temporal fix before re-patch (updates from Fedora repo)Francisco Javier Tsao Santín2018-06-121-1/+1
| | * Update hardlink.1utoddl2018-06-121-1/+1
| | * Fixed version number, added changelog about Todd Lewis' patchFrancisco Javier Tsao Santín2018-06-121-0/+1
| | * exclude files via pcreTodd Lewis2018-06-122-10/+57
| | * Fixed 32 bit build with gcc7 (RH Bugzilla ID 1422989)Francisco Javier Tsao Santín2018-06-121-4/+4
| | * spec file reflects the atomic hardlinking patch; removed cleaning buildroot (...Francisco Javier Tsao Santín2018-06-121-4/+4
| | * Revert "spec file reflects the atomic hardlinking patch; removed cleaning bui...Francisco Javier Tsao Santín2018-06-121-12/+15
| | * spec file reflects the atomic hardlinking patch; removed cleaning buildroot (...Francisco Javier Tsao Santín2018-06-121-4/+3Star
| | * Mention -f option in the man pageJan Zeleny2018-06-121-0/+2
| | * do not allow to hardlink files across filesystems by default (#786719)Jindrich Novy2018-06-121-4/+16
| | * fix possible buffer overflows, integer overflows, update man pageJindrich Novy2018-06-122-43/+95
| | * fix URL and remove mmap() (#676962, #672917)Jindrich Novy2018-06-121-33/+19Star
| | * - update docs to describe highest verbosity -vv option (#210816)Jindrich Novy2018-06-122-3/+6
| | * mostly spec cleanupJindrich Novy2018-06-121-1/+2
| | * add -h optionJindrich Novy2018-06-122-3/+44
| | * Document hardlink command line options. (Ville Skytta) (#161738)Dave Jones2018-06-121-0/+3
| | * - don't try to hardlink 0 byte files (#154404)Jeremy Katz2018-06-121-2/+2
| | * kill warningDave Jones2018-06-121-1/+1
| | * auto-import hardlink-1.0-1.1 on branch devel from hardlink-1.0-1.1.src.rpmDave Jones2018-06-121-0/+344
* | cal: use standout mode on monochrome terminalsKarel Zak2019-02-041-3/+15
* | logger: (man) add info about rewrite and authorsKarel Zak2019-01-291-0/+16
* | logger: (man) make more obvious that --server/socket is requiredKarel Zak2019-01-291-0/+4
* | logger: concatenate multiple lines of MESSAGE into a single field.Karel Zak2019-01-232-2/+26
* | whereis: search in /(s)bin before /usr/libKarel Zak2019-01-171-2/+2
* | libblkid: improve whole-disk detection when read /proc/partitionsKarel Zak2019-01-081-1/+1
* | lsblk: fix null pointer dereferencesSami Kerola2018-12-102-3/+4
* | lsblk: add --mergeKarel Zak2018-12-074-31/+112
* | lsblk: make devtree dependences more genericKarel Zak2018-12-072-29/+68
* | lsblk: add --dedup <column>Karel Zak2018-12-074-11/+192
* | lsblk: remember whole-disk, remove unused struct memberKarel Zak2018-12-073-14/+18
* | lsblk: make device_get_data() more genericKarel Zak2018-12-072-58/+78
* | lsblk: apply --nodeps to partitions tooKarel Zak2018-12-071-3/+3
* | lsblk: read queue/discard_granularity only when necessaryKarel Zak2018-12-073-13/+20
* | lsblk: reuse 'removable' flag from parentKarel Zak2018-12-073-6/+31
* | lsblk: don't keep sysfs dirs openKarel Zak2018-12-071-16/+46
* | lsblk: rename set_device()Karel Zak2018-12-071-6/+6
* | lsblk: add commentsKarel Zak2018-12-071-12/+46
* | lsblk: add process_all_devices_inverse()Karel Zak2018-12-071-35/+90
* | lsblk: reorder functionsKarel Zak2018-12-071-56/+57
* | lsblk: make process_partitions() more readableKarel Zak2018-12-071-11/+11
* | lsblk: remove unncessary parent pointerKarel Zak2018-12-072-33/+18Star
* | lsblk: use real rather than hardcoded parentKarel Zak2018-12-071-4/+9
* | lsblk: use devtree functionsKarel Zak2018-12-071-92/+104
* | lsblk: add lsblk_device_has_dependence()Karel Zak2018-12-072-11/+29
* | lsblk: process_one_device() refactoringKarel Zak2018-12-071-11/+24