summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/path: rename functions to be more explicitKarel Zak2012-11-231-8/+10
* lib/ttyutils: add get_terminal_name()Karel Zak2012-11-221-2/+43
* lib/ttyutils: add test programKarel Zak2012-11-222-0/+14
* lib/ttyutils: create .c fileKarel Zak2012-11-222-0/+40
* lib/loopdev: make loopcxt_get_device() more robustKarel Zak2012-11-121-2/+2
* lib/console: fix possible fd leakKarel Zak2012-11-091-1/+4
* lib/consoles: try another methods before go to fallbackKarel Zak2012-11-091-10/+4Star
* lib/consoles: add debug messagesKarel Zak2012-11-091-8/+59
* lib/consoles: TIOCGDEV code refactoringKarel Zak2012-11-091-42/+67
* lib/consoles: cmdline code refactoringKarel Zak2012-11-091-72/+91
* lib/consoles: sysfs code refactoringKarel Zak2012-11-091-37/+64
* lib/consoles: /proc/consoles code refactoringKarel Zak2012-11-091-27/+55
* lib/consoles: small cleanupKarel Zak2012-11-091-9/+10
* lib/consoles: don't call perror()Karel Zak2012-11-091-11/+26
* lib/consoles: add test programKarel Zak2012-11-092-0/+32
* lib/consoles: remove global variable consolesKarel Zak2012-11-091-19/+17Star
* lib/consolas: remove global variable concount, fix linked listKarel Zak2012-11-091-7/+6Star
* lib/consoles: remove global variable initcpKarel Zak2012-11-081-7/+7
* lib/consoles: remove global variable comparedevKarel Zak2012-11-081-8/+7Star
* lib/consoles: minor clean upsKarel Zak2012-11-081-45/+41Star
* lib/consoles: add code to detect all system consolesWerner Fink2012-11-082-0/+509