summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/mbsalign: correct license header from GPLv[23] to LGPLv2+Pádraig Brady2013-03-201-2/+2
* dmesg: more colors, more funKarel Zak2013-03-181-1/+1
* lib/strutils: add strtotimeval_or_err()Karel Zak2013-03-131-0/+10
* lib/procutils: add simple API to scan /proc/PID/*Karel Zak2013-03-122-4/+128
* lib/procutils: test refactoringKarel Zak2013-03-121-4/+16
* lib/strutils: simplify strtosize(), return info about suffixKarel Zak2013-03-111-37/+28Star
* fdisk: add callback for ask-numbers APIKarel Zak2013-03-111-0/+10
* Merge branch 'patch-1' of https://github.com/dtrebbien/util-linuxKarel Zak2013-02-201-0/+7
|\
| * Implement mempcpy() in terms of memcpy() if mempcpy() is unavailableDaniel Trebbien2013-01-311-0/+7
* | lib/tty: don't truncate output on non-terminalsKarel Zak2013-02-191-2/+8
* | unshare,nsenter: spawn shell by defaultZbigniew Jędrzejewski-Szmek2013-02-142-1/+29
* | build-sys: test for secure_getenv() too.Cristian Rodríguez2013-02-061-2/+3
* | a pointer should not be compared to zero [coccinelle]Sami Kerola2013-02-061-1/+1
* | textual: spell and encode the name of Arkadiusz Miśkiewicz correctlyBenno Schulenberg2013-02-061-1/+1
|/
* include: cleanup copyright headersKarel Zak2013-01-088-8/+38
* sulogin: remove consoles.c from libcommonKarel Zak2012-12-232-787/+0Star
* lib/ismounted: improve loopdev supportKarel Zak2012-12-191-18/+9Star
* lib/ismounted: basic support for loop devicesKarel Zak2012-12-192-10/+35
* lib/loopdev: fix loopdev_find_by_backing_file()Karel Zak2012-12-191-1/+1
* sulogin: mount temporary /dev and /proc if not foundWerner Fink2012-12-181-0/+73
* sulogin: use the linked lists from list.h for consoles listWerner Fink2012-12-181-30/+48
* include/list: add list_last_entry()Karel Zak2012-12-181-3/+3
* lib/canonicalize: add canonicalize_path_restricted() to canonicalize without ...Karel Zak2012-11-261-0/+42
* lib/path: add path_read_u64()Karel Zak2012-11-231-0/+22