summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* libblkid: fix sysfs context usageKarel Zak2012-03-061-3/+3
* build-sys: enhance readability of the autotools filesSami Kerola2012-02-281-8/+16
* lib/canonicalize: always remove tailing slashKarel Zak2012-02-241-3/+10
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-241-3/+3
* lib/strutils: move array bounds check in string_to_idarray() to appropriate p...Chandan B Rajenda2012-02-231-2/+2
* lib/fsprobe: mar this internal API as deprecatedKarel Zak2012-02-131-0/+5
* lib/loopdev: remove dead assigment and null deferenceKarel Zak2012-02-021-1/+1
* lib/loopdev: fix part scan detection codeKarel Zak2012-02-021-1/+1
* lib/sysfs: fix handle leakKarel Zak2012-02-011-0/+1
* lib/loopdev: fix possible dir leak on errorKarel Zak2012-02-011-0/+1
* lib/sysfs: fix possible fd leak on errorKarel Zak2012-02-011-1/+2
* losetup: make xgetpass more robustKarel Zak2012-01-171-2/+2
* lib,loopdev: remove duplicate includesKarel Zak2012-01-171-1/+0Star
* libmount: avoid duplicate loopdevsKarel Zak2012-01-161-1/+4
* losetup: move xgetpass() to lib/xgetpass.cKarel Zak2012-01-111-0/+46
* loopdev: improve debug messagesKarel Zak2012-01-091-2/+10
* loopdev: support LO_FLAGS_PARTSCAN flag (kernel 3.2)Karel Zak2012-01-091-2/+62
* blkdev: add is_blkdev functionDavidlohr Bueso2012-01-051-0/+6
* fdisk: use CDROM_GET_CAPABILITY ioctlDavidlohr Bueso2012-01-021-0/+13
* lib,tt: don't trim last line charKarel Zak2011-12-221-0/+1
* losetup: rewrite loop setupKarel Zak2011-12-221-0/+8
* lib,loopdev: add missing functionsKarel Zak2011-12-221-41/+166
* build-sys: check HAVE_ definitions with #ifdef [smatch scan]Sami Kerola2011-12-022-2/+2
* lib,match: split match_fstype() from libmountKarel Zak2011-11-151-0/+51
* lib,tt: fix compiler warning [-Wreturn-type]Karel Zak2011-11-141-1/+1