summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* build-sys: cleanup cpu_set_t usageKarel Zak2012-11-022-2/+8
* misc: make readlink() usage more robustKarel Zak2012-10-231-1/+1
* lib/sysfs: add SCSI link functionsKarel Zak2012-10-231-2/+50
* lib/sysfs: add functions for SCSI host attributesKarel Zak2012-10-231-0/+52
* include/sysfs: add SCSI host:channel:target:lun supportKarel Zak2012-10-231-3/+39
* lib/tt: don't ignore "extreme" columns if an free space is availableKarel Zak2012-10-231-1/+2
* lib/loopdev: check for /sysKarel Zak2012-10-171-0/+6
* lib/loopdev: improve debug messagesKarel Zak2012-10-171-4/+18
* lib/color: add module for work with terminal colorsOndrej Oprala2012-10-162-0/+29
* md5: fix strict aliasing warningsMike Frysinger2012-10-101-3/+6
* lib/sysfs: fix sysfs_devname_to_devno for dm partitionsPeter Rajnoha2012-09-211-1/+1
* mount: losetup: remove obsolete encryption supportLudwig Nussel2012-09-111-56/+0Star