summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-02-17blkdev_get_size() for illumosIgor Pashev1-1/+15
2014-02-15Need sys/sysmacros.h on illumos for major/minorIgor Pashev1-0/+5
2014-02-12include <libgen.h> for basename()Igor Pashev1-0/+1
2014-02-12include <signal.h>Igor Pashev1-0/+1
2014-02-10lib/color: add colorscheme parserKarel Zak1-2/+47
2014-01-24losetup: wait for udevKarel Zak1-5/+18
2014-01-14lib/sysfs: fix scanf format string [coverity scan]Karel Zak1-1/+1
2014-01-06lib/path: add path_strdup()Karel Zak1-0/+13
2013-10-09textual: standardize some "cannot read" and "seek failed" error messagesBenno Schulenberg1-4/+4
2013-10-01losetup: don't require 512-byte aligned offsetsKarel Zak1-0/+6
2013-09-16fdisk: add -L to colorize outputKarel Zak1-4/+9
2013-09-16lib/tt: add TT_FL_FREEDATAKarel Zak1-1/+9
2013-09-11lib: add crc64()Karel Zak2-0/+109
2013-09-10lib: rename time-util.c to timeutils.c, fix headersKarel Zak2-2/+3
2013-09-10lib/strutils: optimalize {starts,ends}with()Karel Zak1-66/+0
2013-08-29lib/time-util: move YYYYMMDDHHMMSS to common parserSami Kerola1-0/+7
2013-08-29lib/strutils: move *swith() functions to private librarySami Kerola2-58/+67
2013-08-29lib/time-util: copy time parsing functions from systemdSami Kerola2-0/+389
2013-08-06losetup: use loop-control to explicitly ask for deviceKarel Zak1-0/+30
2013-07-19losetup: set errno for misaligned offsetsKarel Zak1-7/+19
2013-07-09lib/mbsalign: initializations values are never read [clang-analyzer]Sami Kerola1-2/+2
2013-07-09lib/loopdev: assigned value is never read [clang-analyzer]Sami Kerola1-1/+0
2013-07-01lib/canonical: use realpath() from libcKarel Zak1-151/+29
2013-07-01exec_shell: add a license and touch up func defMike Frysinger1-1/+20
2013-06-17libmount: be robust for empty target/source stringsKarel Zak1-2/+5
2013-06-07lib: remove unused codeSami Kerola1-10/+0
2013-05-28lib/tty: fix get_terminal_name() usage, cleanup codeKarel Zak1-3/+3
2013-05-13lib/tty: don't hardcode terminal fd in get_terminal_name()Karel Zak1-2/+3
2013-05-13lib/loopdev: fix loopcxt_check_size() to work with blkdevsKarel Zak1-1/+15
2013-05-07lib/colors: add colormode_or_err()Karel Zak1-9/+15
2013-05-06lib/colors: add support for auto, always and never modesKarel Zak2-2/+76
2013-04-09loopdev: sync capacity after setting itJeff Mahoney3-6/+85
2013-04-09various: fix variable and function declarations [smatch scan]Sami Kerola1-2/+2
2013-04-03lib: use O_CLOEXEC in libcommonKarel Zak9-24/+25
2013-04-03lib/canonicalize: don't use /dev/mapper/<name> if the node does not existKarel Zak1-1/+3
2013-03-27lsblk: fix hctl buffer usage [coverity scan]Karel Zak1-1/+2
2013-03-20lib/mbsalign: correct license header from GPLv[23] to LGPLv2+Pádraig Brady1-2/+2
2013-03-18dmesg: more colors, more funKarel Zak1-1/+1
2013-03-13lib/strutils: add strtotimeval_or_err()Karel Zak1-0/+10
2013-03-12lib/procutils: add simple API to scan /proc/PID/*Karel Zak2-4/+128
2013-03-12lib/procutils: test refactoringKarel Zak1-4/+16
2013-03-11lib/strutils: simplify strtosize(), return info about suffixKarel Zak1-37/+28
2013-03-11fdisk: add callback for ask-numbers APIKarel Zak1-0/+10
2013-02-20Merge branch 'patch-1' of https://github.com/dtrebbien/util-linuxKarel Zak1-0/+7
2013-02-19lib/tty: don't truncate output on non-terminalsKarel Zak1-2/+8
2013-02-14unshare,nsenter: spawn shell by defaultZbigniew Jędrzejewski-Szmek2-1/+29
2013-02-06build-sys: test for secure_getenv() too.Cristian Rodríguez1-2/+3
2013-02-06a pointer should not be compared to zero [coccinelle]Sami Kerola1-1/+1
2013-02-06textual: spell and encode the name of Arkadiusz Miśkiewicz correctlyBenno Schulenberg1-1/+1
2013-01-30Implement mempcpy() in terms of memcpy() if mempcpy() is unavailableDaniel Trebbien1-0/+7