summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/mbsalign: fix warnings when compile without widecharsKarel Zak2016-01-131-5/+6
* lib/tty: Pass default width to get_terminal_width()Boris Egorov2016-01-061-25/+25
* Merge branch 'races' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2015-12-021-0/+24
|\
| * lib/blkdev: add open_blkdev_or_file() functionSami Kerola2015-11-221-0/+24
* | namei: move icache to lib/Karel Zak2015-11-272-0/+114
* | lslocks: use stuff from lib/procutilsKarel Zak2015-11-251-3/+15
|/
* losetup: support list direct ioMing Lei2015-11-191-0/+22
* losetup: support ioctl cmd of LOOP_SET_DIRECT_IOMing Lei2015-11-191-0/+18
* lib/sysfs: make sysfs_get_devname()/blkid_devno_to_wholedisk() more robustKarel Zak2015-10-301-23/+25
* lib/strv: add strv_extendv()Karel Zak2015-10-011-0/+11
* lib/crc32: don't require to modify GPT headerKarel Zak2015-09-241-1/+25
* lib/sysfs: make sysfs_next_subsystem() more robustKarel Zak2015-08-311-0/+2
* lib/strutil: fix parse_switch resource leak [coverity scan]Andreas Henriksson2015-08-311-2/+5
* chsh, chfn, vipw: fix filenames collisionKarel Zak2015-08-241-14/+7Star
* misc: fix redundant assignment and reassignments before use [cppcheck]Sami Kerola2015-08-081-1/+1
* lib/blkdev: use 64-bit to count size in bytesKarel Zak2015-08-051-1/+1
* lib/timeutils: fix indention [smatch scan]Karel Zak2015-08-051-6/+6
* build-sys: fix test_colors buildKarel Zak2015-07-241-1/+1
* libsmartcols: don't link with tinfoKarel Zak2015-07-243-36/+54
* lib/procutils: add proc_get_cmdline()Karel Zak2015-07-201-0/+31
* 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