summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mcookie: use lib/randutilsSami Kerola2014-03-261-0/+22
* lib/colors: care about colors only on tty()Karel Zak2014-03-121-2/+4
* lib/strutils: fix parse_size() return codeKarel Zak2014-03-111-1/+3
* lib/colors: fix colors testKarel Zak2014-03-111-1/+1
* lib/tt: keep track about output orderKarel Zak2014-03-111-1/+20
* lib/tt: add tt_line_get_userdata()Karel Zak2014-03-111-0/+5
* lib/strutils: support dec.points in parse_size()Karel Zak2014-03-111-2/+43
* lib/strutils: use proper return codes in parse_size()Karel Zak2014-03-111-9/+14
* lib/mbalign: add mbs_safe_width() from tt.cKarel Zak2014-03-112-136/+136
* include/tt: add function to convert table to stringKarel Zak2014-03-111-0/+26
* lib/tt: add reduce term width functionalityKarel Zak2014-03-111-0/+13
* lib/tt: add TT_FL_MAX to fill screenKarel Zak2014-03-111-2/+32
* lib/tt: add tb_get_nlines()Karel Zak2014-03-111-0/+13
* lib/tt: don't hardcode stdout as outputKarel Zak2014-03-111-13/+21
* lib/colors: support <name>.enable tooKarel Zak2014-03-112-18/+38
* lib/colors: add info to man pages, add terminal-colors.d.5Karel Zak2014-03-112-0/+27
* lib/colors: check for /etc/terminal-colors.d/[util].disableOndrej Oprala2014-03-111-4/+25
* lib/sysfs: make dirent d_type usage more robustKarel Zak2014-03-041-1/+2
* lib/color: add colorscheme parserKarel Zak2014-02-101-2/+47
* losetup: wait for udevKarel Zak2014-01-241-5/+18
* lib/sysfs: fix scanf format string [coverity scan]Karel Zak2014-01-141-1/+1
* lib/path: add path_strdup()Karel Zak2014-01-061-0/+13
* textual: standardize some "cannot read" and "seek failed" error messagesBenno Schulenberg2013-10-091-4/+4
* losetup: don't require 512-byte aligned offsetsKarel Zak2013-10-011-0/+6
* fdisk: add -L to colorize outputKarel Zak2013-09-161-4/+9
* lib/tt: add TT_FL_FREEDATAKarel Zak2013-09-161-1/+9
* lib: add crc64()Karel Zak2013-09-112-0/+109
* lib: rename time-util.c to timeutils.c, fix headersKarel Zak2013-09-102-2/+3
* lib/strutils: optimalize {starts,ends}with()Karel Zak2013-09-101-66/+0Star
* lib/time-util: move YYYYMMDDHHMMSS to common parserSami Kerola2013-08-291-0/+7
* lib/strutils: move *swith() functions to private librarySami Kerola2013-08-292-58/+67
* lib/time-util: copy time parsing functions from systemdSami Kerola2013-08-292-0/+389
* losetup: use loop-control to explicitly ask for deviceKarel Zak2013-08-061-0/+30
* losetup: set errno for misaligned offsetsKarel Zak2013-07-191-7/+19
* lib/mbsalign: initializations values are never read [clang-analyzer]Sami Kerola2013-07-091-2/+2
* lib/loopdev: assigned value is never read [clang-analyzer]Sami Kerola2013-07-091-1/+0Star
* lib/canonical: use realpath() from libcKarel Zak2013-07-011-151/+29Star
* exec_shell: add a license and touch up func defMike Frysinger2013-07-011-1/+20
* libmount: be robust for empty target/source stringsKarel Zak2013-06-171-2/+5
* lib: remove unused codeSami Kerola2013-06-071-10/+0Star
* lib/tty: fix get_terminal_name() usage, cleanup codeKarel Zak2013-05-281-3/+3
* lib/tty: don't hardcode terminal fd in get_terminal_name()Karel Zak2013-05-131-2/+3
* lib/loopdev: fix loopcxt_check_size() to work with blkdevsKarel Zak2013-05-131-1/+15
* lib/colors: add colormode_or_err()Karel Zak2013-05-071-9/+15
* lib/colors: add support for auto, always and never modesKarel Zak2013-05-062-2/+76
* loopdev: sync capacity after setting itJeff Mahoney2013-04-093-6/+85
* various: fix variable and function declarations [smatch scan]Sami Kerola2013-04-091-2/+2
* lib: use O_CLOEXEC in libcommonKarel Zak2013-04-039-24/+25
* lib/canonicalize: don't use /dev/mapper/<name> if the node does not existKarel Zak2013-04-031-1/+3
* lsblk: fix hctl buffer usage [coverity scan]Karel Zak2013-03-271-1/+2