summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lslogins: merge read_utmp() codeKarel Zak2015-07-162-80/+1Star
* lib/strutils: make strmode() more genericKarel Zak2015-06-301-17/+19
* rtcwake: improve read_clock_mode()Sami Kerola2015-06-291-0/+12
* sys-utils/disk-utils/lib: fix printf format types [cppcheck]Boris Egorov2015-06-251-3/+3
* procutils: reset errno before readdirRuediger Meier2015-06-161-0/+1
* losetup: be careful with errnoKarel Zak2015-06-151-0/+6
* lib/sysfs: Use dup_fd_cloexec instead of direct call to fcntlGuillem Jover2015-06-081-1/+1
* lib/fileutils: Add new dup_fd_cloexec functionGuillem Jover2015-06-081-0/+30
* lsblk: use internally sysfs devnamesKarel Zak2015-05-291-2/+4
* lib/sysfs: rename devname functions, cleanupKarel Zak2015-05-281-9/+25
* lib/sysfs: Fix /dev to /sys node name translationStanislav Brabec2015-05-281-2/+6
* Fix /sys to /dev node name translationStanislav Brabec2015-05-261-0/+2
* lib/strv: add new functions (from systemd)Karel Zak2015-05-154-1/+495
* lib/strutils: fix string_add_to_idarray() int vs. size_tKarel Zak2015-04-221-3/+2Star
* lib/sysfs.c: use fcntl(..F_DUPFD_CLOEXEC) instead of dup(2)Cristian Rodríguez2015-04-141-1/+1
* lib/timer: use separate file for timersKarel Zak2015-03-062-38/+49
* flock: fix timeout handler pointer usageKarel Zak2015-03-051-2/+4
* flock: improve timeout handlingSami Kerola2015-03-051-0/+34
* lib/colors: use libtinfo to check terminal capabilityKarel Zak2015-02-272-5/+44
* build-sys: add --disable-colors-defaultKarel Zak2015-02-251-2/+11
* lib/strutils: extend parse_switch() to accept more optionsKarel Zak2015-02-241-6/+24
* lib/strutils: move parse_switch() from setterm(1) to librarySami Kerola2015-02-241-0/+8
* lib/strutils: accept not just 'B' but also lowercase 'b' in a size suffixBenno Schulenberg2015-02-021-2/+2
* lib/sysfs: use ssize_t for sysfs_readlink() [coverity scan]Karel Zak2015-01-281-4/+3Star
* docs: fix two "maybe be" duplications in program commentsBenno Schulenberg2015-01-261-5/+2Star
* 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