summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* build-sys: fix make checkincludes warningsSami Kerola2015-01-071-8/+4Star
* lib: fix crc32 and crc64 interger overflows [AddressSanitizer]Sami Kerola2014-12-192-2/+5
* lib/mbalign: fix unsigned integer overflow [AddressSanitizer]Sami Kerola2014-12-191-1/+1
* docs: fix the grammar of the recent comment about commentsBenno Schulenberg2014-12-191-2/+3
* terminal-colors.d: add note about comments to man pageKarel Zak2014-12-121-0/+4
* lib/sysfs: add subsystem and hotplug detectionKarel Zak2014-12-021-1/+152
* lib/colors: use static buffers when parse schemeKarel Zak2014-11-211-19/+29
* lib/colors: fix double free on error pathAndreas Henriksson2014-11-191-3/+5
* build-sys: move all around clock_gettime() to monotonic.cKarel Zak2014-11-192-25/+27
* misc: use monotonic time rater than gettimeofdayKarel Zak2014-11-181-0/+23
* tests: fix memory leak [AddressSanitizer]Sami Kerola2014-11-181-0/+1
* lib/loopdev: remove test programKarel Zak2014-11-042-154/+0Star
* lib/loopdev: replace custom DBG() with include/debug.hKarel Zak2014-11-041-102/+88Star
* docs: update info about env debug variablesKarel Zak2014-11-031-1/+2
* include/debug: fix typoKarel Zak2014-10-241-1/+1
* terminal-colors.d: add debug stuffKarel Zak2014-10-222-12/+63
* terminal-colors.d: fix filter by nameKarel Zak2014-10-221-3/+2Star
* textual: "ambivalent" applies to intentions, "ambiguous" to resultsBenno Schulenberg2014-10-011-1/+1
* lslogins: free after error [coverity scan]Karel Zak2014-09-261-1/+3
* Merge branch 'misc' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2014-09-222-47/+0Star
|\
| * lib: remove xgetpass()Sami Kerola2014-09-192-47/+0Star
* | lib/swapprober: add missing header fileKarel Zak2014-09-221-0/+1
* | swapon: split swapon-common.cKarel Zak2014-09-221-0/+48
|/
* lib/blkdev: report correct disk size on GNU/kFreeBSD. Thanks Tuco.Robert Millan2014-09-171-0/+4
* lib/colors: add function to return color from schemeKarel Zak2014-08-131-7/+26
* lib/ismounted: make it more compatible with lsblk outputKarel Zak2014-08-011-1/+1
* lib/sysfs: allow to write to sysfs attributesKarel Zak2014-08-011-6/+42
* lib/procutils: check fgets() return value [coverity scan]Karel Zak2014-07-171-0/+2
* lib/loopdev: comparing an array to null is not useful [coverity scan]Karel Zak2014-07-171-2/+2
* lib/colors: remove memory leakSami Kerola2014-07-171-1/+1
* docs: improve formatting and wording of a few man pagesBenno Schulenberg2014-07-141-32/+32
* textual: fix some typosSami Kerola2014-07-131-1/+1
* lib/ismounted: more robust buffer usage [clang-analyze]Karel Zak2014-07-011-1/+2
* Merge branch 'master' of https://github.com/nazarov-yuriy/util-linuxKarel Zak2014-06-191-0/+1
|\
| * lib/loopdev.c: reset errno before strtol() callYuriy Nazarov2014-06-191-0/+1
* | build-sys: fixes for non-Linux systemsSamuel Thibault2014-06-191-0/+6
|/
* lib/fileutils: xalloc stuff in library-like codeKarel Zak2014-06-181-4/+7
* lib/sysfs: fix compiler warning [-Wunused-variable]Karel Zak2014-06-181-1/+0Star
* tests: remove test_wholediskKarel Zak2014-06-171-5/+1Star
* build-sys: remove obsolete wholedisk.cKarel Zak2014-06-172-63/+0Star
* lib/sysfs: add sysfs_devno_is_wholedisk()Karel Zak2014-06-171-0/+18
* lib/sysfs: add sysfs_devno_is_lvm_private() from libblkidKarel Zak2014-06-171-0/+28
* lib/fileutils: add stripoff_last_component() from libmountKarel Zak2014-06-092-11/+13
* lib/fileutils: add mkdir_p() from libmountKarel Zak2014-06-091-0/+36
* docs: fix "behaviour" vs. "behavior"Karel Zak2014-06-061-1/+1
* build: fix some compiler warningsRuediger Meier2014-05-301-1/+4
* losetup: don't clear FD at EBUSY error in loopcxt_setup_device()Stanislav Brabec2014-05-281-1/+1
* lib/canonicalize: make DM canonicalization more robustKarel Zak2014-05-201-15/+30
* lslogins: also add readutmp.cOndrej Oprala2014-05-151-0/+76
* lslogins: add functionalityOndrej Oprala2014-05-151-1/+2