summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/tt: encode data for RAW and EXPORT formatKarel Zak2012-04-261-2/+30
* lib/mangle: cleanup, add unhexmangleKarel Zak2012-04-261-18/+39
* lib/fileutils: add get_fd_tabsize()Karel Zak2012-04-231-0/+24
* Fix typos found by misspellingsBernhard Voelker2012-04-231-1/+1
* lib/pager: fix compiler warningsKarel Zak2012-04-231-4/+2Star
* lib: add pager functionalityDavidlohr Bueso2012-04-232-0/+216
* lib: random utilitiesDavidlohr Bueso2012-04-102-0/+122
* lib/blkdev: fix compiler warning [-Wreturn-type]Karel Zak2012-04-101-1/+3
* strutils: return success on test programDavidlohr Bueso2012-04-101-1/+1
* fdisk: move kernel geometry into blkdevDavidlohr Bueso2012-04-101-0/+23
* Merge branch 'eject'Karel Zak2012-04-051-2/+151
|\
| * lib/sysfs: improve sysfs_is_partition_dirent()Karel Zak2012-03-291-2/+22
| * sysfs: move blkid_devno_to_wholedisk to sysfs_devno_to_wholediskMichal Luscon2012-03-271-0/+129