summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib,tt: add TT_FL_NOEXTREMESKarel Zak2011-11-101-41/+124
* libmount: ignore tailing slash in netfs source pathsPetr Uzel2011-11-081-0/+32
* lib,loopdev: add LOOP_CTL_GET_FREE supportKarel Zak2011-11-071-7/+29
* lib: cleanup setproctitle.cKarel Zak2011-10-261-55/+20Star
* lib,strutils: add default value to parse_range()Davidlohr Bueso2011-10-171-3/+4
* lib,strutils: share parse_range()Davidlohr Bueso2011-10-121-1/+44
* Merge branch 'sys-utils-again' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2011-10-031-0/+24
|\
| * lib: [strutils] add strtod_or_err() functionSami Kerola2011-09-291-0/+24
* | umount: use new lib/loopdev.c codeKarel Zak2011-09-301-0/+40