summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/strutils: return end pointer by isdigit_string()Karel Zak2017-01-281-2/+7
* build-sys: test_linux_version is Linux onlyKarel Zak2017-01-041-1/+1
* lib/linux_version: fix code indentionKarel Zak2017-01-041-35/+35
* lib: use unique ifdefs for testsKarel Zak2017-01-0415-32/+32
* lib/linux_version: add test for manual testingKarel Zak2017-01-022-0/+51
* lib/linux_version: fix stupid typoKarel Zak2017-01-021-1/+1
* Merge branch 'getrandom' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2016-12-221-16/+53
|\
| * lib/randutils: use getrandom(2) when it is availableSami Kerola2016-12-111-16/+53
* | docs: replace FTP by HTTPS in kernel.org URLsSébastien Helleu2016-12-191-1/+1
|/
* docs: various pages: Format pathnames as italic (.I)Michael Kerrisk2016-12-091-3/+3
* misc: spelling, always use "cannot" instead of "can not"Ruediger Meier2016-11-301-3/+3
* lib,strutils: add strtoux[16|32|64]_or_err functionsHeiko Carstens2016-11-091-6/+38
* lib/crc32: prefix public functionsGustavo Zacarias2016-10-191-2/+2
* lib/randutils: remove unnecessary functionKarel Zak2016-10-041-9/+3Star
* lib/mbsalign: free buffer after error [coverity scan]Karel Zak2016-10-041-5/+6
* libsmartcols: support multi-line cells based on line breaksKarel Zak2016-09-061-3/+9
* lib/randutils: add xsrand() and rand_get_number()Karel Zak2016-09-061-3/+15
* lib/loopdev: Set errno in is_loopdev on errorTobias Stoeckmann2016-08-311-5/+6
* lib/pager: fix testKarel Zak2016-08-261-1/+1
* lib/pager: restore signals setting by pager_close()Karel Zak2016-08-261-5/+23
* lib/pager: cleanup and extend APIKarel Zak2016-08-261-4/+51
* loopdev: Implememt loopcxt_set_status()Stanislav Brabec2016-08-171-1/+35
* losetup: add --nooverlap optionsKarel Zak2016-08-171-5/+9
* misc: always check setenv(3) return valueSami Kerola2016-08-121-1/+2
* blkdev: guard against missing DIOCGDINFO on FreeBSD 11Franco Fichtner2016-08-111-2/+2
* libmount: ignore redundant slashesKarel Zak2016-08-081-28/+72
* libmount: one iteration to detect overlap and reuse loopdevKarel Zak2016-08-041-4/+18
* lib/loopdev: cleanup sizelimit checkKarel Zak2016-08-041-9/+11
* Implement loopcxt_check_conflict()Stanislav Brabec2016-08-031-0/+55
* Add sizelimit to internal APIStanislav Brabec2016-08-032-8/+20
* misc: simplify if clauses [oclint]Sami Kerola2016-07-212-8/+4Star
* tests: fix ttyutils testKarel Zak2016-07-151-1/+1
* lib: try to find tty in get_terminal_name()Sami Kerola2016-07-041-2/+13
* libcommon: add ISO_8601_GMTIME that will print UTC-0 timestampsSami Kerola2016-06-261-2/+12
* misc: cleanup non-widechar compilationKarel Zak2016-06-031-1/+6
* lib/mbsalign: fix for non-widecharKarel Zak2016-06-031-10/+12
* lib/sysfs: be more smart for non-scsi devicesKarel Zak2016-06-021-1/+4
* lib/ttyutils: use stdout for get_terminal_width()Karel Zak2016-06-021-2/+2
* misc: Fix various typosSebastian Rasmussen2016-05-319-16/+16
* build-sys: add --disable-plymouth-supportKarel Zak2016-05-261-1/+4
* lib/timeutils: add strtime_short()Karel Zak2016-05-241-0/+38
* include/timeutils: rewrite iso formatting functionsKarel Zak2016-05-241-34/+64
* include/timeutils: use pointer for time_tKarel Zak2016-05-231-2/+2
* sulogin: agetty: use the plymouth local protocol instead the plymouth binaryWerner Fink2016-05-202-0/+148
* lib/timeutils: add strxxx_iso() functionsKarel Zak2016-05-113-1/+102
* lib: avoid double free in loopdev.cSami Kerola2016-04-201-0/+1
* libmount: try absolute target before canonicalizeKarel Zak2016-04-131-1/+41
* lib/strutils: use int for fgetc()Karel Zak2016-04-041-1/+1
* libblkid: Update for newer bcache superblocksKent Overstreet2016-03-232-110/+0Star
* partx: fix --nr usageKarel Zak2016-03-221-1/+1