summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* build-sys: cleanup lib/ testsKarel Zak2011-05-253-6/+11
* lib: [sysfs.c] add sysfs_readlink and name/path functionsKarel Zak2011-05-181-14/+122
* lib: [at.c] add readlink_at(), fix semantic for absolute pathsKarel Zak2011-05-181-12/+41
* lib: [sysfs.c] make sysfs_read_* function more robustKarel Zak2011-05-181-11/+39
* build-sys: disable lib/ at.c tests buildingKarel Zak2011-05-181-2/+2
* libblkid: use stuff from sysfs.h and at.hKarel Zak2011-05-161-0/+7
* lib: add generic sysfs utilsKarel Zak2011-05-163-2/+351
* lib: [tt.c] support key="value" output formatKarel Zak2011-05-101-3/+16
* lib: [procutils.c]: add missing files. Sorry.Karel Zak2011-05-041-0/+122
* lib: [procutils.c]: general purpose procfs parsing functionsDavidlohr Bueso2011-05-041-1/+2
* lib: [tt.c] support fixed width and multiple tt_print_table() callsKarel Zak2011-04-271-5/+37
* blkdev: add blkdev_is_misaligned()Davidlohr Bueso2011-04-121-0/+12
* lib: [fsprobe.c] fix blkid_evaluate_spec() callKarel Zak2011-03-221-1/+1
* libblkid: add blkid_evaluate_spec()Karel Zak2011-03-171-20/+1Star
* lib: [fsprobe.c] remove obsolete <blkid/blkid.h>Karel Zak2011-03-161-4/+0Star
* lib: [fsprobe.c] use internal libblkid onlyKarel Zak2011-03-161-101/+17Star
* lib: [tt.c] use mbs_truncate() from mbsalign.cKarel Zak2011-03-112-65/+4Star
* lib: [tt.c] dereferencing data before a null check [coverity scan]Karel Zak2011-03-111-1/+2
* umount: segfaults with inconsistent entry in /etc/fstabKarel Zak2011-03-041-0/+2
* move struct option to .rodataKarel Zak2011-03-031-1/+1
* lib: [strutils.c] more robust strtol checksKarel Zak2011-02-211-2/+2
* strutils: new wrapper function strtoll_or_errSami Kerola2011-02-211-0/+24
* tests: [cpuset] call free() for rangeKarel Zak2011-02-171-0/+1
* fdisk: more robust whole-disk detectionKarel Zak2011-02-171-7/+6Star
* lib: [strutils] avoid integer overflow on large valuesDave Reisner2011-02-151-4/+14
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-146-6/+5Star
* cfdisk: data type mismatch, and other, compiler warning fixesSami Kerola2011-01-251-3/+3
* include: [tt] enlarge output bufferKarel Zak2011-01-251-4/+21
* build-sys: use WORDS_BIGENDIAN to determine platform byte-orderFabian Groffen2011-01-171-6/+1Star
* remove duplicate includesKarel Zak2011-01-042-5/+0Star
* findmnt: add --submounts optionKarel Zak2011-01-041-0/+8
* tests: fix strtosize() testKarel Zak2011-01-032-1/+26
* lib: [env] consolidate safe_getenv() usageKarel Zak2011-01-031-1/+35
* libmount: cleanup mangle() usageKarel Zak2011-01-031-4/+4
* libmount: use better format for utab, improve bind mountsKarel Zak2011-01-031-5/+8
* libmount: rewrite mountinfo/fstab parsers to use sscanf()Karel Zak2011-01-031-3/+12
* lib: fix mange() and unmangle() to handle NULLKarel Zak2011-01-031-0/+9
* libmount: add unmangle/mangle() functions to APIKarel Zak2011-01-031-4/+5
* lib: add wrappers for "at" functionsKarel Zak2011-01-032-1/+102
* lib: [tt] fix alignment of the last tree childKarel Zak2010-12-161-1/+1
* partx: complete rewriteDavidlohr Bueso2010-12-091-0/+49
* rename util-linux-ng back to util-linuxKarel Zak2010-11-301-1/+1
* lib: [strutils] move strmode() from namei.c to strutils.cKarel Zak2010-11-241-0/+40
* lib: [tt] add TT_FL_RIGHT, add columns list parserKarel Zak2010-11-241-9/+59
* lib: [ismounted] don't wast time with mtab is /proc/mounts usedKarel Zak2010-11-241-0/+4
* lib: [strutils] general purpose string handling functionsDavidlohr Bueso2010-11-232-37/+74
* findmnt: follow HAVE_LANGINFOKarel Zak2010-11-151-4/+1Star
* lib: add fallback for nl_langinfo()Karel Zak2010-11-151-0/+121
* lib/tt: fix langinfo build breakDavidlohr Bueso2010-11-151-1/+1
* lib: add test program to canonicalize.cKarel Zak2010-10-252-1/+16