summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | lib/loopdev: more robust initializationKarel Zak2012-04-021-1/+2
* | lib/strutils: add strtosize_or_err, clean upKarel Zak2012-03-301-37/+45
|/
* build-sys: move obsolete lib/fsprobe to mount/Karel Zak2012-03-271-142/+0Star
* Revert "lib/canonicalize: always remove tailing slash"Karel Zak2012-03-261-10/+3Star
* lib/tt: work more sensitive with large columnsKarel Zak2012-03-201-1/+7
* fileutils: differentiate xmkstemp and xfmkstempSami Kerola2012-03-181-13/+10Star
* xalloc: use xasprintf in all filesSami Kerola2012-03-181-2/+3
* lib: add fileutils function collectionSami Kerola2012-03-182-0/+57
* lsblk: add inverse tree support (-s)Peter Rajnoha2012-03-071-2/+3