summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tests: update script(1) testsKarel Zak2017-04-184-18/+22
* script: always write stat and done message to typescript fileKarel Zak2017-04-182-6/+6
* Merge branch 'script_newline' of https://github.com/renyuneyun/util-linuxKarel Zak2017-04-181-4/+9
|\
| * fix the position of newline in the time output of 'script'Rui Zhao (renyuneyun)2017-04-141-4/+9
* | Merge branch 'bash-completion' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2017-04-1840-156/+503
|\ \
| * | bash-completion: update text-utilsSami Kerola2017-04-171-0/+5
| * | bash-completion: update term-utilsSami Kerola2017-04-173-7/+5Star
| * | bash-completion: update sys-utilsSami Kerola2017-04-1722-99/+253
| * | bash-completion: update schedutilsSami Kerola2017-04-171-1/+13
| * | bash-completion: update misc-utilsSami Kerola2017-04-178-29/+85
| * | bash-completion: update login-utilsSami Kerola2017-04-171-10/+24
| * | bash-completion: update disk-utilsSami Kerola2017-04-177-13/+121
| |/
* | blkzone: Fix zone condition strings handlingDamien Le Moal2017-04-181-4/+4
* | lscpu: use macro for path to DMIKarel Zak2017-04-181-1/+3
* | lscpu: use sysfs for table access if availableArd Biesheuvel2017-04-181-0/+16
* | libmount: Ensure utab.lock mode 644Stanislav Brabec2017-04-181-0/+5
* | bash-completion: update fincoreSami Kerola2017-04-181-1/+1
* | bash-completion: update hwclockSami Kerola2017-04-181-2/+2
* | Merge branch '170409' of github.com:jwpi/util-linuxKarel Zak2017-04-185-12/+8Star
|\ \ | |/ |/|
| * hwclock: remove residual 'compare' from man-pageJ William Piggott2017-04-101-1/+1
| * hwclock: fix whitespace in hwclock-rtc.cJ William Piggott2017-04-101-2/+1Star
| * docs: parse-date.txt fix whitespaceJ William Piggott2017-04-101-2/+2
| * parse-date: remove extraneous form feedJ William Piggott2017-04-101-2/+0Star
| * hwclock: use errtryhelp()J William Piggott2017-04-101-5/+4Star
* | script: don't call strftime() if not necessaryKarel Zak2017-04-131-2/+3
* | Merge branch 'script_quiet' of https://github.com/renyuneyun/util-linuxKarel Zak2017-04-131-1/+2
|\ \
| * | script: fix start message showing in output file when -q is onRui Zhao (renyuneyun)2017-04-051-1/+2
* | | libsmartcols: fix typoKarel Zak2017-04-131-2/+2
* | | lsblk: fix --inverse --listKarel Zak2017-04-132-1/+9
* | | libsmartcols: add scols_sort_table_by_tree()Karel Zak2017-04-134-2/+57
* | | lsblk: move scols_flags to lsblk control structKarel Zak2017-04-131-18/+19
| |/ |/|
* | agetty: various man-page fixesJ William Piggott2017-04-101-24/+36
* | chmem: don't use scanf format for printfRuediger Meier2017-04-101-1/+1
* | misc: fix some printf format stringsRuediger Meier2017-04-103-6/+7
* | libmount: fix file descriptor leakSami Kerola2017-04-101-6/+5Star
* | fincore: fix file descriptor leakSami Kerola2017-04-101-0/+1
* | libsmartcols: fix relative width interpretationKarel Zak2017-04-072-5/+5
* | libsmartcols: column width reduction refactoringKarel Zak2017-04-072-32/+80
* | libsmartcols: add scols_line_move_cells()Karel Zak2017-04-073-3/+50
* | libsmartcols: add scols_table_move_column()Karel Zak2017-04-074-0/+35
* | libfdisk: (gpt) fix ents zeroizeKarel Zak2017-04-061-1/+1
* | libfdisk: (gpt) update nparts_maxKarel Zak2017-04-061-0/+3
* | fincore: use size_t everywhereKarel Zak2017-04-061-3/+3
* | tests: fincore/count, skip unsupported FSRuediger Meier2017-04-061-0/+17
* | tests: handle dd errors in fincore/countRuediger Meier2017-04-061-11/+20
* | fincore: fix multiplication overflowRuediger Meier2017-04-061-1/+1
* | tests: fix fincore/count for PAGE_SIZE != 4096Ruediger Meier2017-04-064-4/+124
* | tests: remove fincore SMALLER_THAN_PAGESIZE testsRuediger Meier2017-04-062-14/+0Star
* | libfdisk: (gpt) care about SSIZE_MAX for read(2)Karel Zak2017-04-061-0/+5
* | libfdisk: (gpt) make entries array size calculation more robustKarel Zak2017-04-051-30/+51