summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/pager: robust work with file descriptors [coverity scan]Karel Zak2012-09-071-2/+7
* lib/sysfs: more robust sysfs_opendir() [coverity scan]Karel Zak2012-09-071-2/+3
* lib/sysfs: make sysfs_partno_to_devno better readableBernhard Voelker2012-08-141-7/+9
* lib/sysfs; add sysfs_partno_to_devno()Karel Zak2012-08-131-4/+53
* lib/mangle: remove unused variableKarel Zak2012-08-131-1/+0Star
* lib/sysfs: expect p<N> suffix for partitionsKarel Zak2012-08-131-3/+6
* libmount: fix unmangle codeKarel Zak2012-08-131-2/+3
* Fix non-Linux buildSamuel Thibault2012-08-132-4/+7
* lib/tt: always escape '\' to simplify parsing in scriptsKarel Zak2012-08-131-14/+3Star
* lib/tt: fix \x%02x usageKarel Zak2012-08-081-4/+4
* include/tt: improve work with non-utf8 charsKarel Zak2012-08-071-9/+23
* lib/tt: count read cells, improve \x?? hex encodingKarel Zak2012-08-061-14/+161
* build-sys: move tests to check_PROGRAMSKarel Zak2012-07-301-3/+3
* lib/strutils: add string_add_to_idarray() - parse and add to id listMilan Broz2012-07-261-0/+27
* lib/match: fix compiler warning [-Wmissing-prototypes]Karel Zak2012-07-161-0/+2
* translation: unify file open error messagesSami Kerola2012-07-162-3/+3
* lib/loopdev: minor bug fix: add missing semicolonSami Kerola2012-07-161-1/+1
* lib/pager: minor compiler warning fixesSami Kerola2012-07-161-1/+3
* fix buffer overrun in some calls to sscanfKarel Zak2012-07-092-2/+2
* build-sys: cleanup .gitignore filesKarel Zak2012-06-261-1/+0Star
* build-sys: convert lib/ to libcommon.laKarel Zak2012-06-261-13/+42
* build-sys: define per-test -DTEST_PROGRAM in lib/Karel Zak2012-06-261-4/+21
* build-sys: convert lib/ to moduleKarel Zak2012-06-262-61/+64
* lib/loopdev: use warn_unused_result forimportant functionsKarel Zak2012-06-211-24/+41
* lib/sysfs: use warn_unused_result for sysfs_init()Karel Zak2012-06-211-1/+2
* lib/mangle: fix a memory leak in the test caseCong Wang2012-06-211-2/+6
* lib/sysfs: check if cxt->dir_path is NULL in sysfs_readlink()Cong Wang2012-06-211-0/+3
* lib/mbsalign: abort() when non-expected case is encounteredSami Kerola2012-06-171-0/+2
* lib/blkdev: return static strings by blkdev_scsi_type_to_name()Karel Zak2012-06-151-22/+19Star
* Merge branch '2012wk23' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-06-155-4/+54
|\
| * blkdev: add blkdev_scsi_type_to_name()Sami Kerola2012-06-111-1/+47
| * sysfs: fix printf format warningsSami Kerola2012-06-111-1/+1
| * build: fix unused parameter warningsSami Kerola2012-06-112-2/+4
| * build: fix redundant redeclaration warningsSami Kerola2012-06-111-0/+2
* | losetup: improve -a to report loopdevs < 512 bytesKarel Zak2012-06-121-17/+95
|/
* Merge branch '2012wk22' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-06-051-3/+9
|\
| * fileutils: xmkstemp() interface changeDave Reisner2012-06-021-3/+9
* | lib/strutils: circumvent missing localeconv()maximilian attems2012-06-051-1/+1
|/
* lib/pager: repair build for non-Linux.Thomas Schwinge2012-05-291-1/+1
* libmount: add MNT_ERR_LOOPDEVKarel Zak2012-05-281-0/+4
* lib/tt: export tt_fputs_{quoted,nonblank} functionKarel Zak2012-05-221-4/+4
* lib/strutils: create type specific strtoxx_or_err()Karel Zak2012-05-151-21/+74
* include: move get_terminal_width() to ttyutils.hPetr Uzel2012-05-151-27/+1Star
* include: rename writeall.h to all-io.hPetr Uzel2012-05-151-1/+1
* lib/mangle: check for end of string on every iterationDave Reisner2012-05-151-4/+5
* libuuid: avoid double open and leaking fd (reworked)Petr Uzel2012-05-101-5/+3Star
* libuuid: avoid double open and leaking descriptorPetr Uzel2012-05-041-3/+5
* lib/strutils: add string_to_bitmask()Karel Zak2012-05-031-0/+43
* include/tt: remove obsolete stuffKarel Zak2012-05-031-1/+1
* lib/tt: check for non-printable chars for raw/export formatKarel Zak2012-04-261-3/+3