summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mount: use new lib/loopdev.c codeKarel Zak2011-09-301-1/+2
* | lib,loopdev: add debugu messagesKarel Zak2011-09-291-17/+109
|/
* lib,loopdev: fix use of logical '&&' with constant operandFrancesco Cosoleto2011-09-271-2/+2
* lib,path: use write_all()Heiko Carstens2011-09-271-1/+2
* chcpu: convert to use lib/path.cHeiko Carstens2011-09-271-0/+26
* lib,path: move path access functions from lscpu into lib/path.cHeiko Carstens2011-09-271-0/+191
* lib: do not attempt to close(0) in sysfs_deinit()Petr Uzel2011-09-131-0/+1
* libmount: potential null derefence [smatch scan]Karel Zak2011-09-121-2/+3
* lib,cpuset: fix compiler warning [-Wuninitialized]Karel Zak2011-09-101-1/+1
* chcpu,cpuset: reduce code duplication for cpu list parsingHeiko Carstens2011-09-101-1/+6
* lib,cpuset: enforce stricter parsing of cpu listsHeiko Carstens2011-09-101-4/+8