summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-04-10lib/blkdev: fix compiler warning [-Wreturn-type]Karel Zak1-1/+3
2012-04-10strutils: return success on test programDavidlohr Bueso1-1/+1
2012-04-10fdisk: move kernel geometry into blkdevDavidlohr Bueso1-0/+23
2012-04-05Merge branch 'eject'Karel Zak1-2/+151
2012-04-02lib/loopdev: more robust initializationKarel Zak1-1/+2
2012-03-30lib/strutils: add strtosize_or_err, clean upKarel Zak1-37/+45
2012-03-29lib/sysfs: improve sysfs_is_partition_dirent()Karel Zak1-2/+22
2012-03-27sysfs: move blkid_devno_to_wholedisk to sysfs_devno_to_wholediskMichal Luscon1-0/+129
2012-03-27build-sys: move obsolete lib/fsprobe to mount/Karel Zak1-142/+0
2012-03-26Revert "lib/canonicalize: always remove tailing slash"Karel Zak1-10/+3
2012-03-20lib/tt: work more sensitive with large columnsKarel Zak1-1/+7
2012-03-18fileutils: differentiate xmkstemp and xfmkstempSami Kerola1-13/+10
2012-03-18xalloc: use xasprintf in all filesSami Kerola1-2/+3
2012-03-18lib: add fileutils function collectionSami Kerola2-0/+57
2012-03-07lsblk: add inverse tree support (-s)Peter Rajnoha1-2/+3
2012-03-06libblkid: fix sysfs context usageKarel Zak1-3/+3
2012-02-28build-sys: enhance readability of the autotools filesSami Kerola1-8/+16
2012-02-24lib/canonicalize: always remove tailing slashKarel Zak1-3/+10
2012-02-24docs: corrections to FSF license files, and postal addressSami Kerola1-3/+3
2012-02-23lib/strutils: move array bounds check in string_to_idarray() to appropriate p...Chandan B Rajenda1-2/+2
2012-02-13lib/fsprobe: mar this internal API as deprecatedKarel Zak1-0/+5
2012-02-02lib/loopdev: remove dead assigment and null deferenceKarel Zak1-1/+1
2012-02-02lib/loopdev: fix part scan detection codeKarel Zak1-1/+1
2012-02-01lib/sysfs: fix handle leakKarel Zak1-0/+1
2012-02-01lib/loopdev: fix possible dir leak on errorKarel Zak1-0/+1
2012-02-01lib/sysfs: fix possible fd leak on errorKarel Zak1-1/+2
2012-01-17losetup: make xgetpass more robustKarel Zak1-2/+2
2012-01-17lib,loopdev: remove duplicate includesKarel Zak1-1/+0
2012-01-16libmount: avoid duplicate loopdevsKarel Zak1-1/+4
2012-01-11losetup: move xgetpass() to lib/xgetpass.cKarel Zak1-0/+46
2012-01-09loopdev: improve debug messagesKarel Zak1-2/+10
2012-01-09loopdev: support LO_FLAGS_PARTSCAN flag (kernel 3.2)Karel Zak1-2/+62
2012-01-05blkdev: add is_blkdev functionDavidlohr Bueso1-0/+6
2012-01-02fdisk: use CDROM_GET_CAPABILITY ioctlDavidlohr Bueso1-0/+13
2011-12-22lib,tt: don't trim last line charKarel Zak1-0/+1
2011-12-22losetup: rewrite loop setupKarel Zak1-0/+8
2011-12-22lib,loopdev: add missing functionsKarel Zak1-41/+166
2011-12-02build-sys: check HAVE_ definitions with #ifdef [smatch scan]Sami Kerola2-2/+2
2011-11-15lib,match: split match_fstype() from libmountKarel Zak1-0/+51
2011-11-14lib,tt: fix compiler warning [-Wreturn-type]Karel Zak1-1/+1
2011-11-10lib,tt: add TT_FL_NOEXTREMESKarel Zak1-41/+124
2011-11-08libmount: ignore tailing slash in netfs source pathsPetr Uzel1-0/+32
2011-11-07lib,loopdev: add LOOP_CTL_GET_FREE supportKarel Zak1-7/+29
2011-10-26lib: cleanup setproctitle.cKarel Zak1-55/+20
2011-10-17lib,strutils: add default value to parse_range()Davidlohr Bueso1-3/+4
2011-10-12lib,strutils: share parse_range()Davidlohr Bueso1-1/+44
2011-10-03Merge branch 'sys-utils-again' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak1-0/+24
2011-09-30umount: use new lib/loopdev.c codeKarel Zak1-0/+40
2011-09-30mount: use new lib/loopdev.c codeKarel Zak1-1/+2
2011-09-29lib,loopdev: add debugu messagesKarel Zak1-17/+109